Release v2.3.0 April 24, 2023
Welcome to the April 24, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:
-
Deprecate this package in favour of <code>@loopback/sequelize</code> :- docs(chore): add deprecation notice was commited on April 24, 2023 by Shubham P
-
and promote use of official
@loopback/sequelize
-
GH-29
-
-
accept connection pooling, ssl and url string option in datasource :- feat(datasource): implement connection pooling and sequelize specific options support was commited on March 17, 2023 by Shubham P
-
- feat(datasource): add connection pooling support
-
adds ability to prase connection pooling options for postgres, mysql and
-
oracle
-
GH-26
-
- feat(datasource): add capability to pass options directly to sequelize
-
added ability to connect with url
-
added new property called
sequelizeOptions
in datasource config to -
allow
-
direct option forwarding to sequelize instance
-
GH-26
-
Clink on the above links to understand the changes in detail.
2.3.0 (2023-04-24)
- datasource: implement connection pooling and sequelize specific options support (#27) (86f0642), closes #26 #26
Release v2.2.1 March 13, 2023
Welcome to the March 13, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:
-
loopback version update :- was commited on March 10, 2023 by gautam23-sf
-
loopback version update
-
GH-23
-
Clink on the above links to understand the changes in detail.
2.2.1 (2023-03-13)
Release v2.2.0 March 3, 2023
Welcome to the March 3, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:
-
Loopback4-sequelize should support transactions :- feat(transaction): add transaction support was commited on March 3, 2023 by Shubham P
-
provide beginTransaction method to SequelizeCrudRepository with somewhat
-
similar usage as loopback
-
GH-21
-
Clink on the above links to understand the changes in detail.
2.2.0 (2023-03-03)
Release v2.1.0 February 20, 2023
Welcome to the February 20, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include:
-
Generate a detailed changelog :- was commited on February 20, 2023 by Yesha Mavani
-
changelog with issue and commit details will be generated
-
GH-19
-
-
:- was commited on February 16, 2023 by Sunny
Clink on the above links to understand the changes in detail.
2.1.0 (2023-02-20)
2.0.1 (2023-01-23)
2.0.0 (2023-01-03)
- ci-cd: add commitlint and husky (#8) (c879812), closes #0 #0 #0 #0
- ci-cd: change default branch to master (de4037c), closes #7
- repository: exclude hidden properties in response body (3e254fd), closes #3
-
repository:
SequelizeRepository
is renamed toSequelizeCrudRepository
-
test(repository): add test cases for relations
namely for fields, order and limit filter along with createAll,
updateAll, delete and relations such as @hasOne
, @hasMany
, @belongsTo
@hasMany through
, @referencesMany
and for INNER JOIN using required: true
flag