@loopback/docs 8.0.11 → 8.0.12
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.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
- package/site/apidocs/http-caching-proxy.proxyoptions.md +21 -0
- package/site/apidocs/http-caching-proxy.proxyoptions.rejectunauthorized.md +25 -0
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +8 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +8 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +8 -0
- package/site/changelogs/examples/context/CHANGELOG.md +8 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +8 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +8 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +11 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +8 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +8 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +8 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +8 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +8 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +8 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +8 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +8 -0
- package/site/changelogs/examples/references-many/CHANGELOG.md +8 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +8 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +8 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +8 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +8 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +8 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +8 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +8 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +8 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +11 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/sequelize/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +8 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +8 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +8 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +8 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +8 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +8 -0
- package/site/changelogs/packages/build/CHANGELOG.md +8 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +11 -0
- package/site/changelogs/packages/context/CHANGELOG.md +8 -0
- package/site/changelogs/packages/core/CHANGELOG.md +8 -0
- package/site/changelogs/packages/express/CHANGELOG.md +8 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +8 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +8 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +8 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +8 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +8 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +8 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +8 -0
- package/site/changelogs/packages/security/CHANGELOG.md +8 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +8 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +8 -0
- 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.12](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@8.0.11...@loopback/docs@8.0.12) (2026-03-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [8.0.11](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@8.0.10...@loopback/docs@8.0.11) (2026-02-10)
|
|
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.
|
|
4
|
+
"version": "8.0.12",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"site/"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"fs-extra": "^11.3.
|
|
35
|
+
"fs-extra": "^11.3.4",
|
|
36
36
|
"tslib": "^2.8.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^12.0.
|
|
39
|
+
"@loopback/build": "^12.0.10"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ae59e33540f12a77c652749c8266bb007302c24e"
|
|
42
42
|
}
|
|
@@ -98,6 +98,27 @@ number
|
|
|
98
98
|
_(Optional)_ The port where the HTTP proxy should listen at. Default: 0 (let the system pick a free port)
|
|
99
99
|
|
|
100
100
|
|
|
101
|
+
</td></tr>
|
|
102
|
+
<tr><td markdown="1">
|
|
103
|
+
|
|
104
|
+
[rejectUnauthorized?](./http-caching-proxy.proxyoptions.rejectunauthorized.md)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</td><td markdown="1">
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
</td><td markdown="1">
|
|
111
|
+
|
|
112
|
+
boolean
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
</td><td markdown="1">
|
|
116
|
+
|
|
117
|
+
_(Optional)_ Whether to reject unauthorized SSL certificates. Set to false to allow self-signed certificates in test environments.
|
|
118
|
+
|
|
119
|
+
Default: true (strict SSL validation)
|
|
120
|
+
|
|
121
|
+
|
|
101
122
|
</td></tr>
|
|
102
123
|
<tr><td markdown="1">
|
|
103
124
|
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
lang: en
|
|
3
|
+
title: 'API docs: http-caching-proxy.proxyoptions.rejectunauthorized'
|
|
4
|
+
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
|
|
5
|
+
sidebar: lb4_sidebar
|
|
6
|
+
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/http-caching-proxy
|
|
7
|
+
permalink: /doc/en/lb4/apidocs.http-caching-proxy.proxyoptions.rejectunauthorized.html
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
11
|
+
|
|
12
|
+
[Home](./index.md) > [@loopback/http-caching-proxy](./http-caching-proxy.md) > [ProxyOptions](./http-caching-proxy.proxyoptions.md) > [rejectUnauthorized](./http-caching-proxy.proxyoptions.rejectunauthorized.md)
|
|
13
|
+
|
|
14
|
+
## ProxyOptions.rejectUnauthorized property
|
|
15
|
+
|
|
16
|
+
Whether to reject unauthorized SSL certificates. Set to false to allow self-signed certificates in test environments.
|
|
17
|
+
|
|
18
|
+
Default: true (strict SSL validation)
|
|
19
|
+
|
|
20
|
+
**Signature:**
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
rejectUnauthorized?: boolean;
|
|
24
|
+
```
|
|
25
|
+
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.12.9...@loopback/rest-msgpack@0.12.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.12.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.12.8...@loopback/rest-msgpack@0.12.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
@@ -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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@8.0.10...@loopback/example-access-control-migration@8.0.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@8.0.9...@loopback/example-access-control-migration@8.0.10) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.12.9...@loopback/example-binding-resolution@0.12.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.12.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.12.8...@loopback/example-binding-resolution@0.12.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@8.0.8...@loopback/example-context@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@8.0.7...@loopback/example-context@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-context
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@8.0.9...@loopback/example-express-composition@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@8.0.8...@loopback/example-express-composition@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-express-composition
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@7.0.9...@loopback/example-file-transfer@7.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@7.0.8...@loopback/example-file-transfer@7.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
@@ -13,6 +13,17 @@ 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.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.12.9...@loopback/example-graphql@0.13.0) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **graphql:** migrate to type-graphql 2.0.0-rc.2 ([ef09a5f](https://github.com/loopbackio/loopback-next/commit/ef09a5f3cc0a68129d63a6d8231a25331cccf366))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
16
27
|
## [0.12.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.12.8...@loopback/example-graphql@0.12.9) (2026-01-12)
|
|
17
28
|
|
|
18
29
|
**Note:** Version bump only for package @loopback/example-graphql
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@8.0.8...@loopback/example-greeter-extension@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@8.0.7...@loopback/example-greeter-extension@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@8.0.9...@loopback/example-greeting-app@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@8.0.8...@loopback/example-greeting-app@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@8.0.9...@loopback/example-hello-world@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@8.0.8...@loopback/example-hello-world@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-hello-world
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@8.0.9...@loopback/example-lb3-application@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@8.0.8...@loopback/example-lb3-application@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@8.0.9...@loopback/example-log-extension@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@8.0.8...@loopback/example-log-extension@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-log-extension
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.15.9...@loopback/example-metrics-prometheus@0.15.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.15.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.15.8...@loopback/example-metrics-prometheus@0.15.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.18.9...@loopback/example-multi-tenancy@0.18.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.18.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.18.8...@loopback/example-multi-tenancy@0.18.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
@@ -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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@7.0.10...@loopback/example-passport-login@7.0.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@7.0.9...@loopback/example-passport-login@7.0.10) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-passport-login
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@9.0.9...@loopback/example-references-many@9.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-references-many
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [9.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@9.0.8...@loopback/example-references-many@9.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-references-many
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@7.0.9...@loopback/example-rest-crud@7.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@7.0.8...@loopback/example-rest-crud@7.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@8.0.8...@loopback/example-rpc-server@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@8.0.7...@loopback/example-rpc-server@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@8.0.9...@loopback/example-soap-calculator@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@8.0.8...@loopback/example-soap-calculator@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.11.9...@loopback/example-socketio@0.11.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.11.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.11.8...@loopback/example-socketio@0.11.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-socketio
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@9.0.9...@loopback/example-todo@9.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [9.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@9.0.8...@loopback/example-todo@9.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-todo
|
|
@@ -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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@7.0.10...@loopback/example-todo-jwt@7.0.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@7.0.9...@loopback/example-todo-jwt@7.0.10) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@9.0.9...@loopback/example-todo-list@9.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-list
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [9.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@9.0.8...@loopback/example-todo-list@9.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-todo-list
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@7.0.9...@loopback/example-validation-app@7.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-validation-app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@7.0.8...@loopback/example-validation-app@7.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-validation-app
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.13.9...@loopback/example-webpack@0.13.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-webpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.13.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.13.8...@loopback/example-webpack@0.13.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-webpack
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.14.9...@loopback/apiconnect@0.14.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/apiconnect
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.14.9](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.14.8...@loopback/apiconnect@0.14.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/apiconnect
|
|
@@ -13,6 +13,14 @@ 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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.16.10...@loopback/authentication-jwt@0.16.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication-jwt
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.16.10](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.16.9...@loopback/authentication-jwt@0.16.10) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/authentication-jwt
|
|
@@ -13,6 +13,14 @@ 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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@8.0.10...@loopback/authentication-passport@8.0.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication-passport
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@8.0.9...@loopback/authentication-passport@8.0.10) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/authentication-passport
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.12.9...@loopback/context-explorer@0.12.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/context-explorer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.12.9](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.12.8...@loopback/context-explorer@0.12.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/context-explorer
|
|
@@ -13,6 +13,14 @@ 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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.13.8...@loopback/cron@0.13.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/cron
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.13.8](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.13.7...@loopback/cron@0.13.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/cron
|
|
@@ -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.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.12.9...@loopback/graphql@0.13.0) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **graphql:** migrate to type-graphql 2.0.0-rc.2 ([ef09a5f](https://github.com/loopbackio/loopback-next/commit/ef09a5f3cc0a68129d63a6d8231a25331cccf366))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
16
27
|
## [0.12.9](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.12.8...@loopback/graphql@0.12.9) (2026-01-12)
|
|
17
28
|
|
|
18
29
|
**Note:** Version bump only for package @loopback/graphql
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.15.9...@loopback/health@0.15.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/health
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.15.9](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.15.8...@loopback/health@0.15.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/health
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.13.9...@loopback/logging@0.13.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/logging
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.13.9](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.13.8...@loopback/logging@0.13.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/logging
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.15.9...@loopback/metrics@0.15.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/metrics
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.15.9](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.15.8...@loopback/metrics@0.15.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/metrics
|
|
@@ -13,6 +13,14 @@ 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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.12.8...@loopback/pooling@0.12.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/pooling
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.12.8](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.12.7...@loopback/pooling@0.12.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/pooling
|
|
@@ -13,6 +13,14 @@ 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.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/sequelize@0.8.5...@loopback/sequelize@0.8.6) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/sequelize
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/sequelize@0.8.4...@loopback/sequelize@0.8.5) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/sequelize
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.9.9...@loopback/socketio@0.9.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/socketio
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.9.9](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.9.8...@loopback/socketio@0.9.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/socketio
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.11.9...@loopback/typeorm@0.11.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/typeorm
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.11.9](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.11.8...@loopback/typeorm@0.11.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/typeorm
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.10.8...@loopback/mock-oauth2-provider@0.10.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/mock-oauth2-provider
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.10.7...@loopback/mock-oauth2-provider@0.10.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/mock-oauth2-provider
|
|
@@ -13,6 +13,14 @@ 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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@12.0.10...@loopback/authentication@12.0.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [12.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@12.0.9...@loopback/authentication@12.0.10) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/authentication
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.16.9...@loopback/authorization@0.16.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authorization
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.16.9](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.16.8...@loopback/authorization@0.16.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/authorization
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@8.0.9...@loopback/boot@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/boot
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@8.0.8...@loopback/boot@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/boot
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@7.0.9...@loopback/booter-lb3app@7.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/booter-lb3app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@7.0.8...@loopback/booter-lb3app@7.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**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
|
+
## [12.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/build@12.0.9...@loopback/build@12.0.10) (2026-03-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/build
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [12.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/build@12.0.8...@loopback/build@12.0.9) (2026-02-10)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/build
|
|
@@ -13,6 +13,17 @@ 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.11](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@7.0.10...@loopback/cli@7.0.11) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* revert camelcase-keys to v7 ([8568a4a](https://github.com/loopbackio/loopback-next/commit/8568a4ac12051f6835467fec3258709e3ab1731e))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
16
27
|
## [7.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@7.0.9...@loopback/cli@7.0.10) (2026-01-12)
|
|
17
28
|
|
|
18
29
|
**Note:** Version bump only for package @loopback/cli
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/context@8.0.8...@loopback/context@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/context
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/context@8.0.7...@loopback/context@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/context
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/core@7.0.8...@loopback/core@7.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/core
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/core@7.0.7...@loopback/core@7.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/core
|
|
@@ -13,6 +13,14 @@ 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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/express@8.0.8...@loopback/express@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/express
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/express@8.0.7...@loopback/express@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/express
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@6.0.8...@loopback/filter@6.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/filter
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@6.0.7...@loopback/filter@6.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/filter
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@7.0.8...@loopback/http-caching-proxy@7.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/http-caching-proxy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@7.0.7...@loopback/http-caching-proxy@7.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/http-caching-proxy
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@7.0.8...@loopback/http-server@7.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/http-server
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@7.0.7...@loopback/http-server@7.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/http-server
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@8.0.8...@loopback/metadata@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/metadata
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@8.0.7...@loopback/metadata@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/metadata
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@7.0.9...@loopback/model-api-builder@7.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/model-api-builder
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@7.0.8...@loopback/model-api-builder@7.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/model-api-builder
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@8.0.8...@loopback/openapi-spec-builder@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/openapi-spec-builder
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@8.0.7...@loopback/openapi-spec-builder@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/openapi-spec-builder
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@11.0.9...@loopback/openapi-v3@11.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/openapi-v3
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [11.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@11.0.8...@loopback/openapi-v3@11.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/openapi-v3
|
|
@@ -13,6 +13,14 @@ 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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@8.0.8...@loopback/repository@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@8.0.7...@loopback/repository@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/repository
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@9.0.9...@loopback/repository-json-schema@9.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository-json-schema
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [9.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@9.0.8...@loopback/repository-json-schema@9.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/repository-json-schema
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.25.9...@loopback/repository-tests@0.25.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository-tests
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.25.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.25.8...@loopback/repository-tests@0.25.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/repository-tests
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@15.0.9...@loopback/rest@15.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [15.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@15.0.8...@loopback/rest@15.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/rest
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.19.9...@loopback/rest-crud@0.19.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-crud
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.19.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.19.8...@loopback/rest-crud@0.19.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/rest-crud
|
|
@@ -13,6 +13,14 @@ 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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@8.0.9...@loopback/rest-explorer@8.0.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-explorer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@8.0.8...@loopback/rest-explorer@8.0.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/rest-explorer
|
|
@@ -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.10](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.12.9...@loopback/security@0.12.10) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/security
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.12.9](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.12.8...@loopback/security@0.12.9) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/security
|
|
@@ -13,6 +13,14 @@ 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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@8.0.8...@loopback/service-proxy@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/service-proxy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@8.0.7...@loopback/service-proxy@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**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
|
+
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@8.0.8...@loopback/testlab@8.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/testlab
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@8.0.7...@loopback/testlab@8.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/testlab
|
|
@@ -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.9](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@7.0.8...@loopback/tsdocs@7.0.9) (2026-02-10)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/tsdocs
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@7.0.7...@loopback/tsdocs@7.0.8) (2026-01-12)
|
|
17
25
|
|
|
18
26
|
|