From 714bb55afbe42c85e7a832166bda9414c72a96f7 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 26 Jan 2024 15:13:20 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-customizer@1.41.0 [skip ci] # [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.40.4...@forestadmin/datasource-customizer@1.41.0) (2024-01-26) ### Bug Fixes * 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-customizer/CHANGELOG.md | 15 +++++++++++++++ packages/datasource-customizer/package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/datasource-customizer/CHANGELOG.md b/packages/datasource-customizer/CHANGELOG.md index 4f05e9e02f..c1d262d75a 100644 --- a/packages/datasource-customizer/CHANGELOG.md +++ b/packages/datasource-customizer/CHANGELOG.md @@ -1,3 +1,18 @@ +# @forestadmin/datasource-customizer [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.40.4...@forestadmin/datasource-customizer@1.41.0) (2024-01-26) + + +### 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)) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.30.0 + ## @forestadmin/datasource-customizer [1.40.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.40.3...@forestadmin/datasource-customizer@1.40.4) (2024-01-22) diff --git a/packages/datasource-customizer/package.json b/packages/datasource-customizer/package.json index fec0ff0c56..105d863c49 100644 --- a/packages/datasource-customizer/package.json +++ b/packages/datasource-customizer/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-customizer", - "version": "1.40.4", + "version": "1.41.0", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -29,7 +29,7 @@ "@types/uuid": "^9.0.0" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.29.2", + "@forestadmin/datasource-toolkit": "1.30.0", "antlr4": "^4.13.1-patch-1", "file-type": "^16.5.4", "luxon": "^3.2.1",