Commit 2c15e9c
committed
chore(release): @forestadmin/datasource-sql@1.14.2 [skip ci]
## [1.14.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.1...@forestadmin/datasource-sql@1.14.2) (2024-06-19)
### Bug Fixes
* **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:** 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 ([#1115](#1115)) ([aebae2a](aebae2a))
* **security:** patch mysql2 dependency vulnerabilities ([#1125](#1125)) ([015609d](015609d))
### 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 9ec8d31 commit 2c15e9c
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
2 | 13 | | |
3 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments