Skip to content
Tags

v3.6.0

Create PostgreSQL migrations for version 3.6.0 (#7490) (#7492)
      * Create PostgreSQL migrations for version 3.6.0

The changes in #7402 are fine for new deployments, but existing deployments need a way to migrate tables and routines in order to apply the same changes.

Users can run the SQL in the 3 migration files when upgrading to 3.6.0

Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>

Co-authored-by: Ede Meijer <ede@elastict.nl>

v3.5.1

Support ILBasedSerializer as a fallback only after trying the configu…
      …red fallback (#7357)

v3.4.4

Fix token comparison in SetCursor (#7308) (#7314)
      

v3.5.0

Upgrade Azure EventHubs (#7255)
      

v3.4.3

Clear TTL on status messages (Fixes #7046) (#7049)
      

v3.4.2

Close connections asynchronously and improve gracefulness (#7006)
      * Close connections asynchronously and improve gracefulness (#6762)

* Lock around connection cleanup so we don't call .Complete() and .CancelPendingFlush()/.CancelPendingRead() on the same pipe which results in an ObjectDisposedException

* Close connections asynchronously and improve gracefulness

Co-authored-by: ReubenBond <rebond@microsoft.com>

* Adding await for GatewayListNotification

* Updating GatewayManager interfaces

Co-authored-by: John Morman <jmorman@microsoft.com>
Co-authored-by: ReubenBond <rebond@microsoft.com>

v3.4.1

Update NuGet.Config (#6873) (#6933)
      Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>

v3.4.0

Add ADO.NET Provider support MySqlConector 0.x and 1.x. (#6831) (#6860)
      Co-authored-by: Han Liu <liuhan907@163.com>

v3.4.0-rc1

Probe silos indirectly before submitting a vote (#6800) (#6839)
      * Probe silos indirectly before submitting a vote (#6800)

* Probe silos indirectly before submitting a vote

* Improve tests

* Remove no-longer necessary cases in SiloHealthMonitor, since concurrency has been removed.

* Changes for 3.4.0