Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
# [2.9.0](v2.8.0...v2.9.0) (2023-01-09)

### Bug Fixes

* disable autocomplete in add consumer group ([5ce0280](5ce0280))
* disable autocomplete/autocapitalize in create topic modal ([0bfa38a](0bfa38a))
* favourites removed when a cluster is updated ([a67accf](a67accf))
* remove consumer group from the UI when deleted ([e983727](e983727))
* remove schema from the UI when deleted ([3134e35](3134e35))
* remove topic from the UI when deleted ([15c5050](15c5050))
* start consumer loader as soon as the consumer is started ([aa0c9dc](aa0c9dc))
* support logical types in avro unions ([1118c9c](1118c9c))
* wrong code theme in new windows ([a9150e0](a9150e0))

### Features

* add avro producer ([#307](#307)) ([e7bb6a4](e7bb6a4))
* add external windonw button to record details modal ([ab80738](ab80738))
* add kafka timeout settings ([889f07a](889f07a))
* add shortcut to jump to the schema from the topic ([cb56b58](cb56b58))
* add string producer ([#300](#300)) ([bb0ab30](bb0ab30))
* allow user to open the topic and the schema registry to a new window ([151d50d](151d50d))
  • Loading branch information
semantic-release-bot committed Jan 9, 2023
1 parent ab80738 commit fb07c4a
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 15 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.9.0](https://github.com/andrewinci/insulator2/compare/v2.8.0...v2.9.0) (2023-01-09)

### Bug Fixes

- disable autocomplete in add consumer group ([5ce0280](https://github.com/andrewinci/insulator2/commit/5ce0280f1b01da12d39afa38147adb2da02ed502))
- disable autocomplete/autocapitalize in create topic modal ([0bfa38a](https://github.com/andrewinci/insulator2/commit/0bfa38a2b5b6042809758da12422ca2fe15bde38))
- favourites removed when a cluster is updated ([a67accf](https://github.com/andrewinci/insulator2/commit/a67accf45919cef342da08e113c5f2724018f947))
- remove consumer group from the UI when deleted ([e983727](https://github.com/andrewinci/insulator2/commit/e983727b800e8a9dd8af844c67b6aacf2fae691e))
- remove schema from the UI when deleted ([3134e35](https://github.com/andrewinci/insulator2/commit/3134e3598ca181d65bd8cbd7a1273afd2c614f61))
- remove topic from the UI when deleted ([15c5050](https://github.com/andrewinci/insulator2/commit/15c505080dbd411a912749790a86295a4e60d5cf))
- start consumer loader as soon as the consumer is started ([aa0c9dc](https://github.com/andrewinci/insulator2/commit/aa0c9dc514549f5b150db1ed3e9e344c0e8d7ebe))
- support logical types in avro unions ([1118c9c](https://github.com/andrewinci/insulator2/commit/1118c9c5b16a0c62908f88ae327f86c472fec9d5))
- wrong code theme in new windows ([a9150e0](https://github.com/andrewinci/insulator2/commit/a9150e0af571ed8cd0edce854d0177fdc09dcf69))

### Features

- add avro producer ([#307](https://github.com/andrewinci/insulator2/issues/307)) ([e7bb6a4](https://github.com/andrewinci/insulator2/commit/e7bb6a471219807cd076af25219335791097e9c9))
- add external windonw button to record details modal ([ab80738](https://github.com/andrewinci/insulator2/commit/ab807387b923956d414421e8b7bd2f7413bfab6f))
- add kafka timeout settings ([889f07a](https://github.com/andrewinci/insulator2/commit/889f07afdbb0ca69e0839be818dd248611f77823))
- add shortcut to jump to the schema from the topic ([cb56b58](https://github.com/andrewinci/insulator2/commit/cb56b58c76eb4623f58ae1bce052771298ebe026))
- add string producer ([#300](https://github.com/andrewinci/insulator2/issues/300)) ([bb0ab30](https://github.com/andrewinci/insulator2/commit/bb0ab30526fc9fc4aba7b0c4da2558c8d61a02c5))
- allow user to open the topic and the schema registry to a new window ([151d50d](https://github.com/andrewinci/insulator2/commit/151d50d6ece9f5125df7d5c34e19ab0e51d64c89))

# [2.8.0](https://github.com/andrewinci/insulator2/compare/v2.7.1...v2.8.0) (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Insulator 2",
"version": "2.8.0"
"version": "2.9.0"
},
"tauri": {
"allowlist": {
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": "v2.8.0",
"notes": "# [2.8.0](https://github.com/andrewinci/insulator2/compare/v2.7.1...v2.8.0) (2022-12-21)\n\n\n### Bug Fixes\n\n* disable autocomplete on search input ([5ee2e0e](https://github.com/andrewinci/insulator2/commit/5ee2e0ed697eb0ab0377c16ce861e9cb23242cfd))\n* minimize button colors ([e754635](https://github.com/andrewinci/insulator2/commit/e754635be8295faaaeff6df3362de0bdaa342a21))\n\n\n### Features\n\n* consumer shortcuts ([#275](https://github.com/andrewinci/insulator2/issues/275)) ([3ff3041](https://github.com/andrewinci/insulator2/commit/3ff3041d55732a6e0308cf2d62f0a46a14e1f0c0))\n\n\n\n",
"pub_date": "2022-12-21T08:47:20Z",
"version": "v2.9.0",
"notes": "# [2.9.0](https://github.com/andrewinci/insulator2/compare/v2.8.0...v2.9.0) (2023-01-09)\n\n\n### Bug Fixes\n\n* disable autocomplete in add consumer group ([5ce0280](https://github.com/andrewinci/insulator2/commit/5ce0280f1b01da12d39afa38147adb2da02ed502))\n* disable autocomplete/autocapitalize in create topic modal ([0bfa38a](https://github.com/andrewinci/insulator2/commit/0bfa38a2b5b6042809758da12422ca2fe15bde38))\n* favourites removed when a cluster is updated ([a67accf](https://github.com/andrewinci/insulator2/commit/a67accf45919cef342da08e113c5f2724018f947))\n* remove consumer group from the UI when deleted ([e983727](https://github.com/andrewinci/insulator2/commit/e983727b800e8a9dd8af844c67b6aacf2fae691e))\n* remove schema from the UI when deleted ([3134e35](https://github.com/andrewinci/insulator2/commit/3134e3598ca181d65bd8cbd7a1273afd2c614f61))\n* remove topic from the UI when deleted ([15c5050](https://github.com/andrewinci/insulator2/commit/15c505080dbd411a912749790a86295a4e60d5cf))\n* start consumer loader as soon as the consumer is started ([aa0c9dc](https://github.com/andrewinci/insulator2/commit/aa0c9dc514549f5b150db1ed3e9e344c0e8d7ebe))\n* support logical types in avro unions ([1118c9c](https://github.com/andrewinci/insulator2/commit/1118c9c5b16a0c62908f88ae327f86c472fec9d5))\n* wrong code theme in new windows ([a9150e0](https://github.com/andrewinci/insulator2/commit/a9150e0af571ed8cd0edce854d0177fdc09dcf69))\n\n\n### Features\n\n* add avro producer ([#307](https://github.com/andrewinci/insulator2/issues/307)) ([e7bb6a4](https://github.com/andrewinci/insulator2/commit/e7bb6a471219807cd076af25219335791097e9c9))\n* add external windonw button to record details modal ([ab80738](https://github.com/andrewinci/insulator2/commit/ab807387b923956d414421e8b7bd2f7413bfab6f))\n* add kafka timeout settings ([889f07a](https://github.com/andrewinci/insulator2/commit/889f07afdbb0ca69e0839be818dd248611f77823))\n* add shortcut to jump to the schema from the topic ([cb56b58](https://github.com/andrewinci/insulator2/commit/cb56b58c76eb4623f58ae1bce052771298ebe026))\n* add string producer ([#300](https://github.com/andrewinci/insulator2/issues/300)) ([bb0ab30](https://github.com/andrewinci/insulator2/commit/bb0ab30526fc9fc4aba7b0c4da2558c8d61a02c5))\n* allow user to open the topic and the schema registry to a new window ([151d50d](https://github.com/andrewinci/insulator2/commit/151d50d6ece9f5125df7d5c34e19ab0e51d64c89))\n\n\n\n",
"pub_date": "2023-01-09T18:23:15Z",
"platforms": {
"darwin-x86_64": {
"signature": "----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.8.0/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.9.0/Insulator.2.app.tar.gz"
},
"darwin-aarch64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.8.0/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.9.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": "v2.8.0",
"notes": "# [2.8.0](https://github.com/andrewinci/insulator2/compare/v2.7.1...v2.8.0) (2022-12-21)\n\n\n### Bug Fixes\n\n* disable autocomplete on search input ([5ee2e0e](https://github.com/andrewinci/insulator2/commit/5ee2e0ed697eb0ab0377c16ce861e9cb23242cfd))\n* minimize button colors ([e754635](https://github.com/andrewinci/insulator2/commit/e754635be8295faaaeff6df3362de0bdaa342a21))\n\n\n### Features\n\n* consumer shortcuts ([#275](https://github.com/andrewinci/insulator2/issues/275)) ([3ff3041](https://github.com/andrewinci/insulator2/commit/3ff3041d55732a6e0308cf2d62f0a46a14e1f0c0))\n\n\n\n",
"pub_date": "2022-12-21T08:47:20Z",
"version": "v2.9.0",
"notes": "# [2.9.0](https://github.com/andrewinci/insulator2/compare/v2.8.0...v2.9.0) (2023-01-09)\n\n\n### Bug Fixes\n\n* disable autocomplete in add consumer group ([5ce0280](https://github.com/andrewinci/insulator2/commit/5ce0280f1b01da12d39afa38147adb2da02ed502))\n* disable autocomplete/autocapitalize in create topic modal ([0bfa38a](https://github.com/andrewinci/insulator2/commit/0bfa38a2b5b6042809758da12422ca2fe15bde38))\n* favourites removed when a cluster is updated ([a67accf](https://github.com/andrewinci/insulator2/commit/a67accf45919cef342da08e113c5f2724018f947))\n* remove consumer group from the UI when deleted ([e983727](https://github.com/andrewinci/insulator2/commit/e983727b800e8a9dd8af844c67b6aacf2fae691e))\n* remove schema from the UI when deleted ([3134e35](https://github.com/andrewinci/insulator2/commit/3134e3598ca181d65bd8cbd7a1273afd2c614f61))\n* remove topic from the UI when deleted ([15c5050](https://github.com/andrewinci/insulator2/commit/15c505080dbd411a912749790a86295a4e60d5cf))\n* start consumer loader as soon as the consumer is started ([aa0c9dc](https://github.com/andrewinci/insulator2/commit/aa0c9dc514549f5b150db1ed3e9e344c0e8d7ebe))\n* support logical types in avro unions ([1118c9c](https://github.com/andrewinci/insulator2/commit/1118c9c5b16a0c62908f88ae327f86c472fec9d5))\n* wrong code theme in new windows ([a9150e0](https://github.com/andrewinci/insulator2/commit/a9150e0af571ed8cd0edce854d0177fdc09dcf69))\n\n\n### Features\n\n* add avro producer ([#307](https://github.com/andrewinci/insulator2/issues/307)) ([e7bb6a4](https://github.com/andrewinci/insulator2/commit/e7bb6a471219807cd076af25219335791097e9c9))\n* add external windonw button to record details modal ([ab80738](https://github.com/andrewinci/insulator2/commit/ab807387b923956d414421e8b7bd2f7413bfab6f))\n* add kafka timeout settings ([889f07a](https://github.com/andrewinci/insulator2/commit/889f07afdbb0ca69e0839be818dd248611f77823))\n* add shortcut to jump to the schema from the topic ([cb56b58](https://github.com/andrewinci/insulator2/commit/cb56b58c76eb4623f58ae1bce052771298ebe026))\n* add string producer ([#300](https://github.com/andrewinci/insulator2/issues/300)) ([bb0ab30](https://github.com/andrewinci/insulator2/commit/bb0ab30526fc9fc4aba7b0c4da2558c8d61a02c5))\n* allow user to open the topic and the schema registry to a new window ([151d50d](https://github.com/andrewinci/insulator2/commit/151d50d6ece9f5125df7d5c34e19ab0e51d64c89))\n\n\n\n",
"pub_date": "2023-01-09T18:23:15Z",
"platforms": {
"linux-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.8.0/insulator-2_2.8.0_amd64.AppImage.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.9.0/insulator-2_2.9.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": "v2.8.0",
"notes": "# [2.8.0](https://github.com/andrewinci/insulator2/compare/v2.7.1...v2.8.0) (2022-12-21)\n\n\n### Bug Fixes\n\n* disable autocomplete on search input ([5ee2e0e](https://github.com/andrewinci/insulator2/commit/5ee2e0ed697eb0ab0377c16ce861e9cb23242cfd))\n* minimize button colors ([e754635](https://github.com/andrewinci/insulator2/commit/e754635be8295faaaeff6df3362de0bdaa342a21))\n\n\n### Features\n\n* consumer shortcuts ([#275](https://github.com/andrewinci/insulator2/issues/275)) ([3ff3041](https://github.com/andrewinci/insulator2/commit/3ff3041d55732a6e0308cf2d62f0a46a14e1f0c0))\n\n\n\n",
"pub_date": "2022-12-21T08:47:20Z",
"version": "v2.9.0",
"notes": "# [2.9.0](https://github.com/andrewinci/insulator2/compare/v2.8.0...v2.9.0) (2023-01-09)\n\n\n### Bug Fixes\n\n* disable autocomplete in add consumer group ([5ce0280](https://github.com/andrewinci/insulator2/commit/5ce0280f1b01da12d39afa38147adb2da02ed502))\n* disable autocomplete/autocapitalize in create topic modal ([0bfa38a](https://github.com/andrewinci/insulator2/commit/0bfa38a2b5b6042809758da12422ca2fe15bde38))\n* favourites removed when a cluster is updated ([a67accf](https://github.com/andrewinci/insulator2/commit/a67accf45919cef342da08e113c5f2724018f947))\n* remove consumer group from the UI when deleted ([e983727](https://github.com/andrewinci/insulator2/commit/e983727b800e8a9dd8af844c67b6aacf2fae691e))\n* remove schema from the UI when deleted ([3134e35](https://github.com/andrewinci/insulator2/commit/3134e3598ca181d65bd8cbd7a1273afd2c614f61))\n* remove topic from the UI when deleted ([15c5050](https://github.com/andrewinci/insulator2/commit/15c505080dbd411a912749790a86295a4e60d5cf))\n* start consumer loader as soon as the consumer is started ([aa0c9dc](https://github.com/andrewinci/insulator2/commit/aa0c9dc514549f5b150db1ed3e9e344c0e8d7ebe))\n* support logical types in avro unions ([1118c9c](https://github.com/andrewinci/insulator2/commit/1118c9c5b16a0c62908f88ae327f86c472fec9d5))\n* wrong code theme in new windows ([a9150e0](https://github.com/andrewinci/insulator2/commit/a9150e0af571ed8cd0edce854d0177fdc09dcf69))\n\n\n### Features\n\n* add avro producer ([#307](https://github.com/andrewinci/insulator2/issues/307)) ([e7bb6a4](https://github.com/andrewinci/insulator2/commit/e7bb6a471219807cd076af25219335791097e9c9))\n* add external windonw button to record details modal ([ab80738](https://github.com/andrewinci/insulator2/commit/ab807387b923956d414421e8b7bd2f7413bfab6f))\n* add kafka timeout settings ([889f07a](https://github.com/andrewinci/insulator2/commit/889f07afdbb0ca69e0839be818dd248611f77823))\n* add shortcut to jump to the schema from the topic ([cb56b58](https://github.com/andrewinci/insulator2/commit/cb56b58c76eb4623f58ae1bce052771298ebe026))\n* add string producer ([#300](https://github.com/andrewinci/insulator2/issues/300)) ([bb0ab30](https://github.com/andrewinci/insulator2/commit/bb0ab30526fc9fc4aba7b0c4da2558c8d61a02c5))\n* allow user to open the topic and the schema registry to a new window ([151d50d](https://github.com/andrewinci/insulator2/commit/151d50d6ece9f5125df7d5c34e19ab0e51d64c89))\n\n\n\n",
"pub_date": "2023-01-09T18:23:15Z",
"platforms": {
"windows-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.8.0/Insulator.2_2.8.0_x64_en-US.msi.zip"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.9.0/Insulator.2_2.9.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": "2.8.0",
"version": "2.9.0",
"type": "module",
"workspaces": [
"frontend",
Expand Down

0 comments on commit fb07c4a

Please sign in to comment.