Skip to content

Commit

Permalink
CHANGELOG: note incoming v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Sep 21, 2021
1 parent cf04997 commit 2171c80
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
TBD
v1.1.0
===

This section tracks commits yet to be released. Any new features can be removed
before an actual release.
This minor release contains a few useful features, an incredibly minor bugfix
(fixing an error message), and a behavior change around buffering produced
records for unknown topics. As well, all plugins have been tagged v1.0.0.

- [`cf04997`](https:/twmb/franz-go/commit/cf04997) errors: export ErrRecordRetries, ErrRecordTimeout
- [`ee8b12d`](https:/twmb/franz-go/commit/ee8b12d) producer: fail topics that repeatedly fail to load after 5 tries
- [`f6a8c9a`](https:/twmb/franz-go/commit/f6a8c9a) **very minor bugfix** ErrDataLoss: use the new offset **after** we create the error
- [`8216b7c`](https:/twmb/franz-go/commit/8216b7c) and [`c153b9a`](https:/twmb/franz-go/commit/c153b9a) **feature** kmsg: add EnumStrings(), ParseEnum() functions
- [`e44dde9`](https:/twmb/franz-go/commit/e44dde9) add `goroutine_per_partition` consuming example
- [`cedffb7`](https:/twmb/franz-go/commit/cedffb7) **feature** plugins: Add kzerolog logging adapter (thanks @fsaintjacques!)
- [`563e016`](https:/twmb/franz-go/commit/563e016) **feature** FetchTopic: add EachPartition; FetchPartition: add EachRecord
- [`8f648e7`](https:/twmb/franz-go/commit/8f648e7) consumer group: document actual behavior for on revoked / lost

Lastly, all plugins have been tagged as v1.0.0.

v1.0.0
===

Expand Down

0 comments on commit 2171c80

Please sign in to comment.