Skip to content

Latest commit

 

History

History
255 lines (153 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

255 lines (153 loc) · 5.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.3.5 - 2024-08-14

Fixed

  • Using set_timer from textual framework

2.3.4 - 2024-08-13

Fixed

  • Fix legacy key/value format with whitespace separator should not be used at dockerfile

2.3.3 - 2024-08-13

Security

  • Upgrade libraries

2.3.2 - 2024-07-16

Changed

  • New screenshots doc

Fixed

  • Error when getting min insyc replicas #35

2.3.1 - 2024-07-15

Added

  • New typo analyzer

Fixed

  • Radio set css

2.3.0 - 2024-07-15

Added

  • New consumer shortcut for resetting filters

Changed

  • Protobuf help message
  • New banner
  • Update libraries

Removed

  • Alias kskd to avoid confusions

2.2.0 - 2024-07-13

Added

  • New unit tests
  • New click facade 'cloup'
  • New protobuf deserializer
  • New protobuf options
  • Configuration validations

Changed

  • Help messages

2.1.6 - 2024-07-11

Changed

  • Upgrade kafka library

2.1.5 - 2024-07-10

Added

  • add TERM and COLORTERM env variables to docker

2.1.4 - 2024-07-09

Changed

  • Remove pyfiglet dependency
  • Update consumer theme

2.1.3 - 2024-07-09

Changed

  • Upgrade pypi deployment

2.1.2 - 2024-07-09

Changed

  • Upgrade textual library

2.1.1 - 2024-07-02

Changed

  • Lag is the result of a sum instead of a max
  • Upgrade textual library

2.1.0 - 2024-06-30

Added

  • New edit topic screen
  • Enforce to type topic's name when deleting
  • Modify the chunk size on the consumer
  • Consumer filters
  • Remove schema registry magic bytes on json deserializer
  • Add support for native deserialization: boolean, floata dn long

Changed

  • Improve consumer performance

Fixed

  • Using the right retention config name
  • Duplicated headers were hidden. Now it shows duplicated headers

2.0.1 - 2024-06-27

Fixed

  • Documentation and help

2.0.0 - 2024-06-27

Added

  • Update scripts
  • Add chageloggh
  • New arguments
  • Topic filter
  • Json deserialization
  • Create and delete topic

Changed

  • New styles
  • textual and confluent-kafka upgraded
  • Command admin and consumer

Removed

  • Unit test, confluent-kafka and textual are changing a lot
  • Schema registry

1.1.8 - 2022-07-26

Fixed

  • Fix scrolling

1.1.7 - 2022-07-25

Fixed

  • Error when looking for config files

1.1.6 - 2022-07-25

Fixed

  • Unpack schema id error

1.1.5 - 2022-07-25

Fixed

  • Schema registry error accessing internal object

1.1.4 - 2022-07-25

Fixed

  • Close session error when None

1.1.3 - 2022-07-25

Fixed

  • Unicode error
  • Close socket error when calling schema registry

1.1.2 - 2022-07-24

Fixed

  • Error when consuming key and value None

1.1.1 - 2022-07-24

Fixed

  • Remove an unused setting

1.1.0 - 2022-07-24

Added

  • Show/Hide internal topics

Fixed

  • Error when kafka has empty groups

1.0.0 - 2022-07-24

Add

  • Schema registry support