Releases: Particular/ServiceControl
1.8.3
As part of this release we had 10 commits which resulted in 3 issues being closed.
Feature
- #616 Remove the 60 day limit on HoursToKeepMessagesBeforeExpiring setting
Bugs
- #614 Validation of Service account fails on non-english versions of Windows
- #612 Messages with TTBR set cannot be forwarded to Audit / Error Log
Where to get it
You can download this release from our website
1.8.2
As part of this release we had 6 commits which resulted in 3 issues being closed.
This release patches some issues with the ServiceControl Management utility and Management Powershell module The ServiceControl service is unchanged from 1.8.1. Unless you are experiencing the bugs outlined in this patch there is no need to update at this time
Bugs
- #611 Powershell cmdlet to add ServiceControlInstance is not correctly passing values for forwarding queues
- #610 Cannot re-use queue names for different SC instance with different connection string
- #580 Add instance validation can cause audit forwarding setting to be cleared
Where to get it
You can download this release from our website
1.8.1
As part of this release we had 4 commits which resulted in 3 issues being closed.
Bugs
- #606 Handling failures when publishing to external integrations
- #605 SignalR enums payloads are serialized as numbers
- #603 Cancelling configuring an instance in the installer can lead to an empty list of instances being displayed
Where to get it
You can download this release from our website
1.8.0
1.7.6
As part of this release we had 6 commits which resulted in 2 issues being closed.
Bugs
#595 Incorrect serialization of json SignalR stream
An change in ServiceControl 1.7 caused the JSON payload to being serialized using the default SignalR serializer (Pascal case). It should be Camel case.
#593 Management Utility treats Queue Schema parameter in connection string as a validation error
When configuring the SQL transport the connection string is validated as a standard SQL connection string. This means the NSB specific 'Queue Schema' parameter would cause a validation failure
Where to get it
You can download this release from our website
1.7.5
1.7.4
As part of this release we had 1 issue closed.
Bug fixed
#583 When using RabbitMQ, failed messages sent for reprocessing have callback address header set to SC's callback receiver
On RabbitMQ transport when a message is retried, the transport dispatcher adds the callback address header (its own, pointing to SC's callback queue). If the handler for the retried message uses Bus.Reply
, the callback address is used (instead of reply_to
property) which results in sending the reply to ServiceControl callback input queue instead of the endpoint which send the original message.
Where to get it
You can download this release from our website
1.7.3
As part of this release we had 7 commits which resulted in 4 issues being closed.
Bug Fixed
#581 Invalid Password error appears with correct password for Domain Accounts
When using the Service Control Management Utility or PowerShell module to add or modify a service account the validation of the credentials fails for domain accounts. The error message falsely indicates that the service account password is wrong.
Where to get it
You can download this release from our website
1.7.2
As part of this release we had 4 commits which resulted in 2 issues being closed.
Bugs Fixed
#577 ServiceControl 1.7 and 1.7.1 upgrade can overwrite existing settings
The ServiceControl Management Utility was mistakenly treating the keys in app.config in a case sensitive manner. This has been corrected.
#573 Message import fails when headers contain a SagaId but no SagaType.
To address this bug messages that have no SagaType but have a SagaID are enriched with a SagaType of "unknown" on import
Where to get it
You can download this release from our website
1.7.1
As part of this release we had 6 commits which resulted in 2 issues being closed.
Bugs Fixes
#575 Pending Service deletion causes SC Management Utility to show wrong information for deleted instance
The ServiceControl Management utility has been patched to not show any ServiceControl instances that are pending deletion.
#574 SC Upgrade doesn't update transport type to correct one when non-MSMQ transport is used
The ServiceControl Management utility has been patched to address an issue that caused upgrading instances of service control to fail. The upgrade did not updated the ServiceControl/TransportType
configuration entry to reflect the new transport type. The transport type changes from 1.6.3 to 1.7 onwards as a side effect of the move to NServiceBus 5. When MSMQ is the transport this setting is not usually populated which is why most MSMQ users would be unaffected.
Where to get it
You can download this release from our website