Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): @forestadmin/datasource-sql@1.7.40 [skip ci]
## [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