CHANGELOG.md in deimos-ruby-1.8.0.pre.beta2 vs CHANGELOG.md in deimos-ruby-1.8.1.pre.beta1

- old
+ new

@@ -5,9 +5,24 @@ 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-beta1 - 2020-07-22 + +### Fixes :wrench: +- Retry deleting messages without resending the batch if the + delete fails (fixes [#34](https://github.com/flipp-oss/deimos/issues/34)) +- Delete messages in batches rather than all at once to + cut down on the chance of a deadlock. + +### Features :star: +- Add `last_processed_at` to `kafka_topic_info` to ensure + that wait metrics are accurate in cases where records + get created with an old `created_at` time (e.g. for + long-running transactions). +- Add generator for ActiveRecord models and migrations (fixes [#6](https://github.com/flipp-oss/deimos/issues/6)) + ## 1.8.0-beta2 - 2020-07-08 ### Fixes :wrench: - Fix crash with batch consumption due to not having ActiveSupport::Concern