CHANGELOG.md in deimos-ruby-1.0.0.pre.beta25 vs CHANGELOG.md in deimos-ruby-1.0.0.pre.beta26
- old
+ new
@@ -5,13 +5,19 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## UNRELEASED
-## 1.0.0-beta25 - 2019-08-28
+## [1.0.0-beta26] - 2019-08-29
+- Recover from Kafka::MessageSizeTooLarge in the DB producer.
+- Shut down sync producers correctly when persistent_connections is true.
+- Notify when messages fail to produce in the DB producer.
+- Delete messages on failure and rely on notification.
+
+## [1.0.0-beta25] - 2019-08-28
- Fix bug where crashing would cause producers to stay disabled
-## 1.0.0-beta24 - 2019-08-26
+## [1.0.0-beta24] - 2019-08-26
- Reconnect DB backend if database goes away.
- Sleep only 5 seconds between attempts instead of using exponential backoff.
- Fix for null payload being Avro-encoded.
## [1.0.0-beta23] - 2019-08-22