Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.5...@forestadmin/datasource-sequelize@1.11.0) (2024-11-27)

### Bug Fixes

* **advanced-export:** export now uses context.filter ([#1198](#1198)) ([68cef9b](68cef9b))
* change error message when mixing pages and other elements in an action form ([#1201](#1201)) ([c06e8f7](c06e8f7))
* **forest-cloud:** generate datasource file on bootstrap ([#1203](#1203)) ([3a365f2](3a365f2))
* ignore inconsistent foreign key types ([#1202](#1202)) ([b5e8c6a](b5e8c6a))
* **rename decorator:** properly map relation when renaming pk field ([#1217](#1217)) ([2de746f](2de746f))
* **security:** patch cross-spawn dependency vulnerabilities ([#1212](#1212)) ([79c5d35](79c5d35))
* **security:** patch express dependency vulnerabilities ([#1213](#1213)) ([a2c9399](a2c9399))
* **security:** patch tar dependency vulnerabilities ([#1214](#1214)) ([175b438](175b438))
* **typo:** bootstrap command ([#1206](#1206)) ([d60337b](d60337b))

### Features

* add support of projection on get route ([#1205](#1205)) ([5df3c58](5df3c58))
* better logs during timeout ([#1208](#1208)) ([e844184](e844184))
* **capabilities:** define native query connection capabilities ([#1220](#1220)) ([bd0fc7c](bd0fc7c))
* **capabilities:** register capabilities route for field filter operators ([#1197](#1197)) ([31edc82](31edc82))
* **datasource sql:** add option to see paranoid ([#1210](#1210)) ([2d2639c](2d2639c))
* **forest-cloud:** introduce local development environment for cloud projects ([#1199](#1199)) ([e1cfa42](e1cfa42))

### Reverts

*  "chore(capabilities): define native query connection capabilities ([#1219](#1219))" ([290cde3](290cde3))
  • Loading branch information
forest-bot committed Nov 27, 2024
1 parent 4a75b4f commit a7db8f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# @forestadmin/datasource-sequelize [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.5...@forestadmin/datasource-sequelize@1.11.0) (2024-11-27)


### Features

* **capabilities:** define native query connection capabilities ([#1220](https://github.com/ForestAdmin/agent-nodejs/issues/1220)) ([bd0fc7c](https://github.com/ForestAdmin/agent-nodejs/commit/bd0fc7cce7f9d6dec79f1e62bdd3e13c7b4f72e4))


### Reverts

* "chore(capabilities): define native query connection capabilities ([#1219](https://github.com/ForestAdmin/agent-nodejs/issues/1219))" ([290cde3](https://github.com/ForestAdmin/agent-nodejs/commit/290cde383ab72c11050e27beba7214cf9802e5e0))





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.44.0

## @forestadmin/datasource-sequelize [1.10.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.4...@forestadmin/datasource-sequelize@1.10.5) (2024-10-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sequelize",
"version": "1.10.5",
"version": "1.11.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sequelize"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.43.0"
"@forestadmin/datasource-toolkit": "1.44.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit a7db8f2

Please sign in to comment.