@loopback/docs 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
  3. package/site/apidocs/sequelize.sequelizedatasource.md +1 -0
  4. package/site/apidocs/sequelize.sequelizedatasource.parsejsoncolumns.md +23 -0
  5. package/site/apidocs/sequelize.sequelizedatasourceconfig.md +1 -0
  6. package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +18 -0
  7. package/site/changelogs/examples/access-control-migration/CHANGELOG.md +18 -0
  8. package/site/changelogs/examples/binding-resolution/CHANGELOG.md +18 -0
  9. package/site/changelogs/examples/context/CHANGELOG.md +18 -0
  10. package/site/changelogs/examples/express-composition/CHANGELOG.md +18 -0
  11. package/site/changelogs/examples/file-transfer/CHANGELOG.md +18 -0
  12. package/site/changelogs/examples/graphql/CHANGELOG.md +18 -0
  13. package/site/changelogs/examples/greeter-extension/CHANGELOG.md +18 -0
  14. package/site/changelogs/examples/greeting-app/CHANGELOG.md +18 -0
  15. package/site/changelogs/examples/hello-world/CHANGELOG.md +18 -0
  16. package/site/changelogs/examples/lb3-application/CHANGELOG.md +18 -0
  17. package/site/changelogs/examples/log-extension/CHANGELOG.md +18 -0
  18. package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +18 -0
  19. package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +18 -0
  20. package/site/changelogs/examples/passport-login/CHANGELOG.md +18 -0
  21. package/site/changelogs/examples/references-many/CHANGELOG.md +18 -0
  22. package/site/changelogs/examples/rest-crud/CHANGELOG.md +18 -0
  23. package/site/changelogs/examples/rpc-server/CHANGELOG.md +18 -0
  24. package/site/changelogs/examples/soap-calculator/CHANGELOG.md +18 -0
  25. package/site/changelogs/examples/socketio/CHANGELOG.md +18 -0
  26. package/site/changelogs/examples/todo/CHANGELOG.md +18 -0
  27. package/site/changelogs/examples/todo-jwt/CHANGELOG.md +18 -0
  28. package/site/changelogs/examples/todo-list/CHANGELOG.md +18 -0
  29. package/site/changelogs/examples/validation-app/CHANGELOG.md +18 -0
  30. package/site/changelogs/examples/webpack/CHANGELOG.md +18 -0
  31. package/site/changelogs/extensions/apiconnect/CHANGELOG.md +18 -0
  32. package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +18 -0
  33. package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +18 -0
  34. package/site/changelogs/extensions/context-explorer/CHANGELOG.md +18 -0
  35. package/site/changelogs/extensions/cron/CHANGELOG.md +18 -0
  36. package/site/changelogs/extensions/graphql/CHANGELOG.md +18 -0
  37. package/site/changelogs/extensions/health/CHANGELOG.md +18 -0
  38. package/site/changelogs/extensions/logging/CHANGELOG.md +18 -0
  39. package/site/changelogs/extensions/metrics/CHANGELOG.md +18 -0
  40. package/site/changelogs/extensions/pooling/CHANGELOG.md +18 -0
  41. package/site/changelogs/extensions/sequelize/CHANGELOG.md +30 -0
  42. package/site/changelogs/extensions/socketio/CHANGELOG.md +18 -0
  43. package/site/changelogs/extensions/typeorm/CHANGELOG.md +18 -0
  44. package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +18 -0
  45. package/site/changelogs/packages/authentication/CHANGELOG.md +18 -0
  46. package/site/changelogs/packages/authorization/CHANGELOG.md +18 -0
  47. package/site/changelogs/packages/boot/CHANGELOG.md +18 -0
  48. package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +18 -0
  49. package/site/changelogs/packages/build/CHANGELOG.md +8 -0
  50. package/site/changelogs/packages/cli/CHANGELOG.md +24 -0
  51. package/site/changelogs/packages/context/CHANGELOG.md +18 -0
  52. package/site/changelogs/packages/core/CHANGELOG.md +18 -0
  53. package/site/changelogs/packages/eslint-config/CHANGELOG.md +8 -0
  54. package/site/changelogs/packages/express/CHANGELOG.md +18 -0
  55. package/site/changelogs/packages/filter/CHANGELOG.md +23 -0
  56. package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +18 -0
  57. package/site/changelogs/packages/http-server/CHANGELOG.md +18 -0
  58. package/site/changelogs/packages/metadata/CHANGELOG.md +18 -0
  59. package/site/changelogs/packages/model-api-builder/CHANGELOG.md +18 -0
  60. package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +18 -0
  61. package/site/changelogs/packages/openapi-v3/CHANGELOG.md +18 -0
  62. package/site/changelogs/packages/repository/CHANGELOG.md +18 -0
  63. package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +18 -0
  64. package/site/changelogs/packages/repository-tests/CHANGELOG.md +18 -0
  65. package/site/changelogs/packages/rest/CHANGELOG.md +18 -0
  66. package/site/changelogs/packages/rest-crud/CHANGELOG.md +18 -0
  67. package/site/changelogs/packages/rest-explorer/CHANGELOG.md +18 -0
  68. package/site/changelogs/packages/security/CHANGELOG.md +18 -0
  69. package/site/changelogs/packages/service-proxy/CHANGELOG.md +18 -0
  70. package/site/changelogs/packages/testlab/CHANGELOG.md +8 -0
  71. package/site/changelogs/packages/tsdocs/CHANGELOG.md +18 -0
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.example-todo-list.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.1.5...@loopback/example-todo-list@8.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [7.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.1.4...@loopback/example-todo-list@7.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/example-todo-list
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.example-validation-app.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@5.1.5...@loopback/example-validation-app@6.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [5.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@5.1.4...@loopback/example-validation-app@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/example-validation-app
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.example-webpack.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.10.5...@loopback/example-webpack@0.11.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.10.4...@loopback/example-webpack@0.10.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/example-webpack
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.apiconnect.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.12.5...@loopback/apiconnect@0.13.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.12.5](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.12.4...@loopback/apiconnect@0.12.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/apiconnect
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.authentication-jwt.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.14.5...@loopback/authentication-jwt@0.15.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.14.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.14.4...@loopback/authentication-jwt@0.14.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/authentication-jwt
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.authentication-passport.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@6.1.5...@loopback/authentication-passport@7.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [6.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@6.1.4...@loopback/authentication-passport@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/authentication-passport
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.context-explorer.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.10.5...@loopback/context-explorer@0.11.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.10.4...@loopback/context-explorer@0.10.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/context-explorer
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.cron.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.11.5...@loopback/cron@0.12.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.11.4...@loopback/cron@0.11.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/cron
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.graphql.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.10.5...@loopback/graphql@0.11.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.10.4...@loopback/graphql@0.10.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/graphql
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.health.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.13.5...@loopback/health@0.14.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.13.5](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.13.4...@loopback/health@0.13.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/health
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.logging.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.11.5...@loopback/logging@0.12.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.11.4...@loopback/logging@0.11.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/logging
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.metrics.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.13.5...@loopback/metrics@0.14.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.13.5](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.13.4...@loopback/metrics@0.13.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/metrics
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.pooling.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.10.5...@loopback/pooling@0.11.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.10.4...@loopback/pooling@0.10.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/pooling
@@ -13,6 +13,36 @@ permalink: /doc/en/lb4/changelog.sequelize.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/sequelize@0.5.4...@loopback/sequelize@0.6.0) (2024-03-04)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **sequelize:** "'Entity Not Found' error on updateById with MySQL" ([a3bcda0](https://github.com/loopbackio/loopback-next/commit/a3bcda0ca3e8f4fe22aea9bf53cdb7cdf9c5a926))
22
+ * **sequelize:** add support for extended operators ([521c732](https://github.com/loopbackio/loopback-next/commit/521c7324eaa1208c63c08710ba25ee3dd1a62f3b)), closes [#10272](https://github.com/loopbackio/loopback-next/issues/10272)
23
+ * **sequelize:** add support for extended operators ([fbf35c4](https://github.com/loopbackio/loopback-next/commit/fbf35c46d503fd41f3caa7fbebfab9ca887d0163)), closes [#10272](https://github.com/loopbackio/loopback-next/issues/10272)
24
+ * **sequelize:** add support for extended operators in sequelize ([dada287](https://github.com/loopbackio/loopback-next/commit/dada287fb48fef3bd931cc929f59ef1491c23ca8)), closes [#10272](https://github.com/loopbackio/loopback-next/issues/10272)
25
+ * **sequelize:** add support for extended operators in sequelize ([6fe784c](https://github.com/loopbackio/loopback-next/commit/6fe784c88867ce0e495046123ef34aff60a667b5)), closes [#10272](https://github.com/loopbackio/loopback-next/issues/10272)
26
+ * **sequelize:** modified regex to match select query with parenthesis ([a7f4f24](https://github.com/loopbackio/loopback-next/commit/a7f4f24fd8167a598c7eb4d9109850ac7c2ec6fc)), closes [#10312](https://github.com/loopbackio/loopback-next/issues/10312)
27
+ * **sequelize:** removed unnecessary condition ([53fedd7](https://github.com/loopbackio/loopback-next/commit/53fedd76e4726052184fc0727c09bf3b1ee1b73f))
28
+ * **sequelize:** support ordering by associations ([23ff21e](https://github.com/loopbackio/loopback-next/commit/23ff21ee29f5ace04c4833a2aa452d827fd2752f))
29
+
30
+
31
+ ### chore
32
+
33
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
34
+
35
+
36
+ ### BREAKING CHANGES
37
+
38
+ * Drop Node.js 16 support in all LB4 modules and extensions
39
+
40
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
41
+
42
+
43
+
44
+
45
+
16
46
  ## [0.5.4](https://github.com/loopbackio/loopback-next/compare/@loopback/sequelize@0.5.3...@loopback/sequelize@0.5.4) (2024-01-11)
17
47
 
18
48
 
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.socketio.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.7.6...@loopback/socketio@0.8.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.7.6](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.7.5...@loopback/socketio@0.7.6) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/socketio
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.typeorm.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.9.5...@loopback/typeorm@0.10.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.9.4...@loopback/typeorm@0.9.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/typeorm
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.mock-oauth2-provider.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.8.5...@loopback/mock-oauth2-provider@0.9.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.8.4...@loopback/mock-oauth2-provider@0.8.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/mock-oauth2-provider
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.authentication.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [11.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@10.1.5...@loopback/authentication@11.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [10.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@10.1.4...@loopback/authentication@10.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/authentication
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.authorization.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.14.5...@loopback/authorization@0.15.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [0.14.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.14.4...@loopback/authorization@0.14.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/authorization
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.boot.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@6.1.5...@loopback/boot@7.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [6.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@6.1.4...@loopback/boot@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/boot
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.booter-lb3app.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@5.1.5...@loopback/booter-lb3app@6.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [5.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@5.1.4...@loopback/booter-lb3app@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/booter-lb3app
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.build.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ ## [11.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@11.0.0...@loopback/build@11.0.1) (2024-04-09)
17
+
18
+ **Note:** Version bump only for package @loopback/build
19
+
20
+
21
+
22
+
23
+
16
24
  # [11.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@10.1.5...@loopback/build@11.0.0) (2024-03-04)
17
25
 
18
26
 
@@ -13,6 +13,30 @@ permalink: /doc/en/lb4/changelog.cli.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@5.2.4...@loopback/cli@6.0.0) (2024-03-04)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update connector versions to latest ([b402065](https://github.com/loopbackio/loopback-next/commit/b4020656d36d9ef18e018cc56825de420bbf20ba))
22
+ * update loopback-connector-mysql to 7.0.5 (latest) ([e031d91](https://github.com/loopbackio/loopback-next/commit/e031d91859594591b211dc38eac12fe019103346))
23
+
24
+
25
+ ### chore
26
+
27
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
28
+
29
+
30
+ ### BREAKING CHANGES
31
+
32
+ * Drop Node.js 16 support in all LB4 modules and extensions
33
+
34
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
35
+
36
+
37
+
38
+
39
+
16
40
  ## [5.2.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@5.2.3...@loopback/cli@5.2.4) (2024-01-11)
17
41
 
18
42
  **Note:** Version bump only for package @loopback/cli
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.context.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/context@6.1.5...@loopback/context@7.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [6.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/context@6.1.4...@loopback/context@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/context
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.core.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ # [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/core@5.1.5...@loopback/core@6.0.0) (2024-03-04)
17
+
18
+
19
+ ### chore
20
+
21
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * Drop Node.js 16 support in all LB4 modules and extensions
27
+
28
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
29
+
30
+
31
+
32
+
33
+
16
34
  ## [5.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/core@5.1.4...@loopback/core@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/core