Releases: kaufland-ecommerce/esque
Releases · kaufland-ecommerce/esque
Version 0.2.7
- Exit with code 1 when
apply
tries to change the number of partitions or the replication factor for a topic.
Version 0.2.6
- Enabled listing internal topics by default. Added
--hide-internal
flag toget topics
command.
Version 0.2.5
- Enable support for variadic arguments when deleting topics and consumer groups.
- Enable piping in arguments when deleting topics and consumer groups.
Version 0.2.4
Added delete consumergroup
command.
Version 0.2.3
- Converted unserializable values to strings when writing to STDOUT
Version 0.2.2
- Consume option renamed from
numbers
tonumber
. - Add
edit offsets
command. - Bugfix for
OverflowError
inpretty_duration
function. - use
esque-client
as default group id for all esque commands - disable group offset commits for ping, consume and describe
Version 0.2.1
- Bugfix for issue #154
Version 0.2.0
- Bugfix for issue #149
- Bugfix #136: Fix wrong schema version for null payload
- Enhancement #141: Split folder for key and value schema when consuming messages
- Fix for issue #46: apply command doesn't consider cluster defaults when settings are changed
- Fix for issue #132: getting information about internal topics is not possible
- Fix for issue #143: Consume sometimes finishes successfully without writing any messages
- Enhancement #129: use offsets_for_times to set consumer group offsets
to specific point in time - Fix for issue #125: esque was often throwing MessageEmptyException's when operating on topics with empty partitions.
- Moved the CI workflow to GitHub Actions
- Command
edit consumergroup
renamed toset offsets
- Split the
transfer
command intoconsume
andproduce
- Improved the command docs and context help
- Improved error handling
- and many, many more
Version v0.2.0-beta.3
- Bugfix #136: Fix wrong schema version for null payload
- Enhancement #141: Split folder for key and value schema when consuming messages
- Fix for issue #46: apply command doesn't consider cluster defaults when settings are changed
- Fix for issue #132: getting information about internal topics is not possible
- Fix for issue #143: Consume sometimes finishes successfully without writing any messages
Version v0.2.0-beta.2
- Fix for issue #125: esque was often throwing MessageEmptyException's when operating on topics with empty partitions.