From a7db8f2f6ff77add682223d8bd9ed546416d5624 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 27 Nov 2024 14:33:51 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-sequelize@1.11.0 [skip ci] # [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.5...@forestadmin/datasource-sequelize@1.11.0) (2024-11-27) ### Bug Fixes * **advanced-export:** export now uses context.filter ([#1198](https://github.com/ForestAdmin/agent-nodejs/issues/1198)) ([68cef9b](https://github.com/ForestAdmin/agent-nodejs/commit/68cef9bf8fe3eac03d20920c390185ce17fa33b5)) * change error message when mixing pages and other elements in an action form ([#1201](https://github.com/ForestAdmin/agent-nodejs/issues/1201)) ([c06e8f7](https://github.com/ForestAdmin/agent-nodejs/commit/c06e8f7a04b862341f22b8bd158540e56728231f)) * **forest-cloud:** generate datasource file on bootstrap ([#1203](https://github.com/ForestAdmin/agent-nodejs/issues/1203)) ([3a365f2](https://github.com/ForestAdmin/agent-nodejs/commit/3a365f282df7adf08c6ceec0ded8e8f540f5a1b1)) * ignore inconsistent foreign key types ([#1202](https://github.com/ForestAdmin/agent-nodejs/issues/1202)) ([b5e8c6a](https://github.com/ForestAdmin/agent-nodejs/commit/b5e8c6a8dc784c819efd40fd1e9d6f03c2929c84)) * **rename decorator:** properly map relation when renaming pk field ([#1217](https://github.com/ForestAdmin/agent-nodejs/issues/1217)) ([2de746f](https://github.com/ForestAdmin/agent-nodejs/commit/2de746f7325310d6138550cd75660cc1955c6114)) * **security:** patch cross-spawn dependency vulnerabilities ([#1212](https://github.com/ForestAdmin/agent-nodejs/issues/1212)) ([79c5d35](https://github.com/ForestAdmin/agent-nodejs/commit/79c5d3507a328e726bfa29e917ddd16eef2378cf)) * **security:** patch express dependency vulnerabilities ([#1213](https://github.com/ForestAdmin/agent-nodejs/issues/1213)) ([a2c9399](https://github.com/ForestAdmin/agent-nodejs/commit/a2c93999310a991ce7fc794ebfaad5a67e51da56)) * **security:** patch tar dependency vulnerabilities ([#1214](https://github.com/ForestAdmin/agent-nodejs/issues/1214)) ([175b438](https://github.com/ForestAdmin/agent-nodejs/commit/175b438d5a465b94872ea3151612ebf5753926af)) * **typo:** bootstrap command ([#1206](https://github.com/ForestAdmin/agent-nodejs/issues/1206)) ([d60337b](https://github.com/ForestAdmin/agent-nodejs/commit/d60337b82531c7ef753a54cb55ea8711d8f80a8f)) ### Features * add support of projection on get route ([#1205](https://github.com/ForestAdmin/agent-nodejs/issues/1205)) ([5df3c58](https://github.com/ForestAdmin/agent-nodejs/commit/5df3c5823365aa3640e4f88e7254e1c2e7daeed1)) * better logs during timeout ([#1208](https://github.com/ForestAdmin/agent-nodejs/issues/1208)) ([e844184](https://github.com/ForestAdmin/agent-nodejs/commit/e84418466dd473b176b5f41062ad055f258d6803)) * **capabilities:** define native query connection capabilities ([#1220](https://github.com/ForestAdmin/agent-nodejs/issues/1220)) ([bd0fc7c](https://github.com/ForestAdmin/agent-nodejs/commit/bd0fc7cce7f9d6dec79f1e62bdd3e13c7b4f72e4)) * **capabilities:** register capabilities route for field filter operators ([#1197](https://github.com/ForestAdmin/agent-nodejs/issues/1197)) ([31edc82](https://github.com/ForestAdmin/agent-nodejs/commit/31edc822b2d48a1fbaeb6067268fc8e25d7d6679)) * **datasource sql:** add option to see paranoid ([#1210](https://github.com/ForestAdmin/agent-nodejs/issues/1210)) ([2d2639c](https://github.com/ForestAdmin/agent-nodejs/commit/2d2639c4eb506fab4db54a94778e3ee9196180e2)) * **forest-cloud:** introduce local development environment for cloud projects ([#1199](https://github.com/ForestAdmin/agent-nodejs/issues/1199)) ([e1cfa42](https://github.com/ForestAdmin/agent-nodejs/commit/e1cfa424d9dfcd64193e40474571b58e0931d57a)) ### Reverts * "chore(capabilities): define native query connection capabilities ([#1219](https://github.com/ForestAdmin/agent-nodejs/issues/1219))" ([290cde3](https://github.com/ForestAdmin/agent-nodejs/commit/290cde383ab72c11050e27beba7214cf9802e5e0)) --- packages/datasource-sequelize/CHANGELOG.md | 20 ++++++++++++++++++++ packages/datasource-sequelize/package.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/packages/datasource-sequelize/CHANGELOG.md b/packages/datasource-sequelize/CHANGELOG.md index c849b86b4..f8c3028ac 100644 --- a/packages/datasource-sequelize/CHANGELOG.md +++ b/packages/datasource-sequelize/CHANGELOG.md @@ -1,3 +1,23 @@ +# @forestadmin/datasource-sequelize [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.5...@forestadmin/datasource-sequelize@1.11.0) (2024-11-27) + + +### Features + +* **capabilities:** define native query connection capabilities ([#1220](https://github.com/ForestAdmin/agent-nodejs/issues/1220)) ([bd0fc7c](https://github.com/ForestAdmin/agent-nodejs/commit/bd0fc7cce7f9d6dec79f1e62bdd3e13c7b4f72e4)) + + +### Reverts + +* "chore(capabilities): define native query connection capabilities ([#1219](https://github.com/ForestAdmin/agent-nodejs/issues/1219))" ([290cde3](https://github.com/ForestAdmin/agent-nodejs/commit/290cde383ab72c11050e27beba7214cf9802e5e0)) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.44.0 + ## @forestadmin/datasource-sequelize [1.10.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.4...@forestadmin/datasource-sequelize@1.10.5) (2024-10-18) diff --git a/packages/datasource-sequelize/package.json b/packages/datasource-sequelize/package.json index a871ecff0..446de1f7a 100644 --- a/packages/datasource-sequelize/package.json +++ b/packages/datasource-sequelize/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-sequelize", - "version": "1.10.5", + "version": "1.11.0", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -12,7 +12,7 @@ "directory": "packages/datasource-sequelize" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.43.0" + "@forestadmin/datasource-toolkit": "1.44.0" }, "files": [ "dist/**/*.js",