Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.3.1...@forestadmin/datasource-sequelize@1.3.2) (2023-06-29)

### Bug Fixes

* add a timeout on superagent call ([#741](#741)) ([3b85766](3b85766))
* **agent:** add request identifier to context.caller ([#753](#753)) ([19a8618](19a8618))
* **agent:** handle json field in csv export ([#746](#746)) ([8437f02](8437f02))
* **agent:** make sure that triggered actions from the frontend execute the right code even after an addition or removal of custom actions ([#706](#706)) ([9581036](9581036))
* **customizer:** validate fields on user facing collection interface ([#731](#731)) ([56d4278](56d4278))
* **datasource-sql:** add proxy configuration when computing ssl ([#740](#740)) ([3ca8a5d](3ca8a5d))
* **datasource-sql:** do not crash at connection time when using proxy without providing port ([#705](#705)) ([c3d7d60](c3d7d60))
* **datasource-sql:** export missing type ([#691](#691)) ([885de9e](885de9e))
* **datasource-sql:** export missing types ([#737](#737)) ([4fa72e3](4fa72e3))
* **datasource-sql:** fix worker crash on authentication testing ([#736](#736)) ([e81f101](e81f101))
* **datasource-sql:** improve management of literal values to avoid bugs when introspection is stringified ([#720](#720)) ([615dcda](615dcda))
* **datasource-sql:** improve the connect management errors ([#721](#721)) ([1128e49](1128e49))
* **datasource-sql:** repair sqlite support ([#733](#733)) ([a1e1a86](a1e1a86))
* **datasource-sql:** send proper server name indication on tls connections through socks proxy ([#708](#708)) ([b072cee](b072cee))
* **ds-sql:** close the proxy when sequelize instance closes ([#694](#694)) ([d31276c](d31276c))
* improve errors from webhook endpoints ([#713](#713)) ([7e4f11f](7e4f11f))
* **rename field decorator:** throw when put space inside fieldName ([#748](#748)) ([5793eff](5793eff))
* **security:** patch semver dependency vulnerabilities ([#749](#749)) ([b0617c1](b0617c1))
* **typings:** allow incomplete records to be passed to collection.create ([#700](#700)) ([95483e2](95483e2))
* **webhook-custom-actions:** improve error reporting when calling a webhook ([#687](#687)) ([c3f7f9a](c3f7f9a))
* **webhook-custom-actions:** register webhook actions configured from the frontend ([#686](#686)) ([fd9334a](fd9334a))

### Features

* **agent:** allow to create update record custom actions from the frontend ([#729](#729)) ([e06ac79](e06ac79))
* **agent:** no-code update record should handle errors correctly ([#747](#747)) ([6c5e344](6c5e344))
* allow to create webhook actions from the frontend ([#712](#712)) ([750a218](750a218))
* **datasource-sql:** create a ssh tunnel when a user provide ssh options ([#730](#730)) ([a188765](a188765))
* **datasource-sql:** enable to proxify the tcp connection by a socks5 proxy ([#690](#690)) ([971a712](971a712))
* **events-subscription:** allow to instantly refresh customizations when they change ([#704](#704)) ([8f4704e](8f4704e))
* **events-subscription:** allow to instantly refresh permissions when they change ([#692](#692)) ([e108183](e108183))
* handle field names containing underscores on update record actions ([#735](#735)) ([d5d7661](d5d7661))
* **plugin-aws-s3:** add S3Client endpoint option ([#718](#718)) ([f725bbe](f725bbe))
* **webhook-custom-actions:** use webhook nocode smart actions configured in the frontend ([#671](#671)) ([7629699](7629699))
  • Loading branch information
forest-bot committed Jun 29, 2023
1 parent 913c889 commit 6df2590
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-sequelize [1.3.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.3.1...@forestadmin/datasource-sequelize@1.3.2) (2023-06-29)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.3.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.3.0...@forestadmin/datasource-sequelize@1.3.1) (2023-05-03)


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.3.1",
"version": "1.3.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sequelize"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.5.0"
"@forestadmin/datasource-toolkit": "1.5.1"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 6df2590

Please sign in to comment.