CHANGELOG.md in deimos-ruby-1.8.1.pre.beta2 vs CHANGELOG.md in deimos-ruby-1.8.1.pre.beta3
- old
+ new
@@ -5,10 +5,17 @@
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.8.1-beta3 - 2020-08-05
+
+### Fixes :wrench:
+- Simplify decoding messages and handle producer not found
+- Consolidate types in sub-records recursively
+ (fixes [#72](https://github.com/flipp-oss/deimos/issues/72))
+
## 1.8.1-beta2 - 2020-07-28
### Features :star:
- Add `SchemaControllerMixin` to encode and decode schema-encoded
payloads in Rails controllers.
@@ -39,9 +46,10 @@
## 1.8.0-beta1 - 2020-07-06
### Features :star:
- Added `ActiveRecordConsumer` batch mode
### Fixes :wrench:
+- Fixes `send_produce_error` to decode `failed_messages` with built-in decoder.
- Lag calculation can be incorrect if no messages are being consumed.
- Fixed bug where printing messages on a MessageSizeTooLarge
error didn't work.
### Roadmap