Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 915 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 915 Bytes

v1.4.0 (December 17, 2024)

Added:

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

v1.3.0 (October 26, 2024)

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.

v1.2.0 (June 11, 2024)

  • 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).