CHANGELOG.md in deimos-ruby-1.8.3 vs CHANGELOG.md in deimos-ruby-1.8.4
- old
+ new
@@ -5,17 +5,28 @@
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.4 - 2020-12-02
+
+### Features :star:
+- Add overridable "process_message?" method to ActiveRecordConsumer to allow for skipping of saving/updating records
+
+### Fixes :wrench:
+
+- Do not apply type coercion to `timestamp-millis` and `timestamp-micros` logical types (fixes [#97](https://github.com/flipp-oss/deimos/issues/97))
+
## 1.8.3 - 2020-11-18
### Fixes :wrench:
- Do not resend already sent messages when splitting up batches
(fixes [#24](https://github.com/flipp-oss/deimos/issues/24))
- KafkaSource crashing on bulk-imports if import hooks are disabled
(fixes [#73](https://github.com/flipp-oss/deimos/issues/73))
- #96 Use string-safe encoding for partition keys
+- Retry on offset seek failures in inline consumer
+ (fixes [#5](Inline consumer should use retries when seeking))
## 1.8.2 - 2020-09-25
### Features :star:
- Add "disabled" config field to consumers to allow disabling