Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-mongoose@1.3.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.3.4...@forestadmin/datasource-mongoose@1.3.5) (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 c7cefaa commit f23a5c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @forestadmin/datasource-mongoose [1.3.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.3.4...@forestadmin/datasource-mongoose@1.3.5) (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))





### Dependencies

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

## @forestadmin/datasource-mongoose [1.3.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.3.3...@forestadmin/datasource-mongoose@1.3.4) (2023-03-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-mongoose",
"version": "1.3.4",
"version": "1.3.5",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"dist/**/*.d.ts"
],
"dependencies": {
"@forestadmin/datasource-toolkit": "1.4.2",
"@forestadmin/datasource-toolkit": "1.4.3",
"luxon": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit f23a5c0

Please sign in to comment.