diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dcd2b48..97414069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.18.0](https://github.com/andrewinci/insulator2/compare/v1.17.0...v1.18.0) (2022-11-14) + +### Bug Fixes + +- **fe:** divider misaligned in schema registry ([a30b2ac](https://github.com/andrewinci/insulator2/commit/a30b2ac065795302b8f2ad7e6d4e04b22463ec89)) +- **fe:** divider misaligned in the settings page ([e3abf6a](https://github.com/andrewinci/insulator2/commit/e3abf6a114eee67c2a836d3eddb3ec5e201c8d8e)) +- **FE:** replace undefined with ... ([f0a8731](https://github.com/andrewinci/insulator2/commit/f0a8731f33e5ebf86d5a8effecd74cb4eb717ae8)) +- remove duplidate divider in the consumer group page ([ae6773a](https://github.com/andrewinci/insulator2/commit/ae6773a4bce081d235a7aef4ef31722d0670e7c6)) + +### Features + +- add delete consumer group tool ([7cddb2f](https://github.com/andrewinci/insulator2/commit/7cddb2fe57a10bec52a7762d5cc787b88461a8cb)) +- Allow users to create a new schema ([#132](https://github.com/andrewinci/insulator2/issues/132)) ([574169c](https://github.com/andrewinci/insulator2/commit/574169c904ac28917e8f750f3f55c8fb40bb3bf5)) +- read insulator v1 config at first startup ([#137](https://github.com/andrewinci/insulator2/issues/137)) ([6d06698](https://github.com/andrewinci/insulator2/commit/6d06698e623ade257645c82d5ac4081e5753ca8f)) + # [1.17.0](https://github.com/andrewinci/insulator2/compare/v1.16.0...v1.17.0) (2022-11-04) ### Bug Fixes diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index aaccd89a..2b615d5e 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v1.17.0", - "notes": "# [1.17.0](https://github.com/andrewinci/insulator2/compare/v1.16.0...v1.17.0) (2022-11-04)\n\n\n### Bug Fixes\n\n* **be:** Use fair mutex to syncronise multiple consumers writing to sqlite ([b95b2b2](https://github.com/andrewinci/insulator2/commit/b95b2b2d453ee23454d823f76aa6752f0735044c))\n* **fe:** remove padding in the main page ([7066e7f](https://github.com/andrewinci/insulator2/commit/7066e7fb760585bbdcd5ac6f0cd96cd5a35a33ad))\n* Get result size using the query ([971674a](https://github.com/andrewinci/insulator2/commit/971674a8b66504eee84f2654e6108f22de483618))\n\n\n### Features\n\n* add button to delete a specific schema version ([b54e0d2](https://github.com/andrewinci/insulator2/commit/b54e0d2a09d024e03528828751dd120c9fb45a80))\n* add button to delete a topic ([d7005e6](https://github.com/andrewinci/insulator2/commit/d7005e6cdb14c75065d0db6b7fe72313508c4010))\n* add delete schema button ([436dd58](https://github.com/andrewinci/insulator2/commit/436dd58c6847c274ab6781189c6b4724de268274))\n* **fe:** click enter to select the first cluster from the search bar ([ff4488c](https://github.com/andrewinci/insulator2/commit/ff4488c57ed979ae1eeee2898efb2ca03084aa4c))\n* **fe:** show loader between pages in records-list ([b1523ae](https://github.com/andrewinci/insulator2/commit/b1523ae781820815172385fe4f4596faa55b9174))\n* **ux:** double enter to select the first item that match the search ([0f756f9](https://github.com/andrewinci/insulator2/commit/0f756f938aff08475849b1246cfa0782afa77b3c))\n* **ux:** show query in an allotment instead of a modal ([4ef8911](https://github.com/andrewinci/insulator2/commit/4ef8911be345a4d51653eaeb2c6153fa51f30f5e))\n\n\n### Performance Improvements\n\n* **be:** cache parsed avro schema ([b229189](https://github.com/andrewinci/insulator2/commit/b229189b0ea1ad1593c8f9f59d9a9c7ef90f57ba))\n\n\n\n", - "pub_date": "2022-11-04T21:22:19Z", + "version": "v1.18.0", + "notes": "# [1.18.0](https://github.com/andrewinci/insulator2/compare/v1.17.0...v1.18.0) (2022-11-14)\n\n\n### Bug Fixes\n\n* **fe:** divider misaligned in schema registry ([a30b2ac](https://github.com/andrewinci/insulator2/commit/a30b2ac065795302b8f2ad7e6d4e04b22463ec89))\n* **fe:** divider misaligned in the settings page ([e3abf6a](https://github.com/andrewinci/insulator2/commit/e3abf6a114eee67c2a836d3eddb3ec5e201c8d8e))\n* **FE:** replace undefined with ... ([f0a8731](https://github.com/andrewinci/insulator2/commit/f0a8731f33e5ebf86d5a8effecd74cb4eb717ae8))\n* remove duplidate divider in the consumer group page ([ae6773a](https://github.com/andrewinci/insulator2/commit/ae6773a4bce081d235a7aef4ef31722d0670e7c6))\n\n\n### Features\n\n* add delete consumer group tool ([7cddb2f](https://github.com/andrewinci/insulator2/commit/7cddb2fe57a10bec52a7762d5cc787b88461a8cb))\n* Allow users to create a new schema ([#132](https://github.com/andrewinci/insulator2/issues/132)) ([574169c](https://github.com/andrewinci/insulator2/commit/574169c904ac28917e8f750f3f55c8fb40bb3bf5))\n* read insulator v1 config at first startup ([#137](https://github.com/andrewinci/insulator2/issues/137)) ([6d06698](https://github.com/andrewinci/insulator2/commit/6d06698e623ade257645c82d5ac4081e5753ca8f))\n\n\n\n", + "pub_date": "2022-11-14T07:46:36Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.17.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.18.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.17.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.18.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index 67bb1edc..e85923a5 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v1.17.0", - "notes": "# [1.17.0](https://github.com/andrewinci/insulator2/compare/v1.16.0...v1.17.0) (2022-11-04)\n\n\n### Bug Fixes\n\n* **be:** Use fair mutex to syncronise multiple consumers writing to sqlite ([b95b2b2](https://github.com/andrewinci/insulator2/commit/b95b2b2d453ee23454d823f76aa6752f0735044c))\n* **fe:** remove padding in the main page ([7066e7f](https://github.com/andrewinci/insulator2/commit/7066e7fb760585bbdcd5ac6f0cd96cd5a35a33ad))\n* Get result size using the query ([971674a](https://github.com/andrewinci/insulator2/commit/971674a8b66504eee84f2654e6108f22de483618))\n\n\n### Features\n\n* add button to delete a specific schema version ([b54e0d2](https://github.com/andrewinci/insulator2/commit/b54e0d2a09d024e03528828751dd120c9fb45a80))\n* add button to delete a topic ([d7005e6](https://github.com/andrewinci/insulator2/commit/d7005e6cdb14c75065d0db6b7fe72313508c4010))\n* add delete schema button ([436dd58](https://github.com/andrewinci/insulator2/commit/436dd58c6847c274ab6781189c6b4724de268274))\n* **fe:** click enter to select the first cluster from the search bar ([ff4488c](https://github.com/andrewinci/insulator2/commit/ff4488c57ed979ae1eeee2898efb2ca03084aa4c))\n* **fe:** show loader between pages in records-list ([b1523ae](https://github.com/andrewinci/insulator2/commit/b1523ae781820815172385fe4f4596faa55b9174))\n* **ux:** double enter to select the first item that match the search ([0f756f9](https://github.com/andrewinci/insulator2/commit/0f756f938aff08475849b1246cfa0782afa77b3c))\n* **ux:** show query in an allotment instead of a modal ([4ef8911](https://github.com/andrewinci/insulator2/commit/4ef8911be345a4d51653eaeb2c6153fa51f30f5e))\n\n\n### Performance Improvements\n\n* **be:** cache parsed avro schema ([b229189](https://github.com/andrewinci/insulator2/commit/b229189b0ea1ad1593c8f9f59d9a9c7ef90f57ba))\n\n\n\n", - "pub_date": "2022-11-04T21:22:19Z", + "version": "v1.18.0", + "notes": "# [1.18.0](https://github.com/andrewinci/insulator2/compare/v1.17.0...v1.18.0) (2022-11-14)\n\n\n### Bug Fixes\n\n* **fe:** divider misaligned in schema registry ([a30b2ac](https://github.com/andrewinci/insulator2/commit/a30b2ac065795302b8f2ad7e6d4e04b22463ec89))\n* **fe:** divider misaligned in the settings page ([e3abf6a](https://github.com/andrewinci/insulator2/commit/e3abf6a114eee67c2a836d3eddb3ec5e201c8d8e))\n* **FE:** replace undefined with ... ([f0a8731](https://github.com/andrewinci/insulator2/commit/f0a8731f33e5ebf86d5a8effecd74cb4eb717ae8))\n* remove duplidate divider in the consumer group page ([ae6773a](https://github.com/andrewinci/insulator2/commit/ae6773a4bce081d235a7aef4ef31722d0670e7c6))\n\n\n### Features\n\n* add delete consumer group tool ([7cddb2f](https://github.com/andrewinci/insulator2/commit/7cddb2fe57a10bec52a7762d5cc787b88461a8cb))\n* Allow users to create a new schema ([#132](https://github.com/andrewinci/insulator2/issues/132)) ([574169c](https://github.com/andrewinci/insulator2/commit/574169c904ac28917e8f750f3f55c8fb40bb3bf5))\n* read insulator v1 config at first startup ([#137](https://github.com/andrewinci/insulator2/issues/137)) ([6d06698](https://github.com/andrewinci/insulator2/commit/6d06698e623ade257645c82d5ac4081e5753ca8f))\n\n\n\n", + "pub_date": "2022-11-14T07:46:36Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.17.0/insulator-2_1.17.0_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.18.0/insulator-2_1.18.0_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index dc6329ca..5480463f 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v1.17.0", - "notes": "# [1.17.0](https://github.com/andrewinci/insulator2/compare/v1.16.0...v1.17.0) (2022-11-04)\n\n\n### Bug Fixes\n\n* **be:** Use fair mutex to syncronise multiple consumers writing to sqlite ([b95b2b2](https://github.com/andrewinci/insulator2/commit/b95b2b2d453ee23454d823f76aa6752f0735044c))\n* **fe:** remove padding in the main page ([7066e7f](https://github.com/andrewinci/insulator2/commit/7066e7fb760585bbdcd5ac6f0cd96cd5a35a33ad))\n* Get result size using the query ([971674a](https://github.com/andrewinci/insulator2/commit/971674a8b66504eee84f2654e6108f22de483618))\n\n\n### Features\n\n* add button to delete a specific schema version ([b54e0d2](https://github.com/andrewinci/insulator2/commit/b54e0d2a09d024e03528828751dd120c9fb45a80))\n* add button to delete a topic ([d7005e6](https://github.com/andrewinci/insulator2/commit/d7005e6cdb14c75065d0db6b7fe72313508c4010))\n* add delete schema button ([436dd58](https://github.com/andrewinci/insulator2/commit/436dd58c6847c274ab6781189c6b4724de268274))\n* **fe:** click enter to select the first cluster from the search bar ([ff4488c](https://github.com/andrewinci/insulator2/commit/ff4488c57ed979ae1eeee2898efb2ca03084aa4c))\n* **fe:** show loader between pages in records-list ([b1523ae](https://github.com/andrewinci/insulator2/commit/b1523ae781820815172385fe4f4596faa55b9174))\n* **ux:** double enter to select the first item that match the search ([0f756f9](https://github.com/andrewinci/insulator2/commit/0f756f938aff08475849b1246cfa0782afa77b3c))\n* **ux:** show query in an allotment instead of a modal ([4ef8911](https://github.com/andrewinci/insulator2/commit/4ef8911be345a4d51653eaeb2c6153fa51f30f5e))\n\n\n### Performance Improvements\n\n* **be:** cache parsed avro schema ([b229189](https://github.com/andrewinci/insulator2/commit/b229189b0ea1ad1593c8f9f59d9a9c7ef90f57ba))\n\n\n\n", - "pub_date": "2022-11-04T21:22:19Z", + "version": "v1.18.0", + "notes": "# [1.18.0](https://github.com/andrewinci/insulator2/compare/v1.17.0...v1.18.0) (2022-11-14)\n\n\n### Bug Fixes\n\n* **fe:** divider misaligned in schema registry ([a30b2ac](https://github.com/andrewinci/insulator2/commit/a30b2ac065795302b8f2ad7e6d4e04b22463ec89))\n* **fe:** divider misaligned in the settings page ([e3abf6a](https://github.com/andrewinci/insulator2/commit/e3abf6a114eee67c2a836d3eddb3ec5e201c8d8e))\n* **FE:** replace undefined with ... ([f0a8731](https://github.com/andrewinci/insulator2/commit/f0a8731f33e5ebf86d5a8effecd74cb4eb717ae8))\n* remove duplidate divider in the consumer group page ([ae6773a](https://github.com/andrewinci/insulator2/commit/ae6773a4bce081d235a7aef4ef31722d0670e7c6))\n\n\n### Features\n\n* add delete consumer group tool ([7cddb2f](https://github.com/andrewinci/insulator2/commit/7cddb2fe57a10bec52a7762d5cc787b88461a8cb))\n* Allow users to create a new schema ([#132](https://github.com/andrewinci/insulator2/issues/132)) ([574169c](https://github.com/andrewinci/insulator2/commit/574169c904ac28917e8f750f3f55c8fb40bb3bf5))\n* read insulator v1 config at first startup ([#137](https://github.com/andrewinci/insulator2/issues/137)) ([6d06698](https://github.com/andrewinci/insulator2/commit/6d06698e623ade257645c82d5ac4081e5753ca8f))\n\n\n\n", + "pub_date": "2022-11-14T07:46:36Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.17.0/Insulator.2_1.17.0_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.18.0/Insulator.2_1.18.0_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index 49885dc0..19ffd816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "1.17.0", + "version": "1.18.0", "type": "module", "scripts": { "postinstall": "husky install", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 07e2e16a..a74b08ff 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "1.17.0" + "version": "1.18.0" }, "tauri": { "allowlist": {