From 915220afae914784001f0b7c9f69fb9e86c295cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 11 Oct 2022 08:26:01 +0100 Subject: [PATCH] chore(release): 1.7.0 # [1.7.0](https://github.com/andrewinci/insulator2/compare/v1.6.0...v1.7.0) (2022-10-11) ### Bug Fixes * **BE:** Use a map topic consumer for each cluster ([0c8da4a](https://github.com/andrewinci/insulator2/commit/0c8da4a7a205d2aba45e97751e24b144db95a254)) * **FE:** Use UTC in consumer setting ([1329aff](https://github.com/andrewinci/insulator2/commit/1329aff926e787982de8e24c368f113fbc75c7df)) ### Features * **BE:** re-implement the consumer ([a117ae0](https://github.com/andrewinci/insulator2/commit/a117ae019dc7c00aa674915d2fa91ca81490549c)) * **BE:** Retrieve schema using the id from the kafka record ([3c724b5](https://github.com/andrewinci/insulator2/commit/3c724b5a625b84df924a3b7bb7d454062f5eb38f)) * cache schemas by subject name ([1428c57](https://github.com/andrewinci/insulator2/commit/1428c57985605b4d203d9153a41ed6ae2da839eb)) * **FE:** Save pem in config instead of using locations ([dd62156](https://github.com/andrewinci/insulator2/commit/dd62156084924bd2d9832b64e4e0780701848772)) * **FE:** show error notifications ([a7e40ad](https://github.com/andrewinci/insulator2/commit/a7e40adf045ea744254cb2cc7837ca5dd348b285)) * use avro by default and fallback on string on failure ([9603e2d](https://github.com/andrewinci/insulator2/commit/9603e2d1367f777fc006ed008be02863509750d3)) * use consumer get record from lib ([a11343f](https://github.com/andrewinci/insulator2/commit/a11343f08f2e3cc9b518ab8cd706c53e18138594)) * use consumer stop from lib ([1c8a68c](https://github.com/andrewinci/insulator2/commit/1c8a68c7a2b2c4db53b5bd8ff32807d64803417a)) * Use lib to start consumer and get state ([0fd64c7](https://github.com/andrewinci/insulator2/commit/0fd64c760d42d8277b05daee65463f179fecc8c0)) * use new lib for read/write configurations ([8f7ad00](https://github.com/andrewinci/insulator2/commit/8f7ad00a4dfa60f919594ac4e5221b322a97e2f0)) * use new lib for schema registry ([cd5580c](https://github.com/andrewinci/insulator2/commit/cd5580cdabd563ee140765922fca2bf1f33e1c8e)) * use new lib for the topic list ([d6d348c](https://github.com/andrewinci/insulator2/commit/d6d348c1e77380124b4ca70d2af0465bbfda806d)) * use only one schema registry for each cluster ([00d2631](https://github.com/andrewinci/insulator2/commit/00d263177ad84b7e5eadebe7652d7636af69c123)) --- CHANGELOG.md | 23 +++++++++++++++++++++++ manifests/update-darwin.json | 10 +++++----- manifests/update-linux.json | 8 ++++---- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 34 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fe3546..b3ec080a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [1.7.0](https://github.com/andrewinci/insulator2/compare/v1.6.0...v1.7.0) (2022-10-11) + +### Bug Fixes + +- **BE:** Use a map topic consumer for each cluster ([0c8da4a](https://github.com/andrewinci/insulator2/commit/0c8da4a7a205d2aba45e97751e24b144db95a254)) +- **FE:** Use UTC in consumer setting ([1329aff](https://github.com/andrewinci/insulator2/commit/1329aff926e787982de8e24c368f113fbc75c7df)) + +### Features + +- **BE:** re-implement the consumer ([a117ae0](https://github.com/andrewinci/insulator2/commit/a117ae019dc7c00aa674915d2fa91ca81490549c)) +- **BE:** Retrieve schema using the id from the kafka record ([3c724b5](https://github.com/andrewinci/insulator2/commit/3c724b5a625b84df924a3b7bb7d454062f5eb38f)) +- cache schemas by subject name ([1428c57](https://github.com/andrewinci/insulator2/commit/1428c57985605b4d203d9153a41ed6ae2da839eb)) +- **FE:** Save pem in config instead of using locations ([dd62156](https://github.com/andrewinci/insulator2/commit/dd62156084924bd2d9832b64e4e0780701848772)) +- **FE:** show error notifications ([a7e40ad](https://github.com/andrewinci/insulator2/commit/a7e40adf045ea744254cb2cc7837ca5dd348b285)) +- use avro by default and fallback on string on failure ([9603e2d](https://github.com/andrewinci/insulator2/commit/9603e2d1367f777fc006ed008be02863509750d3)) +- use consumer get record from lib ([a11343f](https://github.com/andrewinci/insulator2/commit/a11343f08f2e3cc9b518ab8cd706c53e18138594)) +- use consumer stop from lib ([1c8a68c](https://github.com/andrewinci/insulator2/commit/1c8a68c7a2b2c4db53b5bd8ff32807d64803417a)) +- Use lib to start consumer and get state ([0fd64c7](https://github.com/andrewinci/insulator2/commit/0fd64c760d42d8277b05daee65463f179fecc8c0)) +- use new lib for read/write configurations ([8f7ad00](https://github.com/andrewinci/insulator2/commit/8f7ad00a4dfa60f919594ac4e5221b322a97e2f0)) +- use new lib for schema registry ([cd5580c](https://github.com/andrewinci/insulator2/commit/cd5580cdabd563ee140765922fca2bf1f33e1c8e)) +- use new lib for the topic list ([d6d348c](https://github.com/andrewinci/insulator2/commit/d6d348c1e77380124b4ca70d2af0465bbfda806d)) +- use only one schema registry for each cluster ([00d2631](https://github.com/andrewinci/insulator2/commit/00d263177ad84b7e5eadebe7652d7636af69c123)) + # [1.6.0](https://github.com/andrewinci/insulator2/compare/v1.5.0...v1.6.0) (2022-10-03) ### Bug Fixes diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index 7f2f6bab..d6ee6fbe 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v1.6.0", - "notes": "# [1.6.0](https://github.com/andrewinci/insulator2/compare/v1.5.0...v1.6.0) (2022-10-03)\n\n\n### Bug Fixes\n\n* **FE:** Null record in records-table ([113e9bd](https://github.com/andrewinci/insulator2/commit/113e9bd5889934b153d9a11d39a13db382ddcbaf))\n\n\n### Features\n\n* Add consumer settings ([5ff9431](https://github.com/andrewinci/insulator2/commit/5ff94315caf6106581bf397e10e8366ae5d60ee2))\n* **BE:** allow to start consuming from different points ([dac0dbd](https://github.com/andrewinci/insulator2/commit/dac0dbdf3e4fd3b2dce26bd2c6eff16ea41b9499))\n* Consumer filter by date time ([b301467](https://github.com/andrewinci/insulator2/commit/b30146752874470cfcb0d0f55d752f84bfa840d3))\n* **FE:** Wrap long lines in shema view ([6651878](https://github.com/andrewinci/insulator2/commit/66518785915a8f71afb04bc1cfe7d6c4096841eb))\n\n\n\n", - "pub_date": "2022-10-03T18:43:59Z", + "version": "v1.7.0", + "notes": "# [1.7.0](https://github.com/andrewinci/insulator2/compare/v1.6.0...v1.7.0) (2022-10-11)\n\n\n### Bug Fixes\n\n* **BE:** Use a map topic consumer for each cluster ([0c8da4a](https://github.com/andrewinci/insulator2/commit/0c8da4a7a205d2aba45e97751e24b144db95a254))\n* **FE:** Use UTC in consumer setting ([1329aff](https://github.com/andrewinci/insulator2/commit/1329aff926e787982de8e24c368f113fbc75c7df))\n\n\n### Features\n\n* **BE:** re-implement the consumer ([a117ae0](https://github.com/andrewinci/insulator2/commit/a117ae019dc7c00aa674915d2fa91ca81490549c))\n* **BE:** Retrieve schema using the id from the kafka record ([3c724b5](https://github.com/andrewinci/insulator2/commit/3c724b5a625b84df924a3b7bb7d454062f5eb38f))\n* cache schemas by subject name ([1428c57](https://github.com/andrewinci/insulator2/commit/1428c57985605b4d203d9153a41ed6ae2da839eb))\n* **FE:** Save pem in config instead of using locations ([dd62156](https://github.com/andrewinci/insulator2/commit/dd62156084924bd2d9832b64e4e0780701848772))\n* **FE:** show error notifications ([a7e40ad](https://github.com/andrewinci/insulator2/commit/a7e40adf045ea744254cb2cc7837ca5dd348b285))\n* use avro by default and fallback on string on failure ([9603e2d](https://github.com/andrewinci/insulator2/commit/9603e2d1367f777fc006ed008be02863509750d3))\n* use consumer get record from lib ([a11343f](https://github.com/andrewinci/insulator2/commit/a11343f08f2e3cc9b518ab8cd706c53e18138594))\n* use consumer stop from lib ([1c8a68c](https://github.com/andrewinci/insulator2/commit/1c8a68c7a2b2c4db53b5bd8ff32807d64803417a))\n* Use lib to start consumer and get state ([0fd64c7](https://github.com/andrewinci/insulator2/commit/0fd64c760d42d8277b05daee65463f179fecc8c0))\n* use new lib for read/write configurations ([8f7ad00](https://github.com/andrewinci/insulator2/commit/8f7ad00a4dfa60f919594ac4e5221b322a97e2f0))\n* use new lib for schema registry ([cd5580c](https://github.com/andrewinci/insulator2/commit/cd5580cdabd563ee140765922fca2bf1f33e1c8e))\n* use new lib for the topic list ([d6d348c](https://github.com/andrewinci/insulator2/commit/d6d348c1e77380124b4ca70d2af0465bbfda806d))\n* use only one schema registry for each cluster ([00d2631](https://github.com/andrewinci/insulator2/commit/00d263177ad84b7e5eadebe7652d7636af69c123))\n\n\n\n", + "pub_date": "2022-10-11T08:26:00Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.6.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.7.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.6.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.7.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index 8fe58668..228b3851 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v1.6.0", - "notes": "# [1.6.0](https://github.com/andrewinci/insulator2/compare/v1.5.0...v1.6.0) (2022-10-03)\n\n\n### Bug Fixes\n\n* **FE:** Null record in records-table ([113e9bd](https://github.com/andrewinci/insulator2/commit/113e9bd5889934b153d9a11d39a13db382ddcbaf))\n\n\n### Features\n\n* Add consumer settings ([5ff9431](https://github.com/andrewinci/insulator2/commit/5ff94315caf6106581bf397e10e8366ae5d60ee2))\n* **BE:** allow to start consuming from different points ([dac0dbd](https://github.com/andrewinci/insulator2/commit/dac0dbdf3e4fd3b2dce26bd2c6eff16ea41b9499))\n* Consumer filter by date time ([b301467](https://github.com/andrewinci/insulator2/commit/b30146752874470cfcb0d0f55d752f84bfa840d3))\n* **FE:** Wrap long lines in shema view ([6651878](https://github.com/andrewinci/insulator2/commit/66518785915a8f71afb04bc1cfe7d6c4096841eb))\n\n\n\n", - "pub_date": "2022-10-03T18:43:59Z", + "version": "v1.7.0", + "notes": "# [1.7.0](https://github.com/andrewinci/insulator2/compare/v1.6.0...v1.7.0) (2022-10-11)\n\n\n### Bug Fixes\n\n* **BE:** Use a map topic consumer for each cluster ([0c8da4a](https://github.com/andrewinci/insulator2/commit/0c8da4a7a205d2aba45e97751e24b144db95a254))\n* **FE:** Use UTC in consumer setting ([1329aff](https://github.com/andrewinci/insulator2/commit/1329aff926e787982de8e24c368f113fbc75c7df))\n\n\n### Features\n\n* **BE:** re-implement the consumer ([a117ae0](https://github.com/andrewinci/insulator2/commit/a117ae019dc7c00aa674915d2fa91ca81490549c))\n* **BE:** Retrieve schema using the id from the kafka record ([3c724b5](https://github.com/andrewinci/insulator2/commit/3c724b5a625b84df924a3b7bb7d454062f5eb38f))\n* cache schemas by subject name ([1428c57](https://github.com/andrewinci/insulator2/commit/1428c57985605b4d203d9153a41ed6ae2da839eb))\n* **FE:** Save pem in config instead of using locations ([dd62156](https://github.com/andrewinci/insulator2/commit/dd62156084924bd2d9832b64e4e0780701848772))\n* **FE:** show error notifications ([a7e40ad](https://github.com/andrewinci/insulator2/commit/a7e40adf045ea744254cb2cc7837ca5dd348b285))\n* use avro by default and fallback on string on failure ([9603e2d](https://github.com/andrewinci/insulator2/commit/9603e2d1367f777fc006ed008be02863509750d3))\n* use consumer get record from lib ([a11343f](https://github.com/andrewinci/insulator2/commit/a11343f08f2e3cc9b518ab8cd706c53e18138594))\n* use consumer stop from lib ([1c8a68c](https://github.com/andrewinci/insulator2/commit/1c8a68c7a2b2c4db53b5bd8ff32807d64803417a))\n* Use lib to start consumer and get state ([0fd64c7](https://github.com/andrewinci/insulator2/commit/0fd64c760d42d8277b05daee65463f179fecc8c0))\n* use new lib for read/write configurations ([8f7ad00](https://github.com/andrewinci/insulator2/commit/8f7ad00a4dfa60f919594ac4e5221b322a97e2f0))\n* use new lib for schema registry ([cd5580c](https://github.com/andrewinci/insulator2/commit/cd5580cdabd563ee140765922fca2bf1f33e1c8e))\n* use new lib for the topic list ([d6d348c](https://github.com/andrewinci/insulator2/commit/d6d348c1e77380124b4ca70d2af0465bbfda806d))\n* use only one schema registry for each cluster ([00d2631](https://github.com/andrewinci/insulator2/commit/00d263177ad84b7e5eadebe7652d7636af69c123))\n\n\n\n", + "pub_date": "2022-10-11T08:26:00Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.6.0/insulator-2_1.6.0_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.7.0/insulator-2_1.7.0_amd64.AppImage.tar.gz" } } } diff --git a/package.json b/package.json index 05fed61d..3c9767a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "1.6.0", + "version": "1.7.0", "type": "module", "scripts": { "postinstall": "husky install", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a30d91dc..527c784a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "1.6.0" + "version": "1.7.0" }, "tauri": { "allowlist": {