Skip to content

Releases: andrewinci/insulator2

v1.8.0

12 Oct 06:34
Compare
Choose a tag to compare

1.8.0 (2022-10-12)

Features

v1.7.0

11 Oct 07:26
Compare
Choose a tag to compare

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)

v1.6.0

03 Oct 17:44
Compare
Choose a tag to compare

1.6.0 (2022-10-03)

Bug Fixes

  • FE: Null record in records-table (113e9bd)

Features

  • Add consumer settings (5ff9431)
  • BE: allow to start consuming from different points (dac0dbd)
  • Consumer filter by date time (b301467)
  • FE: Wrap long lines in shema view (6651878)

v1.5.0

02 Oct 11:38
Compare
Choose a tag to compare

1.5.0 (2022-10-02)

Bug Fixes

  • BE: Delete the handle after stopping the consumer (b236c16)
  • FE: navigation (82eaaa3)

Features

  • BE: add get records count api (12c889c)
  • BE: add get_consumer_state function and disable tauri notifications (4c7eb7c)
  • BE: add partitions to topic info (2ac5ee8)
  • BE: Add POC API to handle multiple consumers (b148f33)
  • BE: disable offset autocommit by default (36f12aa)
  • BE: return partition info in list_topic api (be853ea)
  • BE: Stop consumer and notify client on error in the loop (8e30455)
  • BE: Use lossy parsing for utf8 strings (6ed9325)
  • Consume from all partitions (6a091bf)
  • FE: Consumer view (81cacee)
  • FE: Show records as cards (3aeb70d)
  • FE: Use mantine style in the records table (9a91af2)
  • Show record offset, partition and timestamp (ca23f8a)

v1.4.0

27 Sep 04:31
Compare
Choose a tag to compare

1.4.0 (2022-09-27)

Bug Fixes

  • deal with long schemas and topic names (86e1d1d)
  • set timeout for schema registry requests (89add9e)

Features

v1.3.0

25 Sep 16:07
Compare
Choose a tag to compare

1.3.0 (2022-09-25)

Bug Fixes

  • FE: Hide versions selector while loading (5300e67)
  • FE: Remove line numbers in schema cause they appears when copy pasting (2f504d9)

Features

  • add setting to disable notifications (a0b0e0b)
  • FE: Show spinner loading the schemas (48b0fa4)
  • FE: Use allotment to split the panes (ce1f9ed)

v1.2.1

25 Sep 08:23
Compare
Choose a tag to compare

1.2.1 (2022-09-25)

Bug Fixes

v1.2.0

25 Sep 07:34
Compare
Choose a tag to compare

1.2.0 (2022-09-25)

Bug Fixes

  • FE: padding to avoid scroll bar overlap with content (7ce0a36)
  • FE: warning switching from undefined to string in the search input (1b711f5)

Features

  • BE: Get all schema versions for a given subject (287a50d)
  • BE: Get latest schema for a given subject (6b026e2)
  • BE: Get list of schemas (549102e)
  • FE: Add schema registry page (0d078e5)
  • FE: Show schema (a04e702)

v1.1.0

24 Sep 03:54
Compare
Choose a tag to compare

1.1.0 (2022-09-24)

Bug Fixes

  • FE: Do not change clusters order (a29366c)

Features

  • BE: support SSL (02e0a58)
  • FE: Use scrollable area in cluster form and list (a110589)
  • store all configurations (88eef82)

v1.0.1

23 Sep 07:41
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

1.0.1 (2022-09-23)

Bug Fixes