Skip to content

Releases: Particular/ServiceInsight

1.5.4

04 Feb 04:08
Compare
Choose a tag to compare

As part of this release we had 15 commits which resulted in 8 issues being closed.

Bugs

  • #565 Better exception message for enum
  • #564 ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
  • #563 InvalidOperationException: Show SplashScreen before calling this method.
  • #562 Check if splashscreen is active before trying to close it.
  • #561 Removing secondary sort
  • #560 Sequence Diagram handlers are out of order
  • #559 Truncate saga update processing
  • #555 Added error handler for SD with raygun reporting

Where to get it

You can download this release from the website.

1.5.3

19 Jan 03:37
Compare
Choose a tag to compare

As part of this release we had 4 commits.

Bug

  • #553 Desktop and start menu shortcuts are missing when upgrading to 1.5.2

Where to get it

You can download this release from our website.

1.5.2

07 Jan 04:13
Compare
Choose a tag to compare

As part of this release we had 13 commits which resulted in 6 issues being closed.

Bugs

  • #550 Fixed bug with persistence of settings
  • #547 ServiceInsight crashes when saving options on German Windows 10

Where to get it

You can download this release from our website.

1.5.1

22 Dec 01:39
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bug

  • #508 ServiceInsight not checking for license installed in HKLM #342

Where to get it

You can download this release from our website.

1.5.0

16 Dec 03:47
Compare
Choose a tag to compare

As part of this release we had 222 commits which resulted in 20 issues being closed.

Features

  • #534 Make message labels and icons black
  • #528 Show tooltips when hovering the different elements in the sequence diagram
  • #525 Make processing handler states more consistent with message selection states
  • #515 Show empty state when no data is available for conversation

Bugs

  • #537 If you left-click or right-click the handler from a message which is not visible on screen, it’ll jump to the message unexpectedly.
  • #536 Keep showing sequence diagram associated with messages showing in list after searching by message ID
  • #532 Replace message processing handler message icon
  • #529 Unable to clear message list search filtering after searching/filtering message by ID
  • #524 Context menu issues
  • #522 Message properties panel does not update if messages are selected via new sequence diagram
  • #520 Message Properties Dialog takes multiple clicks to update
  • #519 Sequence Diagram - message context button pushed diagram a little left on hover
  • #518 Blue arrow overlaps start box
  • #517 Sequence diagram style and behavior adjustments
  • #514 Sequence Diagram - Leftmost labels get cut off
  • #512 Handler Label on the wrong side
  • #511 Transactions off, but no error

Where to get it

You can download this release from nuget

1.4.1

06 Nov 04:32
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 2 issue being closed.

Bug

  • #499 Messages displayed on the main grid are failing to render with an ArgumentOutOfRangeException
  • #507 Nag screen is shown when running ServiceInsight

Where to get it

You can download this release from our website

1.4.0

04 Sep 01:27
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Feature

  • #493 Enable default credentials on HTTP calls

Bug

  • #495 Connecting to a non ServiceControl url throws an exception

Where to get it

You can download this release from our website

1.3.2

26 Aug 05:46
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bug

  • #488 ArgumentException is thrown in certain conditions in the Message Flow diagram

Where to get it

You can download this release from our website

1.3.1

21 Aug 04:19
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 2 issues being closed.

Bugs

  • #490 Endpoints Not In Alphabetical Order
  • #489 Message that don't have Receiving endpoints renders properly in SequenceDiagram

Where to get it

You can download this release from our website

1.3.0

11 Aug 01:17
Compare
Choose a tag to compare

As part of this release we had 45 commits which resulted in 9 issues being closed.

Improvements

#484 Handle null header data in diagrams and main grid

List of changes:

  • Display TimeSent value unknown in flow diagram and saga view diagram, when TimeSent is null or DateTime.Min.
  • Display Unknown for TimeSent in messages grid, if it's null or DateTime.Min.
  • Display Unknown for message type in flow diagram when message type is null.

Here is what it looks like after these changes:
image

#479 Colouring stack traces in ServiceInsight

As a developer reading Stack traces is a daily job, so with this new release of ServiceInsight we have spiced things up and added some colour to the boring black while Stack traces.
Hopefully this will aid you in your quest to identify and kill those nasty bugs.

Stack traces are now coloured to help you pick out key data at a glance.

capture
capture2

#478 Added a help message to explain missing body text in message view

By default we only store bodies of audit messages that are smaller then 100Kb.
This fix will tell the user when a message body is not stored due to hitting this limit and how to overcome this in the future.

image

#477 Remove Critical and Delivery Times

To better focus at the task in hand, we have streamlined the information that ServiceInsight exposes so you get a better debugging experience.
Both Critical and Delivery times are monitoring metrics that are better shown in the context of Monitoring, therefore we have removed those metrics from ServiceInsight to improve the overall product.

#476 Message Flow diagram node auto sizing and selection improvements

This issue addresses two main concerns:

  • Sizing the flow diagram nodes so that message types and endpoint names are readable without having to use tooltips. This is helpful if you have long endpoint names or message types.
  • Improve selection of messages directly from flow diagram. Message body and header and message properties are kept in sync with the selected node in the Flow Diagram.

There's also a few rendering and performance improvements in Message Flow diagram.

#430 Show inner exceptions in Exceptions view

Bugs

  • #482 ServiceInsight does not launch via link from ServicePulse
  • #481 Invalid cast exception when viewing message body
  • #475 Exception thrown when selected message ID is not a Guid
  • #474 Scaled out endpoint appears as multiple endpoints with the same name in Endpoint Explorer

Where to get it

You can download this release from our website