@loopback/docs 8.0.1 → 8.0.2

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 (65) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
  3. package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +8 -0
  4. package/site/changelogs/examples/access-control-migration/CHANGELOG.md +8 -0
  5. package/site/changelogs/examples/binding-resolution/CHANGELOG.md +8 -0
  6. package/site/changelogs/examples/context/CHANGELOG.md +8 -0
  7. package/site/changelogs/examples/express-composition/CHANGELOG.md +8 -0
  8. package/site/changelogs/examples/file-transfer/CHANGELOG.md +8 -0
  9. package/site/changelogs/examples/graphql/CHANGELOG.md +8 -0
  10. package/site/changelogs/examples/greeter-extension/CHANGELOG.md +8 -0
  11. package/site/changelogs/examples/greeting-app/CHANGELOG.md +8 -0
  12. package/site/changelogs/examples/hello-world/CHANGELOG.md +8 -0
  13. package/site/changelogs/examples/lb3-application/CHANGELOG.md +8 -0
  14. package/site/changelogs/examples/log-extension/CHANGELOG.md +8 -0
  15. package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +8 -0
  16. package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +8 -0
  17. package/site/changelogs/examples/passport-login/CHANGELOG.md +8 -0
  18. package/site/changelogs/examples/references-many/CHANGELOG.md +8 -0
  19. package/site/changelogs/examples/rest-crud/CHANGELOG.md +8 -0
  20. package/site/changelogs/examples/rpc-server/CHANGELOG.md +8 -0
  21. package/site/changelogs/examples/soap-calculator/CHANGELOG.md +8 -0
  22. package/site/changelogs/examples/socketio/CHANGELOG.md +8 -0
  23. package/site/changelogs/examples/todo/CHANGELOG.md +8 -0
  24. package/site/changelogs/examples/todo-jwt/CHANGELOG.md +8 -0
  25. package/site/changelogs/examples/todo-list/CHANGELOG.md +8 -0
  26. package/site/changelogs/examples/validation-app/CHANGELOG.md +8 -0
  27. package/site/changelogs/examples/webpack/CHANGELOG.md +8 -0
  28. package/site/changelogs/extensions/apiconnect/CHANGELOG.md +11 -0
  29. package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +11 -0
  30. package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +11 -0
  31. package/site/changelogs/extensions/context-explorer/CHANGELOG.md +11 -0
  32. package/site/changelogs/extensions/cron/CHANGELOG.md +11 -0
  33. package/site/changelogs/extensions/graphql/CHANGELOG.md +11 -0
  34. package/site/changelogs/extensions/health/CHANGELOG.md +11 -0
  35. package/site/changelogs/extensions/logging/CHANGELOG.md +11 -0
  36. package/site/changelogs/extensions/metrics/CHANGELOG.md +11 -0
  37. package/site/changelogs/extensions/pooling/CHANGELOG.md +11 -0
  38. package/site/changelogs/extensions/sequelize/CHANGELOG.md +11 -0
  39. package/site/changelogs/extensions/socketio/CHANGELOG.md +11 -0
  40. package/site/changelogs/extensions/typeorm/CHANGELOG.md +11 -0
  41. package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +8 -0
  42. package/site/changelogs/packages/authentication/CHANGELOG.md +11 -0
  43. package/site/changelogs/packages/authorization/CHANGELOG.md +11 -0
  44. package/site/changelogs/packages/boot/CHANGELOG.md +11 -0
  45. package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +11 -0
  46. package/site/changelogs/packages/cli/CHANGELOG.md +16 -0
  47. package/site/changelogs/packages/context/CHANGELOG.md +8 -0
  48. package/site/changelogs/packages/core/CHANGELOG.md +8 -0
  49. package/site/changelogs/packages/express/CHANGELOG.md +11 -0
  50. package/site/changelogs/packages/filter/CHANGELOG.md +8 -0
  51. package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +8 -0
  52. package/site/changelogs/packages/http-server/CHANGELOG.md +8 -0
  53. package/site/changelogs/packages/metadata/CHANGELOG.md +8 -0
  54. package/site/changelogs/packages/model-api-builder/CHANGELOG.md +22 -0
  55. package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +8 -0
  56. package/site/changelogs/packages/openapi-v3/CHANGELOG.md +11 -0
  57. package/site/changelogs/packages/repository/CHANGELOG.md +11 -0
  58. package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +22 -0
  59. package/site/changelogs/packages/repository-tests/CHANGELOG.md +22 -0
  60. package/site/changelogs/packages/rest/CHANGELOG.md +11 -0
  61. package/site/changelogs/packages/rest-crud/CHANGELOG.md +11 -0
  62. package/site/changelogs/packages/rest-explorer/CHANGELOG.md +11 -0
  63. package/site/changelogs/packages/security/CHANGELOG.md +8 -0
  64. package/site/changelogs/packages/service-proxy/CHANGELOG.md +11 -0
  65. package/site/changelogs/packages/tsdocs/CHANGELOG.md +8 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@8.0.1...@loopback/docs@8.0.2) (2025-06-12)
7
+
8
+ **Note:** Version bump only for package @loopback/docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@8.0.0...@loopback/docs@8.0.1) (2025-06-12)
7
15
 
8
16
  **Note:** Version bump only for package @loopback/docs
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/docs",
3
3
  "description": "Documentation files rendered at [https://loopback.io](https://loopback.io)",
4
- "version": "8.0.1",
4
+ "version": "8.0.2",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "docs"
@@ -38,5 +38,5 @@
38
38
  "devDependencies": {
39
39
  "@loopback/build": "^12.0.1"
40
40
  },
41
- "gitHead": "739a529c28256ab39fcc173ca0195e700758ef11"
41
+ "gitHead": "996458bc9c8f2f8ac8958987df00db1842b46223"
42
42
  }
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.rest-msgpack.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.12.0...@loopback/rest-msgpack@0.12.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/rest-msgpack
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.11.14...@loopback/rest-msgpack@0.12.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-access-control-migration.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@8.0.0...@loopback/example-access-control-migration@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-access-control-migration
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@7.1.5...@loopback/example-access-control-migration@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-binding-resolution.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.12.0...@loopback/example-binding-resolution@0.12.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-binding-resolution
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.11.5...@loopback/example-binding-resolution@0.12.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@8.0.0...@loopback/example-context@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-context
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.1.5...@loopback/example-context@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-express-composition.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@8.0.0...@loopback/example-express-composition@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-express-composition
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@7.1.5...@loopback/example-express-composition@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-file-transfer.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/example-file-transfer@7.0.0...@loopback/example-file-transfer@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-file-transfer
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@6.1.5...@loopback/example-file-transfer@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-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.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.12.0...@loopback/example-graphql@0.12.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-graphql
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.11.5...@loopback/example-graphql@0.12.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-greeter-extension.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@8.0.0...@loopback/example-greeter-extension@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-greeter-extension
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@7.1.5...@loopback/example-greeter-extension@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-greeting-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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@8.0.0...@loopback/example-greeting-app@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-greeting-app
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@7.1.5...@loopback/example-greeting-app@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-hello-world.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@8.0.0...@loopback/example-hello-world@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-hello-world
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@7.1.5...@loopback/example-hello-world@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-lb3-application.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@8.0.0...@loopback/example-lb3-application@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-lb3-application
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@7.1.5...@loopback/example-lb3-application@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-log-extension.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@8.0.0...@loopback/example-log-extension@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-log-extension
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@7.1.5...@loopback/example-log-extension@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-metrics-prometheus.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.15.0...@loopback/example-metrics-prometheus@0.15.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-metrics-prometheus
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.14.5...@loopback/example-metrics-prometheus@0.15.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-multi-tenancy.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.18.0...@loopback/example-multi-tenancy@0.18.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-multi-tenancy
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.17.5...@loopback/example-multi-tenancy@0.18.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-passport-login.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/example-passport-login@7.0.0...@loopback/example-passport-login@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-passport-login
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@6.1.5...@loopback/example-passport-login@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-references-many.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
+ ## [9.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@9.0.0...@loopback/example-references-many@9.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-references-many
19
+
20
+
21
+
22
+
23
+
16
24
  # [9.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@8.1.5...@loopback/example-references-many@9.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@7.0.0...@loopback/example-rest-crud@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-rest-crud
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@6.1.5...@loopback/example-rest-crud@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-rpc-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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@8.0.0...@loopback/example-rpc-server@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-rpc-server
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@7.1.5...@loopback/example-rpc-server@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-soap-calculator.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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@8.0.0...@loopback/example-soap-calculator@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-soap-calculator
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@7.1.5...@loopback/example-soap-calculator@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-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.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.11.0...@loopback/example-socketio@0.11.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-socketio
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.10.5...@loopback/example-socketio@0.11.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo.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
+ ## [9.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@9.0.0...@loopback/example-todo@9.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-todo
19
+
20
+
21
+
22
+
23
+
16
24
  # [9.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@8.1.5...@loopback/example-todo@9.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo-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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@7.0.0...@loopback/example-todo-jwt@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-todo-jwt
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@6.1.5...@loopback/example-todo-jwt@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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
+ ## [9.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@9.0.0...@loopback/example-todo-list@9.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-todo-list
19
+
20
+
21
+
22
+
23
+
16
24
  # [9.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@8.1.5...@loopback/example-todo-list@9.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@7.0.0...@loopback/example-validation-app@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-validation-app
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@6.1.5...@loopback/example-validation-app@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.13.0...@loopback/example-webpack@0.13.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/example-webpack
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.12.5...@loopback/example-webpack@0.13.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,17 @@ 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.14.1](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.14.0...@loopback/apiconnect@0.14.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.13.14...@loopback/apiconnect@0.14.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.16.0...@loopback/authentication-jwt@0.16.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.15.14...@loopback/authentication-jwt@0.16.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@8.0.0...@loopback/authentication-passport@8.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@7.0.14...@loopback/authentication-passport@8.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.12.0...@loopback/context-explorer@0.12.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.11.14...@loopback/context-explorer@0.12.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.13.0...@loopback/cron@0.13.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.12.14...@loopback/cron@0.13.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.12.0...@loopback/graphql@0.12.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.11.14...@loopback/graphql@0.12.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.15.0...@loopback/health@0.15.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.14.14...@loopback/health@0.15.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.13.0...@loopback/logging@0.13.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.12.14...@loopback/logging@0.13.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.15.0...@loopback/metrics@0.15.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.14.14...@loopback/metrics@0.15.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.12.0...@loopback/pooling@0.12.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.11.14...@loopback/pooling@0.12.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/sequelize@0.7.0...@loopback/sequelize@0.7.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/sequelize@0.6.14...@loopback/sequelize@0.7.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.9.0...@loopback/socketio@0.9.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.8.14...@loopback/socketio@0.9.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.11.0...@loopback/typeorm@0.11.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.10.14...@loopback/typeorm@0.11.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,14 @@ 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.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.10.0...@loopback/mock-oauth2-provider@0.10.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/mock-oauth2-provider
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.9.14...@loopback/mock-oauth2-provider@0.10.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,17 @@ 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
+ ## [12.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@12.0.0...@loopback/authentication@12.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [12.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@11.0.14...@loopback/authentication@12.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.16.0...@loopback/authorization@0.16.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.15.14...@loopback/authorization@0.16.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@8.0.0...@loopback/boot@8.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@7.0.14...@loopback/boot@8.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@7.0.0...@loopback/booter-lb3app@7.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@6.0.14...@loopback/booter-lb3app@7.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,22 @@ 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
+ ## [7.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@7.0.1...@loopback/cli@7.0.2) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/cli
19
+
20
+
21
+
22
+
23
+
24
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@7.0.0...@loopback/cli@7.0.1) (2025-06-12)
25
+
26
+ **Note:** Version bump only for package @loopback/cli
27
+
28
+
29
+
30
+
31
+
16
32
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@6.2.5...@loopback/cli@7.0.0) (2025-06-10)
17
33
 
18
34
 
@@ -13,6 +13,14 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/context@8.0.0...@loopback/context@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/context
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/context@7.0.14...@loopback/context@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/core@7.0.0...@loopback/core@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/core
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/core@6.1.11...@loopback/core@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,17 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/express@8.0.0...@loopback/express@8.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/express@7.0.14...@loopback/express@8.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,14 @@ 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
+ ## [6.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@6.0.0...@loopback/filter@6.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/filter
19
+
20
+
21
+
22
+
23
+
16
24
  # [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@5.0.13...@loopback/filter@6.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@7.0.0...@loopback/http-caching-proxy@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/http-caching-proxy
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@6.0.14...@loopback/http-caching-proxy@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@7.0.0...@loopback/http-server@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/http-server
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@6.0.14...@loopback/http-server@7.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,14 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@8.0.0...@loopback/metadata@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/metadata
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@7.0.14...@loopback/metadata@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,28 @@ 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
+ ## [7.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@7.0.1...@loopback/model-api-builder@7.0.2) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update peerDependencies versions ([c72cbad](https://github.com/loopbackio/loopback-next/commit/c72cbaded5b71585d45ab834dbcb839fd4ff1087))
22
+
23
+
24
+
25
+
26
+
27
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@7.0.0...@loopback/model-api-builder@7.0.1) (2025-06-12)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
33
+
34
+
35
+
36
+
37
+
16
38
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@6.0.14...@loopback/model-api-builder@7.0.0) (2025-06-10)
17
39
 
18
40
 
@@ -13,6 +13,14 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@8.0.0...@loopback/openapi-spec-builder@8.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/openapi-spec-builder
19
+
20
+
21
+
22
+
23
+
16
24
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@7.0.13...@loopback/openapi-spec-builder@8.0.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,17 @@ 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
+ ## [11.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@11.0.0...@loopback/openapi-v3@11.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [11.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@10.0.14...@loopback/openapi-v3@11.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@8.0.0...@loopback/repository@8.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@7.0.14...@loopback/repository@8.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,28 @@ 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
+ ## [9.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@9.0.1...@loopback/repository-json-schema@9.0.2) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update peerDependencies versions ([c72cbad](https://github.com/loopbackio/loopback-next/commit/c72cbaded5b71585d45ab834dbcb839fd4ff1087))
22
+
23
+
24
+
25
+
26
+
27
+ ## [9.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@9.0.0...@loopback/repository-json-schema@9.0.1) (2025-06-12)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
33
+
34
+
35
+
36
+
37
+
16
38
  # [9.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@8.0.14...@loopback/repository-json-schema@9.0.0) (2025-06-10)
17
39
 
18
40
 
@@ -13,6 +13,28 @@ 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.25.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.25.1...@loopback/repository-tests@0.25.2) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update peerDependencies versions ([c72cbad](https://github.com/loopbackio/loopback-next/commit/c72cbaded5b71585d45ab834dbcb839fd4ff1087))
22
+
23
+
24
+
25
+
26
+
27
+ ## [0.25.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.25.0...@loopback/repository-tests@0.25.1) (2025-06-12)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
33
+
34
+
35
+
36
+
37
+
16
38
  # [0.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.24.14...@loopback/repository-tests@0.25.0) (2025-06-10)
17
39
 
18
40
 
@@ -13,6 +13,17 @@ 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
+ ## [15.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@15.0.0...@loopback/rest@15.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [15.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@14.0.14...@loopback/rest@15.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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.19.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.19.0...@loopback/rest-crud@0.19.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [0.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.18.14...@loopback/rest-crud@0.19.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,17 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@8.0.0...@loopback/rest-explorer@8.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@7.0.14...@loopback/rest-explorer@8.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,14 @@ 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.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.12.0...@loopback/security@0.12.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/security
19
+
20
+
21
+
22
+
23
+
16
24
  # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.11.14...@loopback/security@0.12.0) (2025-06-10)
17
25
 
18
26
 
@@ -13,6 +13,17 @@ 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
+ ## [8.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@8.0.0...@loopback/service-proxy@8.0.1) (2025-06-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update @loopback/core to latest major version ([e2d2288](https://github.com/loopbackio/loopback-next/commit/e2d22886dbbb4be91ee6407ff4c6257c48698e89))
22
+
23
+
24
+
25
+
26
+
16
27
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@7.0.14...@loopback/service-proxy@8.0.0) (2025-06-10)
17
28
 
18
29
 
@@ -13,6 +13,14 @@ 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
+ ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@7.0.0...@loopback/tsdocs@7.0.1) (2025-06-12)
17
+
18
+ **Note:** Version bump only for package @loopback/tsdocs
19
+
20
+
21
+
22
+
23
+
16
24
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@6.0.14...@loopback/tsdocs@7.0.0) (2025-06-10)
17
25
 
18
26