Skip to content

Latest commit

 

History

History
342 lines (209 loc) · 6.8 KB

CHANGELOG.md

File metadata and controls

342 lines (209 loc) · 6.8 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.

4.0.3 - 2025-01-17

Fixed

  • Schema registry deserializer identify the schema type, JSON or AVRO

4.0.2 - 2025-01-08

Fixed

  • Update classifiers

4.0.1 - 2025-01-08

Fixed

  • Upgrade kafka client version
  • Upgrade poetry version

4.0.0 - 2024-12-26

Added

  • Avro schema from file avsc
  • New alias for -t (--topic)
  • New alias for -b (--botstrap-servers)
  • New alias for -k (--key) and -v (--value)
  • New option --config-file

Changed

  • Command --schema-registry change to --registry
  • Now the option -x becomes -c and --config
  • Now quit is control+q instead of control+c

Fixed

  • Upgrade kafka client version
  • Upgrade textual version

3.0.0 - 2024-11-24

Added

  • Script to populate topics
  • Add --from-beginning parameter to consumer mode
  • Integration tests
  • Redpanda sandbox
  • Tested with Redpanda
  • Tabs for describe topic view
  • Test with apicurio

Changed

  • Using records instead of messages
  • Schema registry parameter from -s to --schema-registry
  • Protobuf parameter from -p to --protobuf
  • Improvements in consumer and admin views

Fixed

  • CSS Styles
  • Partition group lag

2.3.7 - 2024-10-14

Added

  • Python 3.13 support

Security

  • Update dependencies

2.3.6 - 2024-10-11

Security

  • Update dependencies

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