Skip to content

Commit

Permalink
v7.0.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2023
1 parent 59c063c commit 3189745
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.33](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.32...v7.0.0-alpha.33) (2023-10-11)


### Bug Fixes

* **db2:** change SSL related keyword and value in connection-manager.ts ([#16588](https://github.com/sequelize/sequelize/issues/16588)) ([0c4482b](https://github.com/sequelize/sequelize/commit/0c4482b5260f38a437305913a849b8cbc8a84da8))
* **ibmi:** reconnect when connection drops because of 08S01 error ([#16259](https://github.com/sequelize/sequelize/issues/16259)) ([3e993f3](https://github.com/sequelize/sequelize/commit/3e993f33b17a03d5958bee14d0064679c276f148))
* **mssql:** add ability to specify schema in comments ([#15729](https://github.com/sequelize/sequelize/issues/15729)) ([6398334](https://github.com/sequelize/sequelize/commit/639833489e134666bbbc96ca9912620f024ebdb9))
* updated constraint column order ([#16614](https://github.com/sequelize/sequelize/issues/16614)) ([dd2aa18](https://github.com/sequelize/sequelize/commit/dd2aa1832fdaf5151977f9dacda01500cd97f277))


### Features

* always add ORDER BY with LIMIT or OFFSET ([#16547](https://github.com/sequelize/sequelize/issues/16547)) ([09b46c0](https://github.com/sequelize/sequelize/commit/09b46c08c35a63ab7c339eb757c8fc98265a1802))
* migrate renameTable to typescript ([#16577](https://github.com/sequelize/sequelize/issues/16577)) ([655bf01](https://github.com/sequelize/sequelize/commit/655bf01e553893e26a583270a48aae435abb6db5))
* **sqlite:** migrate query-interface to typescript ([#16224](https://github.com/sequelize/sequelize/issues/16224)) ([eebc3df](https://github.com/sequelize/sequelize/commit/eebc3dfb43aa83b3906afc42bab77e5c2729f296))





# [7.0.0-alpha.32](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.31...v7.0.0-alpha.32) (2023-09-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.0-alpha.32"
"version": "7.0.0-alpha.33"
}
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.33](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.32...v7.0.0-alpha.33) (2023-10-11)


### Bug Fixes

* **db2:** change SSL related keyword and value in connection-manager.ts ([#16588](https://github.com/sequelize/sequelize/issues/16588)) ([0c4482b](https://github.com/sequelize/sequelize/commit/0c4482b5260f38a437305913a849b8cbc8a84da8))
* **ibmi:** reconnect when connection drops because of 08S01 error ([#16259](https://github.com/sequelize/sequelize/issues/16259)) ([3e993f3](https://github.com/sequelize/sequelize/commit/3e993f33b17a03d5958bee14d0064679c276f148))
* **mssql:** add ability to specify schema in comments ([#15729](https://github.com/sequelize/sequelize/issues/15729)) ([6398334](https://github.com/sequelize/sequelize/commit/639833489e134666bbbc96ca9912620f024ebdb9))
* updated constraint column order ([#16614](https://github.com/sequelize/sequelize/issues/16614)) ([dd2aa18](https://github.com/sequelize/sequelize/commit/dd2aa1832fdaf5151977f9dacda01500cd97f277))


### Features

* always add ORDER BY with LIMIT or OFFSET ([#16547](https://github.com/sequelize/sequelize/issues/16547)) ([09b46c0](https://github.com/sequelize/sequelize/commit/09b46c08c35a63ab7c339eb757c8fc98265a1802))
* migrate renameTable to typescript ([#16577](https://github.com/sequelize/sequelize/issues/16577)) ([655bf01](https://github.com/sequelize/sequelize/commit/655bf01e553893e26a583270a48aae435abb6db5))
* **sqlite:** migrate query-interface to typescript ([#16224](https://github.com/sequelize/sequelize/issues/16224)) ([eebc3df](https://github.com/sequelize/sequelize/commit/eebc3dfb43aa83b3906afc42bab77e5c2729f296))





# [7.0.0-alpha.32](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.31...v7.0.0-alpha.32) (2023-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sequelize/core",
"description": "Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, and IBM i. It features solid transaction support, relations, eager and lazy loading, read replication and more.",
"version": "7.0.0-alpha.32",
"version": "7.0.0-alpha.33",
"funding": [
{
"type": "opencollective",
Expand Down
8 changes: 8 additions & 0 deletions packages/validator-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.33](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.32...v7.0.0-alpha.33) (2023-10-11)

**Note:** Version bump only for package @sequelize/validator.js





# [7.0.0-alpha.32](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.31...v7.0.0-alpha.32) (2023-09-22)

**Note:** Version bump only for package @sequelize/validator.js
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sequelize/validator.js",
"version": "7.0.0-alpha.32",
"version": "7.0.0-alpha.33",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 3189745

Please sign in to comment.