Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-customizer@1.8.0-alpha-webhoo…
Browse files Browse the repository at this point in the history
…k-custom-actions.2 [skip ci]

# [1.8.0-alpha-webhook-custom-actions.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.8.0-alpha-webhook-custom-actions.1...@forestadmin/datasource-customizer@1.8.0-alpha-webhook-custom-actions.2) (2023-06-07)

### Bug Fixes

* **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))
* **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:** 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))
* **in-app-onboarding:** do not force skipLibCheck on customers TS configuration ([#680](#680)) ([c374117](c374117))
* **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

* **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))
* **plugin-aws-s3:** add S3Client endpoint option ([#718](#718)) ([f725bbe](f725bbe))
  • Loading branch information
forest-bot committed Jun 7, 2023
1 parent d293f46 commit 10826fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @forestadmin/datasource-customizer [1.8.0-alpha-webhook-custom-actions.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.8.0-alpha-webhook-custom-actions.1...@forestadmin/datasource-customizer@1.8.0-alpha-webhook-custom-actions.2) (2023-06-07)


### Bug Fixes

* **typings:** allow incomplete records to be passed to collection.create ([#700](https://github.com/ForestAdmin/agent-nodejs/issues/700)) ([95483e2](https://github.com/ForestAdmin/agent-nodejs/commit/95483e277d695a9f3ed19d86b2f6834413007afc))

# @forestadmin/datasource-customizer [1.8.0-alpha-webhook-custom-actions.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.7.1...@forestadmin/datasource-customizer@1.8.0-alpha-webhook-custom-actions.1) (2023-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-customizer",
"version": "1.8.0-alpha-webhook-custom-actions.1",
"version": "1.8.0-alpha-webhook-custom-actions.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 10826fd

Please sign in to comment.