Skip to content

Commit ab83803

Browse files
Update changelog and update core dependency in iaasalpha module (#874)
1 parent 28b1796 commit ab83803

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- **Feature:** Add `Labels` field to several data models
88
- `iaas`: [v0.10.0](services/iaas/CHANGELOG.md#v0100-2024-10-01)
99
- **Feature:** Add `CreatedAt` and `UpdatedAt` fields to several data models
10+
- `core`: [v0.14.0](core/CHANGELOG.md#v0140-2024-10-10)
11+
- **Feature:**: Added `IntermediateStateReached` to `AsyncActionHandler` that can be used to check for an intermediate state when executing the wait function of a wait handler
1012

1113
## Release (2024-09-19)
1214

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1+
## v0.14.0 (2024-10-10)
2+
3+
- **Feature:**: Added `IntermediateStateReached` to `AsyncActionHandler` that can be used to check for an intermediate state when executing the wait function of a wait handler.
4+
15
## v0.13.0 (2024-09-03)
6+
27
- Deprecated method `config.WithJWKSEndpoint` and field `config.Configuration.JWKSCustomUrl` have been removed. Deprecation was done in the `core` release [v0.10.0](core/CHANGELOG.md#v0100-2024-02-27).
38

49
## v0.12.0 (2024-04-11)
10+
511
- **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.
612

713
## v0.11.0 (2024-04-09)
14+
815
- **Feature:** Add method `WithCaptureHTTPRequest` to package `runtime`, which allows capture of HTTP requests for debugging purposes.
916

1017
## v0.10.1 (2024-03-20)
18+
1119
- **Improvement:** Update `ConfigureRegion` method to take into account global servers without a region variable
1220

1321
## v0.10.0 (2024-02-27)

services/iaasalpha/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/google/go-cmp v0.6.0
7-
github.com/stackitcloud/stackit-sdk-go/core v0.13.0
7+
github.com/stackitcloud/stackit-sdk-go/core v0.14.0
88
)
99

1010
require (

services/iaasalpha/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
44
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
55
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
7-
github.com/stackitcloud/stackit-sdk-go/core v0.13.0 h1:BtJT2WXqZdexPPQi/HPUIr8g4JUPOCheh6J9dxiCQ4Q=
8-
github.com/stackitcloud/stackit-sdk-go/core v0.13.0/go.mod h1:mDX1mSTsB3mP+tNBGcFNx6gH1mGBN4T+dVt+lcw7nlw=
7+
github.com/stackitcloud/stackit-sdk-go/core v0.14.0 h1:oBwwzrEHDTlZpRoQwmMQpNA8bWciTrtGkiN29nx14Z0=
8+
github.com/stackitcloud/stackit-sdk-go/core v0.14.0/go.mod h1:mDX1mSTsB3mP+tNBGcFNx6gH1mGBN4T+dVt+lcw7nlw=

0 commit comments

Comments
 (0)