-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.14.0](v1.13.0...v1.14.0) (2022-10-24) ### Features * Show consumer group lag by topic ([3cf424b](3cf424b)) * Use accordion to group consumer data by topic name ([90ebda7](90ebda7))
- Loading branch information
1 parent
3cf424b
commit f032dec
Showing
6 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"version": "v1.13.0", | ||
"notes": "# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23)\n\n\n### Bug Fixes\n\n* **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef))\n\n\n### Features\n\n* Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88))\n* **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471))\n* **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce))\n* **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345))\n* **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760))\n* Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424))\n* Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc))\n* Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541))\n* Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926))\n\n\n\n", | ||
"pub_date": "2022-10-23T23:10:28Z", | ||
"version": "v1.14.0", | ||
"notes": "# [1.14.0](https://github.com/andrewinci/insulator2/compare/v1.13.0...v1.14.0) (2022-10-24)\n\n\n### Features\n\n* Show consumer group lag by topic ([3cf424b](https://github.com/andrewinci/insulator2/commit/3cf424b33e74fe98129717b8c72e32cfd0bd2143))\n* Use accordion to group consumer data by topic name ([90ebda7](https://github.com/andrewinci/insulator2/commit/90ebda7000b804d60f061c3aa5b36fa9bf037f6c))\n\n\n\n", | ||
"pub_date": "2022-10-24T08:44:35Z", | ||
"platforms": { | ||
"darwin-x86_64": { | ||
"signature": "----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/Insulator.2.app.tar.gz" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.14.0/Insulator.2.app.tar.gz" | ||
}, | ||
"darwin-aarch64": { | ||
"signature": "-----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/Insulator.2.app.tar.gz" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.14.0/Insulator.2.app.tar.gz" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "v1.13.0", | ||
"notes": "# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23)\n\n\n### Bug Fixes\n\n* **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef))\n\n\n### Features\n\n* Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88))\n* **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471))\n* **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce))\n* **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345))\n* **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760))\n* Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424))\n* Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc))\n* Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541))\n* Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926))\n\n\n\n", | ||
"pub_date": "2022-10-23T23:10:28Z", | ||
"version": "v1.14.0", | ||
"notes": "# [1.14.0](https://github.com/andrewinci/insulator2/compare/v1.13.0...v1.14.0) (2022-10-24)\n\n\n### Features\n\n* Show consumer group lag by topic ([3cf424b](https://github.com/andrewinci/insulator2/commit/3cf424b33e74fe98129717b8c72e32cfd0bd2143))\n* Use accordion to group consumer data by topic name ([90ebda7](https://github.com/andrewinci/insulator2/commit/90ebda7000b804d60f061c3aa5b36fa9bf037f6c))\n\n\n\n", | ||
"pub_date": "2022-10-24T08:44:35Z", | ||
"platforms": { | ||
"linux-x86_64": { | ||
"signature": "-----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/insulator-2_1.13.0_amd64.AppImage.tar.gz" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.14.0/insulator-2_1.14.0_amd64.AppImage.tar.gz" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "v1.13.0", | ||
"notes": "# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23)\n\n\n### Bug Fixes\n\n* **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef))\n\n\n### Features\n\n* Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88))\n* **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471))\n* **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce))\n* **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345))\n* **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760))\n* Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424))\n* Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc))\n* Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541))\n* Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926))\n\n\n\n", | ||
"pub_date": "2022-10-23T23:10:28Z", | ||
"version": "v1.14.0", | ||
"notes": "# [1.14.0](https://github.com/andrewinci/insulator2/compare/v1.13.0...v1.14.0) (2022-10-24)\n\n\n### Features\n\n* Show consumer group lag by topic ([3cf424b](https://github.com/andrewinci/insulator2/commit/3cf424b33e74fe98129717b8c72e32cfd0bd2143))\n* Use accordion to group consumer data by topic name ([90ebda7](https://github.com/andrewinci/insulator2/commit/90ebda7000b804d60f061c3aa5b36fa9bf037f6c))\n\n\n\n", | ||
"pub_date": "2022-10-24T08:44:35Z", | ||
"platforms": { | ||
"windows-x86_64": { | ||
"signature": "-----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/Insulator.2_1.13.0_x64_en-US.msi.zip" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.14.0/Insulator.2_1.14.0_x64_en-US.msi.zip" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters