diff --git a/CHANGELOG.md b/CHANGELOG.md index 623cd839..52441393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20) + +### Bug Fixes + +- **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb)) +- **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd)) +- **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff)) + +### Features + +- **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3)) +- **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733)) + # [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17) ### Features diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index c13d25d7..9d92f4ce 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v1.11.0", - "notes": "# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17)\n\n\n### Features\n\n* Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f))\n* Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725))\n\n\n\n", - "pub_date": "2022-10-17T08:06:38Z", + "version": "v1.12.0", + "notes": "# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20)\n\n\n### Bug Fixes\n\n* **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb))\n* **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd))\n* **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff))\n\n\n### Features\n\n* **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3))\n* **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733))\n\n\n\n", + "pub_date": "2022-10-20T08:10:25Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index b72c84f3..f1351eb1 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v1.11.0", - "notes": "# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17)\n\n\n### Features\n\n* Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f))\n* Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725))\n\n\n\n", - "pub_date": "2022-10-17T08:06:38Z", + "version": "v1.12.0", + "notes": "# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20)\n\n\n### Bug Fixes\n\n* **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb))\n* **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd))\n* **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff))\n\n\n### Features\n\n* **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3))\n* **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733))\n\n\n\n", + "pub_date": "2022-10-20T08:10:25Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/insulator-2_1.11.0_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/insulator-2_1.12.0_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index 4ac2d311..a6adcfda 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v1.11.0", - "notes": "# [1.11.0](https://github.com/andrewinci/insulator2/compare/v1.10.0...v1.11.0) (2022-10-17)\n\n\n### Features\n\n* Cache topic list ([303f45c](https://github.com/andrewinci/insulator2/commit/303f45c3584be8289218f25f04da42129073dd3f))\n* Show topic/partition/offset registered in a cosumer group ([3f626b3](https://github.com/andrewinci/insulator2/commit/3f626b3ccf7b5711a8f80f938284afaab8cd6725))\n\n\n\n", - "pub_date": "2022-10-17T08:06:38Z", + "version": "v1.12.0", + "notes": "# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20)\n\n\n### Bug Fixes\n\n* **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb))\n* **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd))\n* **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff))\n\n\n### Features\n\n* **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3))\n* **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733))\n\n\n\n", + "pub_date": "2022-10-20T08:10:25Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.11.0/Insulator.2_1.11.0_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/Insulator.2_1.12.0_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index 34f05d6b..98bed61a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "1.11.0", + "version": "1.12.0", "type": "module", "scripts": { "postinstall": "husky install", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4a9beb67..da16fb6f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "1.11.0" + "version": "1.12.0" }, "tauri": { "allowlist": {