Skip to content

Commit eb38f14

Browse files
Generator: update SDK /services (#403)
* Generate services * Update chanlgelogs * Set date in general changelog --------- Co-authored-by: João Palet <[email protected]>
1 parent 7d3df5d commit eb38f14

File tree

6 files changed

+441
-6
lines changed

6 files changed

+441
-6
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
## Release (2024-04-XX)
1+
## Release (2024-04-12)
22

3-
- `core`: [v0.11.0](core/CHANGELOG.md#v0110-2024-04-09)
4-
- **Feature:** Add method `WithCaptureHTTPRequest` to package `runtime`, which allows capture of HTTP requests for debugging purposes.
53
- `core`: [v0.12.0](core/CHANGELOG.md#v0120-2024-04-11)
64
- **Feature:** Add `Middleware` type, `WithMiddleware` and `ChainMiddleware` methods to package `config`, this allows clients to chain and add Middlewares to the transport layer of the HTTP client.
5+
- `core`: [v0.11.0](core/CHANGELOG.md#v0110-2024-04-09)
6+
- **Feature:** Add method `WithCaptureHTTPRequest` to package `runtime`, which allows capture of HTTP requests for debugging purposes.
7+
- `loadbalancer`: [v0.12.0](services/loadbalancer/CHANGELOG.md#v0120-2024-04-12)
8+
- **Feature:** Set `config.ContextHTTPRequest` in `Execute` methods
9+
- **Feature:** New API method `GetQuota` to get the maximum number of load balancing servers allowed for a project
10+
- **Feature:** New API method `UpdateCredentials` to update the credentials for observability in a project
11+
- `loadbalancer`: [v0.11.0](services/loadbalancer/CHANGELOG.md#v0110-2024-04-11)
12+
- **Feature:** Support WithMiddleware configuration option in the client
713
- `loadbalancer`: [v0.10.0](services/loadbalancer/CHANGELOG.md#v0100-2024-04-08)
814
- **Deprecation:** Mark methods `EnableService` and `DisableService` as deprecated. Enablement and disablement of the load balancer functionality is now automaticly handled by the service.
915
- `logme`: [v0.13.0](services/logme/CHANGELOG.md#v0130-2024-04-11)

services/loadbalancer/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## v0.12.0 (2024-04-12)
2+
3+
- **Feature:** Set `config.ContextHTTPRequest` in `Execute` methods
4+
- **Feature:** New API method `GetQuota` to get the maximum number of load balancing servers allowed for a project
5+
- **Feature:** New API method `UpdateCredentials` to update the credentials for observability in a project
6+
17
## v0.11.0 (2024-04-11)
28

3-
- Support WithMiddleware configuration option in the client
9+
- **Feature:** Support WithMiddleware configuration option in the client
410
- Update `core` to [`v0.12.0`](../../core/CHANGELOG.md#v0120-2024-04-11)
511

612
## v0.10.1 (2024-04-09)

0 commit comments

Comments
 (0)