Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.10 (2023-04-13)
Bug Fixes
0.8.9 (2023-03-09)
Note: Version bump only for package @loopback/pooling
0.8.8 (2023-02-07)
Reverts
- “chore: update dependency rimraf to v4” (c516d5e)
0.8.7 (2023-01-09)
Note: Version bump only for package @loopback/pooling
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.6 (2022-12-14)
Note: Version bump only for package @loopback/pooling
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.5 (2022-11-24)
Note: Version bump only for package @loopback/pooling
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.4 (2022-10-13)
Bug Fixes
- fix compilation errors for TypeScript 4.8.x (4ee90ac)
0.8.3 (2022-08-25)
Note: Version bump only for package @loopback/pooling
0.8.2 (2022-07-14)
Note: Version bump only for package @loopback/pooling
0.8.1 (2022-06-13)
Note: Version bump only for package @loopback/pooling
0.8.0 (2022-05-05)
⚠ BREAKING CHANGES
- remove node v12 support
Features
0.7.2 (2022-03-29)
Note: Version bump only for package @loopback/pooling
0.7.1 (2022-02-28)
Note: Version bump only for package @loopback/pooling
0.7.0 (2022-02-14)
Features
- update @types/node to v12 (65a09a4)
0.6.1 (2022-01-11)
Note: Version bump only for package @loopback/pooling
0.6.0 (2021-11-18)
Features
- drop support for Node.js v10 (9bcbbb3)
- support Node.js v17 (8d86c03)
- upgrade to TypeScript 4.5.2 (72ece91)
BREAKING CHANGES
- drop support for Node.js v10
Co-authored-by: Francisco Buceta frbuceta@gmail.com Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
0.5.4 (2021-10-18)
Note: Version bump only for package @loopback/pooling
0.5.3 (2021-09-16)
Bug Fixes
- missing debug deps (87cfbea)
0.5.2 (2021-07-15)
Note: Version bump only for package @loopback/pooling
0.5.1 (2021-06-10)
Note: Version bump only for package @loopback/pooling
0.5.0 (2021-05-03)
Features
- support node v16 (ac99415)
0.4.1 (2021-04-06)
Note: Version bump only for package @loopback/pooling
0.4.0 (2021-03-18)
Features
0.3.7 (2021-02-09)
Note: Version bump only for package @loopback/pooling
0.3.6 (2021-01-21)
Note: Version bump only for package @loopback/pooling
0.3.5 (2020-12-07)
Note: Version bump only for package @loopback/pooling
0.3.4 (2020-11-18)
Note: Version bump only for package @loopback/pooling
0.3.3 (2020-11-05)
Note: Version bump only for package @loopback/pooling
0.3.2 (2020-10-07)
Note: Version bump only for package @loopback/pooling
0.3.1 (2020-09-17)
Note: Version bump only for package @loopback/pooling
0.3.0 (2020-09-15)
Features
- move framework packages to
peerDependencies
(d8f72e4)
BREAKING CHANGES
- Extensions no longer install framework packages as their own dependencies, they use the framework packages provided by the target application instead.
If you are getting npm install
errors after upgrade, then make sure your
project lists all dependencies required by the extensions you are using.
Signed-off-by: Miroslav Bajtoš mbajtoss@gmail.com
0.2.2 (2020-08-27)
Note: Version bump only for package @loopback/pooling
0.2.1 (2020-08-19)
Note: Version bump only for package @loopback/pooling
0.2.0 (2020-08-05)
Features
- pooling: allow optional request context to be passed to acquire (90dd868)
0.1.0 (2020-07-20)
Features
- pooling: add an extension to provide pooling service (402e1e0)