v0.27.0
Changelog
New features
- Support
yaml
as an output format for zoe commands:zoe -o yaml topics list
. - New offsets management commands to read and set the offsets of consumer groups by timestamp, duration from now, etc.. Ex:
zoe offsets set --group mygroup --topic input --rewind-by 'PT2h'
to set the offset to a timestamp of 2 hours from now. For more details:zoe offsets --help
. - Ability to create and use aliases for zoe commands. Ex:
zoe aliases add --name ptl -- -e pro topics list
will let you usezoe ptl
instead to list topis in thepro
environment. For more details:zoe aliases --help
. - Ability to override the defaults for zoe command line option values. For more details:
zoe config defaults --help
and the corresponding section of the documentation. - Ability to edit zoe's configuration safely for a specific environment via
zoe -e my-env config edit
.
Improvements
- Upgrade to AWS SDK V2 which removes a lot of warnings when using recent credentials file formats.
- Removed support for the strongbox secrets provider.
- Optimize topics & schemas listing which are now way faster.
- Simplify the initial config generated by
zoe config init
which is now much more readable. - Various bug fixes.
Try zoe from your browser!
You can try zoe from your browser using our new Katacoda tutorials.