Page Contents

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.1 (2021-06-10)

Note: Version bump only for package @loopback/pooling

0.5.0 (2021-05-03)

Features

0.4.1 (2021-04-06)

Note: Version bump only for package @loopback/pooling

0.4.0 (2021-03-18)

Features

  • update package-lock.json to v2 consistently (dfc3fbd)
  • upgrade to TypeScript 4.2.x (05930bc)

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)