Skip to content

8.3.3

Latest
Compare
Choose a tag to compare
@yang-xiaodong yang-xiaodong released this 22 Feb 13:41

Improvements

  • Introduced a FlushAsync function, which is now called within CommitAsync using the await keyword (#1629). Thanks to @PoteRii.
  • Reworked the message scheduling mechanism to be thread-safe, along with adding relevant tests (#1638). Thanks to @amimelia.
  • Eliminated the inclusion of password configuration information in RabbitMQ debug logs (#1647).
  • Upgraded to support RabbitMQ.Client version 7.0 (#1645).
  • Updated the MongoDB driver to version 3.1.0 (#1609). Thanks to @li-zheng-hao.

Bug Fixes

  • Resolved an issue causing EFCore to crash when PostgreSQL is used without Persist Security Info = true (#1643).
  • Fixed an indexing issue when sending large payloads that exceed the Postgres Include design limits (#1619).