Skip to content

Releases: MAIF/yozefu

v0.0.27

25 Feb 19:28

Choose a tag to compare

What's Changed

  • perf: Removed a useless clone() of the records buffer
  • perf: Do not highlight the kafka record when it's too big
  • build: update dependencies by @Mcdostone

Full Changelog: v0.0.26...v0.0.27

v0.0.26

10 Feb 10:37

Choose a tag to compare

What's Changed

  • build: update rust and node dependencies by @Mcdostone
  • fix: Parses a avro floating-point number into a JSON value, especially cases for NaN and infinity by @Mcdostone
  • docs: give a try to llms.txt by @Mcdostone
  • perf: get rid of arc<mutex> and use channels to avoid contention around the records buffer by @Mcdostone
  • build: update dependencies by @Mcdostone

Full Changelog: v0.0.25...v0.0.26

v0.0.25

14 Jan 20:56

Choose a tag to compare

What's Changed

  • fixed Integer overflows due to columns resizing
  • Update dependencies

Full Changelog: v0.0.24...v0.0.25

v0.0.24

12 Jan 11:34

Choose a tag to compare

What's Changed

  • Upgrade to ratatui 0.30.0
  • Update dependencies

Full Changelog: v0.0.23...v0.0.24

v0.0.23

19 Dec 11:59

Choose a tag to compare

What's Changed

  • Support of avro schema references, thank you @toninhoPinto
  • you quit the TUI by pressing CTRL + C instead of ESC
  • Update dependencies

Full Changelog: v0.0.22...v0.0.23

See you in 2026 👋

v0.0.22

01 Dec 12:48

Choose a tag to compare

What's Changed

  • You can change the way the timestamp is displayed with the T key.
  • You can resize the columns width with the arrows ↔
  • Update dependencies

Full Changelog: v0.0.21...v0.0.22

v0.0.21

24 Nov 12:00

Choose a tag to compare

What's Changed

  • Topic config is now available in the details view.
  • Removed some default features for a better windows support.

Full Changelog: v0.0.20...v0.0.21

v0.0.20

21 Nov 16:49

Choose a tag to compare

What's Changed

  • Scrolling with J and K were inverted #174
  • Update Dependencies

Full Changelog: v0.0.19...v0.0.20

v0.0.19

18 Nov 13:10

Choose a tag to compare

What's Changed

  • Better error message when the editor cannot be found
  • Improve the error message if yozefu can't initialize the configuration file
  • The Log file can be specified via the CLI or an environment variable
  • Update Dependencies

Full Changelog: v0.0.18...v0.0.19

v0.0.18

04 Nov 14:17

Choose a tag to compare

What's Changed

  • Show the configuration in the help dialog
  • Update dependencies

Full Changelog: v0.0.17...v0.0.18