Commit cb9ed7f
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
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments