Skip to content

Commit cb9ed7f

Browse files
committed
chore(release): @forestadmin/datasource-toolkit@1.34.0 [skip ci]
# [1.34.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.33.0...@forestadmin/datasource-toolkit@1.34.0) (2024-06-19) ### Bug Fixes * **cloud:** error because of missing sqlite3 dependency ([#1112](#1112)) ([2f57d0c](2f57d0c)) * **datasource-mongo:** validation error when creating a new record, due to _id and __v being required ([#1122](#1122)) ([9fe9207](9fe9207)) * **mongoose:** error when applying auto flattening on deeply nested collections ([#1114](#1114)) ([426a6ae](426a6ae)) * **mongoose:** error when flattening collections with a dot in their name ([#1109](#1109)) ([6b803ba](6b803ba)) * **mongoose:** max call stack size error when using auto flattening with empty property names ([#1113](#1113)) ([ae096d1](ae096d1)) * **security:** patch braces dependency vulnerabilities ([#1127](#1127)) ([aba47e1](aba47e1)) * **security:** patch ejs dependency vulnerabilities ([#1118](#1118)) ([009c89d](009c89d)) * **security:** patch mysql2 dependency vulnerabilities ([#1108](#1108)) ([c31854b](c31854b)) * **security:** patch mysql2 dependency vulnerabilities ([#1115](#1115)) ([aebae2a](aebae2a)) * **security:** patch mysql2 dependency vulnerabilities ([#1125](#1125)) ([015609d](015609d)) * **security:** patch tar dependency vulnerabilities ([#1106](#1106)) ([0422c1f](0422c1f)) * wait the server to be closed when calling agent.close ([#1107](#1107)) ([cc44b7e](cc44b7e)) ### Features * **agent:** allow parsing multiple sorting fields ([#1117](#1117)) ([e1cd78b](e1cd78b)) * don't throw an error when adding a customization on a missing collection or field if catchMissingSchemaElementErrors is true ([#1128](#1128)) ([249589c](249589c)) ### Performance Improvements * **mongoose:** speed up queries with relationships by filtering before retrieving relations ([#1116](#1116)) ([ff0bfc9](ff0bfc9))
1 parent 2c15e9c commit cb9ed7f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/datasource-toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# @forestadmin/datasource-toolkit [1.34.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.33.0...@forestadmin/datasource-toolkit@1.34.0) (2024-06-19)
2+
3+
4+
### Features
5+
6+
* don't throw an error when adding a customization on a missing collection or field if catchMissingSchemaElementErrors is true ([#1128](https://github.com/ForestAdmin/agent-nodejs/issues/1128)) ([249589c](https://github.com/ForestAdmin/agent-nodejs/commit/249589cab78326a26149e5e354a9a8ea220d203d))
7+
18
# @forestadmin/datasource-toolkit [1.33.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.32.3...@forestadmin/datasource-toolkit@1.33.0) (2024-04-12)
29

310

packages/datasource-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/datasource-toolkit",
3-
"version": "1.33.0",
3+
"version": "1.34.0",
44
"main": "dist/src/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {

0 commit comments

Comments
 (0)