Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sql@1.7.40 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.40](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.39...@forestadmin/datasource-sql@1.7.40) (2023-11-07)

### Bug Fixes

* **agent:** add body parser options to allow increase body limits ([#854](#854)) ([a4de720](a4de720))
* **authentication:** don't crash if an error occurs when initializing the authentication client ([#862](#862)) ([265b1b4](265b1b4))
* **authentication:** return errors details during authentication instead of generic 500s ([#857](#857)) ([3ec14e6](3ec14e6))
* **charts:** remove option to set zeros instead of null values & do it by default ([#863](#863)) ([5f88663](5f88663))
* **datasource-mongoose:** don't return records for null values of flattened fields when using asModel on object fields ([#853](#853)) ([d4b3f0c](d4b3f0c))
* **datasource-mongoose:** error on a nested field when requesting a child property on a missing value ([#860](#860)) ([6a04be7](6a04be7))
* **renameAndRemoveField:** allow to rename or remove a relation by improving the TS typing ([#865](#865)) ([1a6a4b4](1a6a4b4))
* **security:** patch @babel/traverse dependency vulnerabilities ([#855](#855)) ([505b7fa](505b7fa))
* send details to frontend on unexpected sequelize errors ([#868](#868)) ([f6cb9a5](f6cb9a5))
* support mangoose decimal128 type ([#864](#864)) ([5bbed39](5bbed39))
* **time-based-chart:** don't crash when there is no value and format the data to display "no data" on the front ([#852](#852)) ([3f033eb](3f033eb))

### Features

* **charts:** timebasedCharts: add option to display missing points as zeros ([#861](#861)) ([b314d3a](b314d3a))
* **forestadmin-client:** add schema hash to startup logs ([#867](#867)) ([d13a671](d13a671))
  • Loading branch information
forest-bot committed Nov 7, 2023
1 parent 28bcaef commit 5e4c1d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-sql [1.7.40](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.39...@forestadmin/datasource-sql@1.7.40) (2023-11-07)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.5.25

## @forestadmin/datasource-sql [1.7.39](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.38...@forestadmin/datasource-sql@1.7.39) (2023-10-11)


Expand Down
4 changes: 2 additions & 2 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.39",
"version": "1.7.40",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.5.24",
"@forestadmin/datasource-sequelize": "1.5.25",
"@forestadmin/datasource-toolkit": "1.29.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
Expand Down

0 comments on commit 5e4c1d8

Please sign in to comment.