Releases: andrewinci/insulator2
Releases · andrewinci/insulator2
v1.16.0
1.16.0 (2022-11-03)
Bug Fixes
- be: Invalid assertion on config values (9c6c5b0)
- BE: stop consumer (dec90c5)
- BE: Use fair mutex (48af3c9)
- deadlock in topicPartition list cache (a2afcf1)
- FE: avoid to store empty strings for configs (6939773)
- FE: dayjs call namespace (9d3dea3)
- flickering while consuming a topic (abbec33)
- Out of range due to difference between usize (cbbec11)
- Reset topics/partitions cache when a new topic is addedd (894bb3c)
- text input null exception when using currentTarget (0ed96cf)
Features
- FE: use mod + f to focus the search bar (1292c70)
- query records (8768851)
- use infinite scroll in records list (b7ea2e0)
- Use sqlite as recors storage (7a27155)
Performance Improvements
- only build a schema registry client if a config is defined (ec1b4bc)
v1.15.0
1.15.0 (2022-10-27)
Bug Fixes
- duplicates in consumer group view (42eb3de)
Features
- FE: show search bar in cluster view (7e5460a)
- make search bar configurable from settings (1db0e24)
- use regex in search bar (584e0a7)
v1.14.2
1.14.2 (2022-10-26)
Bug Fixes
- resolve avro ref to enums (e8eb9ab)
v1.14.0
1.14.0 (2022-10-24)
Features
- Show consumer group lag by topic (3cf424b)
- Use accordion to group consumer data by topic name (90ebda7)
v1.13.0
1.13.0 (2022-10-23)
Bug Fixes
- FE: disable refetch in consumer group page (8eda18f)
Features
- Add reset offset in consumer group (2a3d4b7)
- BE: Add create consumer group function (447b09c)
- BE: Show schema id (10befc6)
- FE: Add create consumer group modal window (544ea81)
- FE: Add page subtitles with mock data (d7bc953)
- Show cleanup policy in the topic page (cb7203c)
- Show estimated number of records (e9e0853)
- Show number of partitions in topic view (fad38da)
- Show schema compatibility level (3214136)
v1.12.0
1.12.0 (2022-10-20)
Bug Fixes
- BE: Use committed_offsets speed up query offsets (f7be070)
- FE: overlapping start and text in item list (2eb6a08)
- FE: Scroll list of offsets in consumer groups (9c9f120)
Features
- BE: cache consumer groups (55bad17)
- BE: retrieve consumer group status (4c26eea)
v1.11.0
1.11.0 (2022-10-17)
Features
- Cache topic list (303f45c)
- Show topic/partition/offset registered in a cosumer group (3f626b3)
v1.10.0
1.10.0 (2022-10-16)
Bug Fixes
- compile on windows (15d0bb6)
- FE: Persist recent items across page change (00764e9)
Features
- FE: Add clear cache button (856d205)
- FE: Add favorites to item list (9679171)
- Show list of consumer groups (59a1bff)
v1.9.0
1.9.0 (2022-10-14)
Bug Fixes
- BE: Resolve avro references (367ad94)
- BE: Stop consumer on error (36f8033)
- FE: Fix flickering while consuming (3db919f)
Features
- create topic (09a94f4)
- FE: Show number of schemas and topics (59032e2)
- FE: Show recent items in topics and schemas (024180f)
v1.8.1
1.8.1 (2022-10-12)
Bug Fixes
- BE: Use scale to parse avro decimals (22c8ae8)