Skip to content

Commit

Permalink
chore(release): 1.18.0
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.0...v1.18.0) (2022-11-14)

### Bug Fixes

* **fe:** divider misaligned in schema registry ([a30b2ac](a30b2ac))
* **fe:** divider misaligned in the settings page ([e3abf6a](e3abf6a))
* **FE:** replace undefined with ... ([f0a8731](f0a8731))
* remove duplidate divider in the consumer group page ([ae6773a](ae6773a))

### Features

* add delete consumer group tool ([7cddb2f](7cddb2f))
* Allow users to create a new schema ([#132](#132)) ([574169c](574169c))
* read insulator v1 config at first startup ([#137](#137)) ([6d06698](6d06698))
  • Loading branch information
semantic-release-bot committed Nov 14, 2022
1 parent 6d06698 commit dda556d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions manifests/update-darwin.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
8 changes: 4 additions & 4 deletions manifests/update-linux.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
8 changes: 4 additions & 4 deletions manifests/update-windows.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insulator2",
"private": true,
"version": "1.17.0",
"version": "1.18.0",
"type": "module",
"scripts": {
"postinstall": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Insulator 2",
"version": "1.17.0"
"version": "1.18.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit dda556d

Please sign in to comment.