Skip to content

Commit a1987ad

Browse files
committed
chore(release): @forestadmin/datasource-toolkit@1.32.3 [skip ci]
## [1.32.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.32.2...@forestadmin/datasource-toolkit@1.32.3) (2024-04-10) ### Bug Fixes * change introspection type to avoid breaking change ([#1095](#1095)) ([42777a0](42777a0)) * **datasource-customizer:** correct confusing type when using addExternalRelation ([#1099](#1099)) ([34e27ab](34e27ab)) * **datasource-mongo:** auto introspection does not work ([#1078](#1078)) ([d32456b](d32456b)) * **forest-cloud:** display an error on upload errors ([#1098](#1098)) ([98e0710](98e0710)) * **forest-cloud:** remove a deprecated warning when updating the typing ([#1074](#1074)) ([7b0c0c2](7b0c0c2)) * improve error message in the case of outdated introspection ([#1101](#1101)) ([ab1bb87](ab1bb87)) * introspection format and versions ([#1094](#1094)) ([c11bc31](c11bc31)) * mangodb datasource does not generate introspection ([#1077](#1077)) ([5a06419](5a06419)) * **mongo-datasource:** should return record with empty flattened record ([#1080](#1080)) ([420fbfc](420fbfc)) * **mongo:** introspection of models with more than 30 properties (by default) ([#1088](#1088)) ([c06c064](c06c064)) * mongoose relation flattened field not showing ([#1076](#1076)) ([0a64c00](0a64c00)) * replace latesIntrospection to legacyIntrospection ([#1092](#1092)) ([e5e6c73](e5e6c73)) * **security:** patch follow-redirects dependency vulnerabilities ([#1073](#1073)) ([cfbf8be](cfbf8be)) * **sql:** fix the type of listCollectionsFromIntrospection to support previous versions of introspection ([#1089](#1089)) ([64604e0](64604e0)) * **sql:** random error on postgresql during introspection caused by left join on information_schema.element_types ([#1090](#1090)) ([2b1d1df](2b1d1df)) * **sql:** type detection for enums in schemas ([#1093](#1093)) ([49d78e3](49d78e3)) * **sql:** users should be able to use table with multiple sequences ([#1087](#1087)) ([9e8b6eb](9e8b6eb)) ### Features * **datasource-customizer:** add override decorator ([#814](#814)) ([21ffef7](21ffef7)) * **datasource-mongo:** add new datasource ([#689](#689)) ([af95276](af95276)) * **datasource-sql:** add support for views ([#903](#903)) ([1695245](1695245)) * **flattener:** allow users to flatten JSON primitive column ([#1071](#1071)) ([fd1db13](fd1db13)) * **forest-cloud:** improve a message when there is a 401 http error ([#1081](#1081)) ([358a104](358a104)) * improve error message in case of invalid token ([#1083](#1083)) ([f03d5c7](f03d5c7)) * list collections from an introspection result ([#1086](#1086)) ([2407dc9](2407dc9)) * support mongodb cloud customizations ([#1097](#1097)) ([65ce409](65ce409))
1 parent f0ade0c commit a1987ad

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.32.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.32.2...@forestadmin/datasource-toolkit@1.32.3) (2024-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* improve error message in the case of outdated introspection ([#1101](https://github.com/ForestAdmin/agent-nodejs/issues/1101)) ([ab1bb87](https://github.com/ForestAdmin/agent-nodejs/commit/ab1bb87a5efe73d41a56bc9ecefea63e631fa41e))
7+
18
## @forestadmin/datasource-toolkit [1.32.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.32.1...@forestadmin/datasource-toolkit@1.32.2) (2024-03-14)
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.32.2",
3+
"version": "1.32.3",
44
"main": "dist/src/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {

0 commit comments

Comments
 (0)