1.14.0
As part of this release we had 19 commits which resulted in 5 issues being closed.
Critical Fixes
#717 User's culture is used to serialize objects sent through the REST API
ServiceControl running under non-English culture might return the json data formatted incorrectly. Running with Turkish culture settings as an example, accessing /api/messages
REST api, the rendered json will have message_ıd
instead of message_id
for that property (notice the different i
). This is not limited to any given endpoint and is applied through all the property names.
This impacts users of ServicePulse and ServiceInsight
Bug Fixes
- #716 Powershell cmdlet validation of Timespan is broken
- #707 Unable to start Particular.ServiceControl service after upgrading to 1.13.0
- #629 ServiceControl Management and ServiceControl report different license status
- #403 SagaUpdatedMessage handler can cause lots of concurrency exceptions
Where to get it
You can download this release from our website