You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug with DynamoDb Outbox and the Outbox Sweeper fixed. The Sweeper required a topic argument supplied by a dictionary of args
Required adding a Dictionary<string, object> to various interfaces, which defaults to null, hence the minor version bump as these interfaces have new capabiities
Internal change to move outstanding message box to a semaphore slim over a mutex as thread-safe. Not strictly neededm, but follows our policy of moving to semaphore slim
Changes to the DynamoDb Outbox implementation as Outstanding Message check was not behaving as expected
The interfaces around Outbox configuration will likely change in v10 to avoid current split and need to configure on both publication and outbox
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#2332
Full Changelog: 9.2.4...9.3.0
This discussion was created from the release 9.3.1.
Beta Was this translation helpful? Give feedback.
All reactions