Skip to content

Commit e5fd318

Browse files
committed
chore(release): @forestadmin/datasource-customizer@1.45.0 [skip ci]
# [1.45.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.44.3...@forestadmin/datasource-customizer@1.45.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 9e2543b commit e5fd318

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/datasource-customizer/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# @forestadmin/datasource-customizer [1.45.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.44.3...@forestadmin/datasource-customizer@1.45.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+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@forestadmin/datasource-toolkit:** upgraded to 1.34.0
15+
116
## @forestadmin/datasource-customizer [1.44.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.44.2...@forestadmin/datasource-customizer@1.44.3) (2024-04-12)
217

318

packages/datasource-customizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/datasource-customizer",
3-
"version": "1.44.3",
3+
"version": "1.45.0",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -29,7 +29,7 @@
2929
"@types/uuid": "^9.0.0"
3030
},
3131
"dependencies": {
32-
"@forestadmin/datasource-toolkit": "1.33.0",
32+
"@forestadmin/datasource-toolkit": "1.34.0",
3333
"antlr4": "^4.13.1-patch-1",
3434
"file-type": "^16.5.4",
3535
"luxon": "^3.2.1",

0 commit comments

Comments
 (0)