@loopback/docs 8.0.10 → 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 +16 -0
- package/package.json +4 -4
- package/site/apidocs/context-explorer.contextgraph.md +2 -2
- package/site/apidocs/context-explorer.contextgraph.renderbinding.md +15 -1
- package/site/apidocs/context-explorer.contextgraph.renderconfig.md +15 -1
- package/site/apidocs/graphql.graphqlbindings.md +1 -1
- package/site/apidocs/{graphql.graphqlbindings.pub_sub_engine.md → graphql.graphqlbindings.pub_sub.md} +5 -5
- package/site/apidocs/graphql.graphqlserver.getmiddlewarelist.md +2 -2
- package/site/apidocs/graphql.graphqlserver.middleware.md +1 -1
- package/site/apidocs/graphql.md +0 -9
- package/site/apidocs/http-caching-proxy.proxyoptions.md +21 -0
- package/site/apidocs/http-caching-proxy.proxyoptions.rejectunauthorized.md +25 -0
- package/site/apidocs/rest.redirectroute.invokehandler.md +15 -1
- package/site/apidocs/rest.redirectroute.md +1 -1
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +16 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +16 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +16 -0
- package/site/changelogs/examples/context/CHANGELOG.md +16 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +16 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +16 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +19 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +16 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +16 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +16 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +16 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +16 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +16 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +16 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +16 -0
- package/site/changelogs/examples/references-many/CHANGELOG.md +16 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +16 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +16 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +16 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +16 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +16 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +16 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +16 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +16 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +19 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/sequelize/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +16 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +16 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +16 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +16 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +16 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +16 -0
- package/site/changelogs/packages/build/CHANGELOG.md +16 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +19 -0
- package/site/changelogs/packages/context/CHANGELOG.md +16 -0
- package/site/changelogs/packages/core/CHANGELOG.md +16 -0
- package/site/changelogs/packages/express/CHANGELOG.md +16 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +16 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +16 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +16 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +16 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +16 -0
- package/site/changelogs/packages/security/CHANGELOG.md +16 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +16 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +16 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +19 -0
- package/site/apidocs/graphql.pubsub.md +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
|
|
14
|
+
## [8.0.11](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@8.0.10...@loopback/docs@8.0.11) (2026-02-10)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @loopback/docs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [8.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@8.0.9...@loopback/docs@8.0.10) (2026-01-12)
|
|
7
23
|
|
|
8
24
|
**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
|
}
|
|
@@ -103,7 +103,7 @@ Render the context graph in graphviz dot format
|
|
|
103
103
|
</td></tr>
|
|
104
104
|
<tr><td markdown="1">
|
|
105
105
|
|
|
106
|
-
[renderBinding(parent, { binding, id })](./context-explorer.contextgraph.renderbinding.md)
|
|
106
|
+
[renderBinding(parent, { binding, id }, input)](./context-explorer.contextgraph.renderbinding.md)
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
</td><td markdown="1">
|
|
@@ -119,7 +119,7 @@ Render a binding object
|
|
|
119
119
|
</td></tr>
|
|
120
120
|
<tr><td markdown="1">
|
|
121
121
|
|
|
122
|
-
[renderConfig(parent, { binding, level, id })](./context-explorer.contextgraph.renderconfig.md)
|
|
122
|
+
[renderConfig(parent, { binding, level, id }, input)](./context-explorer.contextgraph.renderconfig.md)
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
</td><td markdown="1">
|
|
@@ -18,7 +18,7 @@ Render a binding object
|
|
|
18
18
|
**Signature:**
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
protected renderBinding(parent: ICluster,
|
|
21
|
+
protected renderBinding(parent: ICluster, input: ContextBinding): INode;
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Parameters
|
|
@@ -60,6 +60,20 @@ Parent subgraph
|
|
|
60
60
|
{ binding, id }
|
|
61
61
|
|
|
62
62
|
|
|
63
|
+
</td><td markdown="1">
|
|
64
|
+
|
|
65
|
+
(not declared)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
</td><td markdown="1">
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
</td></tr>
|
|
72
|
+
<tr><td markdown="1">
|
|
73
|
+
|
|
74
|
+
input
|
|
75
|
+
|
|
76
|
+
|
|
63
77
|
</td><td markdown="1">
|
|
64
78
|
|
|
65
79
|
[ContextBinding](./context-explorer.contextbinding.md)
|
|
@@ -18,7 +18,7 @@ Create an edge for a binding to its configuration
|
|
|
18
18
|
**Signature:**
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
protected renderConfig(parent: ICluster,
|
|
21
|
+
protected renderConfig(parent: ICluster, input: ContextBinding): IEdge | undefined;
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Parameters
|
|
@@ -58,6 +58,20 @@ ICluster
|
|
|
58
58
|
{ binding, level, id }
|
|
59
59
|
|
|
60
60
|
|
|
61
|
+
</td><td markdown="1">
|
|
62
|
+
|
|
63
|
+
(not declared)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</td><td markdown="1">
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
</td></tr>
|
|
70
|
+
<tr><td markdown="1">
|
|
71
|
+
|
|
72
|
+
input
|
|
73
|
+
|
|
74
|
+
|
|
61
75
|
</td><td markdown="1">
|
|
62
76
|
|
|
63
77
|
[ContextBinding](./context-explorer.contextbinding.md)
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
lang: en
|
|
3
|
-
title: 'API docs: graphql.graphqlbindings.
|
|
3
|
+
title: 'API docs: graphql.graphqlbindings.pub_sub'
|
|
4
4
|
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
|
|
5
5
|
sidebar: lb4_sidebar
|
|
6
6
|
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/graphql
|
|
7
|
-
permalink: /doc/en/lb4/apidocs.graphql.graphqlbindings.
|
|
7
|
+
permalink: /doc/en/lb4/apidocs.graphql.graphqlbindings.pub_sub.html
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
11
11
|
|
|
12
|
-
[Home](./index.md) > [@loopback/graphql](./graphql.md) > [GraphQLBindings](./graphql.graphqlbindings.md) > [PUB\_SUB
|
|
12
|
+
[Home](./index.md) > [@loopback/graphql](./graphql.md) > [GraphQLBindings](./graphql.graphqlbindings.md) > [PUB\_SUB](./graphql.graphqlbindings.pub_sub.md)
|
|
13
13
|
|
|
14
|
-
## GraphQLBindings.PUB\_SUB
|
|
14
|
+
## GraphQLBindings.PUB\_SUB variable
|
|
15
15
|
|
|
16
16
|
Binding key for the GraphQL pub/sub engine
|
|
17
17
|
|
|
18
18
|
**Signature:**
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
|
|
21
|
+
PUB_SUB: BindingKey<PubSub>
|
|
22
22
|
```
|
|
23
23
|
|
|
@@ -18,10 +18,10 @@ Get a list of middleware
|
|
|
18
18
|
**Signature:**
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
getMiddlewareList(): Promise<Middleware<
|
|
21
|
+
getMiddlewareList<T extends {}>(): Promise<Middleware<T>[]>;
|
|
22
22
|
```
|
|
23
23
|
**Returns:**
|
|
24
24
|
|
|
25
|
-
Promise<Middleware<
|
|
25
|
+
Promise<Middleware<T>\[\]>
|
|
26
26
|
|
|
27
27
|
|
|
@@ -18,7 +18,7 @@ Register a GraphQL middleware
|
|
|
18
18
|
**Signature:**
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
middleware<T extends
|
|
21
|
+
middleware<T extends {}>(middleware: Middleware<T>): Binding<Middleware<T>>;
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Parameters
|
package/site/apidocs/graphql.md
CHANGED
|
@@ -269,15 +269,6 @@ Re-exporting type-graphql decorators as lower case versions for two purposes: -
|
|
|
269
269
|
</td><td markdown="1">
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
</td></tr>
|
|
273
|
-
<tr><td markdown="1">
|
|
274
|
-
|
|
275
|
-
[pubSub](./graphql.pubsub.md)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
</td><td markdown="1">
|
|
279
|
-
|
|
280
|
-
|
|
281
272
|
</td></tr>
|
|
282
273
|
<tr><td markdown="1">
|
|
283
274
|
|
|
@@ -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
|
+
|
|
@@ -16,7 +16,7 @@ permalink: /doc/en/lb4/apidocs.rest.redirectroute.invokehandler.html
|
|
|
16
16
|
**Signature:**
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
|
-
invokeHandler(
|
|
19
|
+
invokeHandler(input: RequestContext, args: OperationArgs): Promise<OperationRetval>;
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Parameters
|
|
@@ -42,6 +42,20 @@ Description
|
|
|
42
42
|
{ response }
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
</td><td markdown="1">
|
|
46
|
+
|
|
47
|
+
(not declared)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
</td><td markdown="1">
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</td></tr>
|
|
54
|
+
<tr><td markdown="1">
|
|
55
|
+
|
|
56
|
+
input
|
|
57
|
+
|
|
58
|
+
|
|
45
59
|
</td><td markdown="1">
|
|
46
60
|
|
|
47
61
|
[RequestContext](./rest.requestcontext.md)
|
|
@@ -263,7 +263,7 @@ Description
|
|
|
263
263
|
</td></tr>
|
|
264
264
|
<tr><td markdown="1">
|
|
265
265
|
|
|
266
|
-
[invokeHandler({ response }, args)](./rest.redirectroute.invokehandler.md)
|
|
266
|
+
[invokeHandler({ response }, input, args)](./rest.redirectroute.invokehandler.md)
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
</td><td markdown="1">
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [0.12.8](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.12.7...@loopback/rest-msgpack@0.12.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@8.0.8...@loopback/example-access-control-migration@8.0.9) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [0.12.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.12.7...@loopback/example-binding-resolution@0.12.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@8.0.6...@loopback/example-context@8.0.7) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-context
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@8.0.7...@loopback/example-express-composition@8.0.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-express-composition
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@7.0.7...@loopback/example-file-transfer@7.0.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
@@ -13,6 +13,25 @@ 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
|
+
|
|
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)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [0.12.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.12.7...@loopback/example-graphql@0.12.8) (2025-12-09)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-graphql
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@8.0.6...@loopback/example-greeter-extension@8.0.7) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@8.0.7...@loopback/example-greeting-app@8.0.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@8.0.7...@loopback/example-hello-world@8.0.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-hello-world
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@8.0.7...@loopback/example-lb3-application@8.0.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@8.0.7...@loopback/example-log-extension@8.0.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-log-extension
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [0.15.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.15.7...@loopback/example-metrics-prometheus@0.15.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
@@ -13,6 +13,22 @@ 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
|
+
|
|
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)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [0.18.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.18.7...@loopback/example-multi-tenancy@0.18.8) (2025-12-09)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/example-multi-tenancy
|