Skip to content

Releases: Trendyol/PollingOutboxPublisher

v1.4.0

17 Dec 09:44
abfe19e
Compare
Choose a tag to compare

What's Changed

  • Added ReloadOnChange flag to Kafka configuration. This allows you to change the configuration without restarting the application.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

06 Dec 07:06
f730103
Compare
Choose a tag to compare

What's Changed

  • The default value of Kafka.SaslMechanism removed from configuration.
  • The default value of Kafka.SecurityProtocol removed from configuration.

Warning

The default values for Kafka.SaslMechanism and Kafka.SecurityProtocol have been removed. Please ensure to set these values in your configuration to avoid any issues.

Full Changelog: v1.2.1...v1.3.0

v1.2.1

27 Jun 14:54
ff094e1
Compare
Choose a tag to compare

Fixed:

  • The exceptions is thrown in foreach loop, when handling Couchbase query exceptions. This is refactored to throw in one exception.

v1.2.0

14 Jun 15:59
ff094e1
Compare
Choose a tag to compare
  • Project is now open source 🥳

Changed:

  • Project name changed to "Polling Outbox Publisher". It was "Message Publisher" before.
  • Kafka and Redis Config keys are changed.
  • Serilog is used for logging, instead of NLog.

Added:

  • Couchbase support.
  • PostgreSQL support developed by (tolgakisin).