Skip to content

Releases: kaufland-ecommerce/esque

Version 0.2.7

25 Nov 14:45
e107168
Compare
Choose a tag to compare
  • Exit with code 1 when apply tries to change the number of partitions or the replication factor for a topic.

Version 0.2.6

11 Nov 15:50
67186f6
Compare
Choose a tag to compare
  • Enabled listing internal topics by default. Added --hide-internal flag to get topics command.

Version 0.2.5

27 Oct 10:08
7a229be
Compare
Choose a tag to compare
  • 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

19 Oct 13:26
455fa3f
Compare
Choose a tag to compare

Added delete consumergroup command.

Version 0.2.3

07 Oct 08:05
426c0a1
Compare
Choose a tag to compare
  • Converted unserializable values to strings when writing to STDOUT

Version 0.2.2

26 Sep 08:11
fe554b3
Compare
Choose a tag to compare
  • Consume option renamed from numbers to number.
  • Add edit offsets command.
  • Bugfix for OverflowError in pretty_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

27 Jul 15:50
Compare
Choose a tag to compare
  • Bugfix for issue #154

Version 0.2.0

22 Jun 15:10
1ed9f72
Compare
Choose a tag to compare
  • 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 to set offsets
  • Split the transfer command into consume and produce
  • Improved the command docs and context help
  • Improved error handling
  • and many, many more

Version v0.2.0-beta.3

11 Mar 16:15
399ae58
Compare
Choose a tag to compare
Version v0.2.0-beta.3 Pre-release
Pre-release
  • 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

08 Jan 13:52
Compare
Choose a tag to compare
Version v0.2.0-beta.2 Pre-release
Pre-release
  • Fix for issue #125: esque was often throwing MessageEmptyException's when operating on topics with empty partitions.