Releases: Trendyol/PollingOutboxPublisher
Releases · Trendyol/PollingOutboxPublisher
v1.4.0
v1.3.0
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
v1.2.0
- 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).