Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-toolkit@1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.4.2...@forestadmin/datasource-toolkit@1.4.3) (2023-04-19)

### Bug Fixes

* **datasource-sql:** remove dangling references to skipped entities in database introspection ([#669](#669)) ([fb29d1e](fb29d1e))
* handle standalone server errors when agent is starting ([#662](#662)) ([49e3e24](49e3e24))
* **validation:** make frontend validation more reliable ([#655](#655)) ([75255b0](75255b0))

### Features

* **datasource-sql:** add support for MySQL BIT(1) type ([#661](#661)) ([a0b3a52](a0b3a52))
* **datasource-sql:** add support for sslMode option ([#667](#667)) ([0d1eb19](0d1eb19))
  • Loading branch information
forest-bot committed Apr 19, 2023
1 parent ad1c237 commit f3b75ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-toolkit [1.4.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.4.2...@forestadmin/datasource-toolkit@1.4.3) (2023-04-19)


### Bug Fixes

* **validation:** make frontend validation more reliable ([#655](https://github.com/ForestAdmin/agent-nodejs/issues/655)) ([75255b0](https://github.com/ForestAdmin/agent-nodejs/commit/75255b083edc422c5bd3582c069849728d595e98))

## @forestadmin/datasource-toolkit [1.4.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.4.1...@forestadmin/datasource-toolkit@1.4.2) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-toolkit",
"version": "1.4.2",
"version": "1.4.3",
"main": "dist/src/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit f3b75ca

Please sign in to comment.