Releases: andrewinci/insulator2
Releases · andrewinci/insulator2
v2.10.1
2.10.1 (2023-01-31)
Bug Fixes
- check list of topics to update to prevent an internal error (8a7ce90)
- parse http error from POST schema registry (5ef5858)
v2.10.0
2.10.0 (2023-01-23)
Bug Fixes
Features
- reset consumer group to a point in time (#349) (0fc06d9)
v2.9.1
2.9.1 (2023-01-11)
Bug Fixes
- make search case insensitive (899d72c)
- mitigate empty code editor (095fe02)
- truncate long titles to avoid overlap with tools button (ffbd152)
v2.9.0
2.9.0 (2023-01-09)
Bug Fixes
- disable autocomplete in add consumer group (5ce0280)
- disable autocomplete/autocapitalize in create topic modal (0bfa38a)
- favourites removed when a cluster is updated (a67accf)
- remove consumer group from the UI when deleted (e983727)
- remove schema from the UI when deleted (3134e35)
- remove topic from the UI when deleted (15c5050)
- start consumer loader as soon as the consumer is started (aa0c9dc)
- support logical types in avro unions (1118c9c)
- wrong code theme in new windows (a9150e0)
Features
- add avro producer (#307) (e7bb6a4)
- add external windonw button to record details modal (ab80738)
- add kafka timeout settings (889f07a)
- add shortcut to jump to the schema from the topic (cb56b58)
- add string producer (#300) (bb0ab30)
- allow user to open the topic and the schema registry to a new window (151d50d)
v2.8.0
2.8.0 (2022-12-21)
Bug Fixes
- disable autocomplete on search input (5ee2e0e)
- minimize button colors (e754635)
Features
v2.7.1
2.7.1 (2022-12-19)
Bug Fixes
- unable to decode nested avro schema without namespace (ad59f98)
v2.7.0
2.7.0 (2022-12-16)
Bug Fixes
- increase timeout in export records (a8df9e5)
- set default sql timeout to 10s instead of 0 (1941190)
- strip protocol from the cluster endpoint (5c17b2f)
Features
- add topic info modal (9e7b4fa)
- Configure SSL connections using truststore and keystore (#251) (5cf6913)
- download schema locally (d21bc33)
- minimize sidebar and item list column (#254) (46c0cf3)
v2.6.0
2.6.0 (2022-12-11)
Bug Fixes
- resolve schema from cache when no ns is specified (9d4b727)
Features
- improve cluster search (df4e6d8)
- make record details modal resizable (e94e65c)
- use resizable modal in add-schema-modal (d25b146)
Performance Improvements
- extract nested schemas in schema registry to speed up Avro serde (208837a)
v2.5.0
2.5.0 (2022-12-04)
Bug Fixes
- repeated keystroke in input fields (a24ee3e)
Features
Performance Improvements
- fetch consumer state after stop and disable re-fetching while the consumer is stopped (9eaed7a)
- on query only refetch first page (b52f49b)
- use an instert counter instead of a query to get the table size (8b6af73)
v2.4.1
2.4.1 (2022-12-02)
Bug Fixes