From 184260f10bcf9581d2357748ac1167cc7225497e Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 26 Jan 2024 15:13:38 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-sql@1.7.45 [skip ci] ## [1.7.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.44...@forestadmin/datasource-sql@1.7.45) (2024-01-26) ### Bug Fixes * disableFieldSorting is now only preventing frontend to sort the collection ([7f1481b](https://github.com/ForestAdmin/agent-nodejs/commit/7f1481bd56fc98da87fa4aa473cb7b806851c551)) * **replaceFieldOperator:** disallow to pass null because it will emulate instead to remove the operator ([#911](https://github.com/ForestAdmin/agent-nodejs/issues/911)) ([bf0c105](https://github.com/ForestAdmin/agent-nodejs/commit/bf0c105cfb5850ede7be223bfbe59044ff6fe9cb)) * **replaceFieldWriting:** force customer to give a replaceFieldWriting definition to avoid emulation when null is given ([#913](https://github.com/ForestAdmin/agent-nodejs/issues/913)) ([b0b1862](https://github.com/ForestAdmin/agent-nodejs/commit/b0b1862dfba148acf61b0463f246dbc19a4b5afd)) * return more details in errors due to certificate validation to help debugging ([#917](https://github.com/ForestAdmin/agent-nodejs/issues/917)) ([58aaaec](https://github.com/ForestAdmin/agent-nodejs/commit/58aaaec5f441505a568b18f1dfe21306191ff024)) ### Features * **datasource-customizer:** implement gmail-style search ([#780](https://github.com/ForestAdmin/agent-nodejs/issues/780)) ([3ad8ed8](https://github.com/ForestAdmin/agent-nodejs/commit/3ad8ed895c44ec17959e062dacf085691d42e528)) --- packages/datasource-sql/CHANGELOG.md | 11 +++++++++++ packages/datasource-sql/package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/datasource-sql/CHANGELOG.md b/packages/datasource-sql/CHANGELOG.md index 84fc37fc32..34e33f0c17 100644 --- a/packages/datasource-sql/CHANGELOG.md +++ b/packages/datasource-sql/CHANGELOG.md @@ -1,3 +1,14 @@ +## @forestadmin/datasource-sql [1.7.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.44...@forestadmin/datasource-sql@1.7.45) (2024-01-26) + + + + + +### Dependencies + +* **@forestadmin/datasource-sequelize:** upgraded to 1.6.0 +* **@forestadmin/datasource-toolkit:** upgraded to 1.30.0 + ## @forestadmin/datasource-sql [1.7.44](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.43...@forestadmin/datasource-sql@1.7.44) (2024-01-17) diff --git a/packages/datasource-sql/package.json b/packages/datasource-sql/package.json index 8950bae210..7bb9c1f6a9 100644 --- a/packages/datasource-sql/package.json +++ b/packages/datasource-sql/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-sql", - "version": "1.7.44", + "version": "1.7.45", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -12,8 +12,8 @@ "directory": "packages/datasource-sql" }, "dependencies": { - "@forestadmin/datasource-sequelize": "1.5.27", - "@forestadmin/datasource-toolkit": "1.29.2", + "@forestadmin/datasource-sequelize": "1.6.0", + "@forestadmin/datasource-toolkit": "1.30.0", "pluralize": "^8.0.0", "sequelize": "^6.28.0", "socks": "^2.7.1",