diff --git a/.changeset/moody-suns-drum.md b/.changeset/moody-suns-drum.md deleted file mode 100644 index 207026f7..00000000 --- a/.changeset/moody-suns-drum.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@nezuchan/kanao-cache": major -"@nezuchan/core": minor -"@nezuchan/framework": minor -"@nezuchan/kanao-schema": minor -"@nezuchan/fastify-plugin": minor -"@nezuchan/kanao-gateway": minor ---- - -Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8c3b9d8a..79ec7cee 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.18.0 + +### Minor Changes + +- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead + +### Patch Changes + +- Updated dependencies [5823f1e] + - @nezuchan/kanao-schema@0.9.0 + ## 0.17.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6feba3a7..b99b3f69 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.17.0", + "version": "0.18.0", "description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 8ba54da4..380a29c7 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.18.0 + +### Minor Changes + +- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead + +### Patch Changes + +- Updated dependencies [5823f1e] + - @nezuchan/core@0.18.0 + ## 0.17.0 ### Minor Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index e3fd5abb..7677cc11 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.17.0", + "version": "0.18.0", "description": "A Commands framework for @nezuchan/nezu-gateway.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/kanao-schema/CHANGELOG.md b/packages/kanao-schema/CHANGELOG.md index 85aa2a2e..4bc17d9f 100644 --- a/packages/kanao-schema/CHANGELOG.md +++ b/packages/kanao-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-schema +## 0.9.0 + +### Minor Changes + +- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead + ## 0.8.0 ### Minor Changes diff --git a/packages/kanao-schema/package.json b/packages/kanao-schema/package.json index ca550804..c1ad95a9 100644 --- a/packages/kanao-schema/package.json +++ b/packages/kanao-schema/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-schema", - "version": "0.8.0", + "version": "0.9.0", "description": "Cache schema for Kanao Gateway", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/plugins/fastify-plugin/CHANGELOG.md b/plugins/fastify-plugin/CHANGELOG.md index 25edb74f..0eb60b5b 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.13.0 + +### Minor Changes + +- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead + +### Patch Changes + +- Updated dependencies [5823f1e] + - @nezuchan/core@0.18.0 + - @nezuchan/framework@0.18.0 + ## 0.12.0 ### Minor Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 0f8a4969..ab236e03 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.12.0", + "version": "0.13.0", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/services/kanao-cache/CHANGELOG.md b/services/kanao-cache/CHANGELOG.md index ac93401d..d6439536 100644 --- a/services/kanao-cache/CHANGELOG.md +++ b/services/kanao-cache/CHANGELOG.md @@ -1,5 +1,16 @@ # @nezuchan/kanao-cache +## 2.0.0 + +### Major Changes + +- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead + +### Patch Changes + +- Updated dependencies [5823f1e] + - @nezuchan/kanao-schema@0.9.0 + ## 1.5.0 ### Minor Changes diff --git a/services/kanao-cache/package.json b/services/kanao-cache/package.json index 3e088cfc..ff588383 100644 --- a/services/kanao-cache/package.json +++ b/services/kanao-cache/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-cache", - "version": "1.5.0", + "version": "2.0.0", "description": "A standalone caching service for kanao gateway.", "main": "dist/index.js", "scripts": { diff --git a/services/kanao-gateway/CHANGELOG.md b/services/kanao-gateway/CHANGELOG.md index ffb1a2fc..5ccce326 100644 --- a/services/kanao-gateway/CHANGELOG.md +++ b/services/kanao-gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-gateway +## 5.3.0 + +### Minor Changes + +- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead + ## 5.2.0 ### Minor Changes diff --git a/services/kanao-gateway/package.json b/services/kanao-gateway/package.json index 52795475..2cc147f1 100644 --- a/services/kanao-gateway/package.json +++ b/services/kanao-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-gateway", - "version": "5.2.0", + "version": "5.3.0", "description": "A standalone service for connecting to the Discord gateway.", "license": "GPL-3.0", "author": "KagChi",