@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,14 @@ permalink: /doc/en/lb4/changelog.eslint-config.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
+ ## [15.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@15.0.0...@loopback/eslint-config@15.0.1) (2024-04-09)
17
+
18
+ **Note:** Version bump only for package @loopback/eslint-config
19
+
20
+
21
+
22
+
23
+
16
24
  # [15.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@14.0.5...@loopback/eslint-config@15.0.0) (2024-03-04)
17
25
 
18
26
 
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.express.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/express@6.1.5...@loopback/express@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/express@6.1.4...@loopback/express@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/express
@@ -13,6 +13,29 @@ permalink: /doc/en/lb4/changelog.filter.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
+ # [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@4.1.5...@loopback/filter@5.0.0) (2024-03-04)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **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)
22
+
23
+
24
+ ### chore
25
+
26
+ * drop Node.js 16 support ([b9efcb4](https://github.com/loopbackio/loopback-next/commit/b9efcb477d50507ba3c778ba23ea7acba7692593))
27
+
28
+
29
+ ### BREAKING CHANGES
30
+
31
+ * Drop Node.js 16 support in all LB4 modules and extensions
32
+
33
+ Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
34
+
35
+
36
+
37
+
38
+
16
39
  ## [4.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@4.1.4...@loopback/filter@4.1.5) (2024-01-11)
17
40
 
18
41
  **Note:** Version bump only for package @loopback/filter
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.http-caching-proxy.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/http-caching-proxy@5.1.5...@loopback/http-caching-proxy@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/http-caching-proxy@5.1.4...@loopback/http-caching-proxy@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/http-caching-proxy
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.http-server.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/http-server@5.1.5...@loopback/http-server@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/http-server@5.1.4...@loopback/http-server@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/http-server
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.metadata.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/metadata@6.1.5...@loopback/metadata@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/metadata@6.1.4...@loopback/metadata@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/metadata
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.model-api-builder.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/model-api-builder@5.1.5...@loopback/model-api-builder@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/model-api-builder@5.1.4...@loopback/model-api-builder@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/model-api-builder
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.openapi-spec-builder.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/openapi-spec-builder@6.1.5...@loopback/openapi-spec-builder@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/openapi-spec-builder@6.1.4...@loopback/openapi-spec-builder@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/openapi-spec-builder
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.openapi-v3.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
+ # [10.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@9.1.5...@loopback/openapi-v3@10.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
  ## [9.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@9.1.4...@loopback/openapi-v3@9.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/openapi-v3
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.repository.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/repository@6.1.5...@loopback/repository@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/repository@6.1.4...@loopback/repository@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/repository
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.repository-json-schema.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/repository-json-schema@7.2.1...@loopback/repository-json-schema@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.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@7.2.0...@loopback/repository-json-schema@7.2.1) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/repository-json-schema
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.repository-tests.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.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.23.5...@loopback/repository-tests@0.24.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.23.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.23.4...@loopback/repository-tests@0.23.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/repository-tests
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.rest.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
+ # [14.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@13.1.5...@loopback/rest@14.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
  ## [13.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@13.1.4...@loopback/rest@13.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/rest
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.rest-crud.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.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.17.5...@loopback/rest-crud@0.18.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.17.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.17.4...@loopback/rest-crud@0.17.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/rest-crud
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.rest-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
+ # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@6.1.5...@loopback/rest-explorer@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/rest-explorer@6.1.4...@loopback/rest-explorer@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/rest-explorer
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.security.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/security@0.10.5...@loopback/security@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/security@0.10.4...@loopback/security@0.10.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/security
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.service-proxy.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/service-proxy@6.1.5...@loopback/service-proxy@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/service-proxy@6.1.4...@loopback/service-proxy@6.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/service-proxy
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.testlab.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@7.0.0...@loopback/testlab@7.0.1) (2024-04-09)
17
+
18
+ **Note:** Version bump only for package @loopback/testlab
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@6.1.5...@loopback/testlab@7.0.0) (2024-03-04)
17
25
 
18
26
 
@@ -13,6 +13,24 @@ permalink: /doc/en/lb4/changelog.tsdocs.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/tsdocs@5.1.5...@loopback/tsdocs@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/tsdocs@5.1.4...@loopback/tsdocs@5.1.5) (2024-01-11)
17
35
 
18
36
  **Note:** Version bump only for package @loopback/tsdocs