Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2022-10-11)

### Bug Fixes

* **BE:** Use a map topic consumer for each cluster ([0c8da4a](0c8da4a))
* **FE:** Use UTC in  consumer setting ([1329aff](1329aff))

### Features

* **BE:** re-implement the consumer ([a117ae0](a117ae0))
* **BE:** Retrieve schema using the id from the kafka record ([3c724b5](3c724b5))
* cache schemas by subject name ([1428c57](1428c57))
* **FE:** Save pem in config instead of using locations ([dd62156](dd62156))
* **FE:** show error notifications ([a7e40ad](a7e40ad))
* use avro by default and fallback on string on failure ([9603e2d](9603e2d))
* use consumer get record from lib ([a11343f](a11343f))
* use consumer stop from lib ([1c8a68c](1c8a68c))
* Use lib to start consumer and get state ([0fd64c7](0fd64c7))
* use new lib for read/write configurations ([8f7ad00](8f7ad00))
* use new lib for schema registry ([cd5580c](cd5580c))
* use new lib for the topic list ([d6d348c](d6d348c))
* use only one schema registry for each cluster ([00d2631](00d2631))
  • Loading branch information
semantic-release-bot committed Oct 11, 2022
1 parent 887ba1f commit 915220a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 11 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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"
}
}
}
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.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"
}
}
}
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.6.0",
"version": "1.7.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.6.0"
"version": "1.7.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 915220a

Please sign in to comment.