Skip to content

v1.7.0

Compare
Choose a tag to compare
@andrewinci andrewinci released this 11 Oct 07:26
· 608 commits to main since this release

1.7.0 (2022-10-11)

Bug Fixes

  • BE: Use a map topic consumer for each cluster (0c8da4a)
  • FE: Use UTC in consumer setting (1329aff)

Features

  • BE: re-implement the consumer (a117ae0)
  • BE: Retrieve schema using the id from the kafka record (3c724b5)
  • cache schemas by subject name (1428c57)
  • FE: Save pem in config instead of using locations (dd62156)
  • FE: show error notifications (a7e40ad)
  • use avro by default and fallback on string on failure (9603e2d)
  • use consumer get record from lib (a11343f)
  • use consumer stop from lib (1c8a68c)
  • Use lib to start consumer and get state (0fd64c7)
  • use new lib for read/write configurations (8f7ad00)
  • use new lib for schema registry (cd5580c)
  • use new lib for the topic list (d6d348c)
  • use only one schema registry for each cluster (00d2631)