Releases: andrewinci/insulator2
Releases · andrewinci/insulator2
v2.4.0
01 Dec 07:46
Compare
Sorry, something went wrong.
No results found
2.4.0 (2022-12-01)
Bug Fixes
allow upper and lower case in search inputs (aa0d970 )
Features
add option to "compactify" consumed records (#194 ) (903641a )
export internal database (6a49dae )
v2.3.1
30 Nov 07:43
Compare
Sorry, something went wrong.
No results found
2.3.1 (2022-11-30)
Bug Fixes
v2.3.0
28 Nov 21:47
Compare
Sorry, something went wrong.
No results found
2.3.0 (2022-11-28)
Features
active users telemetry (0a36d3a )
emit errors from the kafka consumer to the frontend (d20def2 )
pause consumer group when a consumption intervall is specified (42a5753 )
v2.2.0
28 Nov 08:46
Compare
Sorry, something went wrong.
No results found
2.2.0 (2022-11-28)
Bug Fixes
missing app version in sidebar (1525533 )
show raw error when unable to parse as TauriError (482c0d7 )
Features
add modal to view a single record in monaco (36bf5c2 )
allow user to export consumed records (fcff611 )
copy parsed json from the record list (27d0f47 )
v2.1.0
24 Nov 07:58
Compare
Sorry, something went wrong.
No results found
2.1.0 (2022-11-24)
Bug Fixes
Features
FE: add tools to schema registry view via monaco js (16acd78 )
FE: redesign records view page (#161 ) (bb5924b )
validate json in add schema modal (48d711e )
v2.0.1
20 Nov 17:18
Compare
Sorry, something went wrong.
No results found
2.0.1 (2022-11-20)
Bug Fixes
v2.0.0
20 Nov 10:40
Compare
Sorry, something went wrong.
No results found
2.0.0 (2022-11-20)
feat!: Switch to TOML for config format (again) (#159 ) (84a2d10 ), closes #159
Performance Improvements
Use connection pool to interact with the DB (#160 ) (636a025 )
BREAKING CHANGES
use toml for configurations instead of json
v1.18.1
18 Nov 07:50
Compare
Sorry, something went wrong.
No results found
1.18.1 (2022-11-18)
Bug Fixes
dead lock consuming multiple topics (3c6fb3a )
Performance Improvements
reduce records page size to 20 (4b605be )
v1.18.0
14 Nov 07:46
Compare
Sorry, something went wrong.
No results found
1.18.0 (2022-11-14)
Bug Fixes
fe: divider misaligned in schema registry (a30b2ac )
fe: divider misaligned in the settings page (e3abf6a )
FE: replace undefined with ... (f0a8731 )
remove duplidate divider in the consumer group page (ae6773a )
Features
add delete consumer group tool (7cddb2f )
Allow users to create a new schema (#132 ) (574169c )
read insulator v1 config at first startup (#137 ) (6d06698 )
v1.17.0
04 Nov 21:22
Compare
Sorry, something went wrong.
No results found
1.17.0 (2022-11-04)
Bug Fixes
be: Use fair mutex to syncronise multiple consumers writing to sqlite (b95b2b2 )
fe: remove padding in the main page (7066e7f )
Get result size using the query (971674a )
Features
add button to delete a specific schema version (b54e0d2 )
add button to delete a topic (d7005e6 )
add delete schema button (436dd58 )
fe: click enter to select the first cluster from the search bar (ff4488c )
fe: show loader between pages in records-list (b1523ae )
ux: double enter to select the first item that match the search (0f756f9 )
ux: show query in an allotment instead of a modal (4ef8911 )
Performance Improvements
be: cache parsed avro schema (b229189 )