Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sql@1.7.45 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.44...@forestadmin/datasource-sql@1.7.45) (2024-01-26)

### Bug Fixes

* disableFieldSorting is now only preventing frontend to sort the collection ([7f1481b](7f1481b))
* **replaceFieldOperator:** disallow to pass null because it will emulate instead to remove the operator ([#911](#911)) ([bf0c105](bf0c105))
* **replaceFieldWriting:** force customer to give a replaceFieldWriting definition to avoid emulation when null is given ([#913](#913)) ([b0b1862](b0b1862))
* return more details in errors due to certificate validation to help debugging ([#917](#917)) ([58aaaec](58aaaec))

### Features

* **datasource-customizer:** implement gmail-style search ([#780](#780)) ([3ad8ed8](3ad8ed8))
  • Loading branch information
forest-bot committed Jan 26, 2024
1 parent e5bd1d8 commit 184260f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-sql [1.7.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.44...@forestadmin/datasource-sql@1.7.45) (2024-01-26)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.6.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.30.0

## @forestadmin/datasource-sql [1.7.44](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.43...@forestadmin/datasource-sql@1.7.44) (2024-01-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/datasource-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sql",
"version": "1.7.44",
"version": "1.7.45",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.5.27",
"@forestadmin/datasource-toolkit": "1.29.2",
"@forestadmin/datasource-sequelize": "1.6.0",
"@forestadmin/datasource-toolkit": "1.30.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
"socks": "^2.7.1",
Expand Down

0 comments on commit 184260f

Please sign in to comment.