Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.5.25 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.25](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.24...@forestadmin/datasource-sequelize@1.5.25) (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 6f527d8 commit 28bcaef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-sequelize [1.5.25](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.24...@forestadmin/datasource-sequelize@1.5.25) (2023-11-07)


### Bug Fixes

* send details to frontend on unexpected sequelize errors ([#868](https://github.com/ForestAdmin/agent-nodejs/issues/868)) ([f6cb9a5](https://github.com/ForestAdmin/agent-nodejs/commit/f6cb9a50dbadd123fbb22a5cb4b470012742651a))

## @forestadmin/datasource-sequelize [1.5.24](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.23...@forestadmin/datasource-sequelize@1.5.24) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.5.24",
"version": "1.5.25",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 28bcaef

Please sign in to comment.