Skip to content

Commit 70dd62b

Browse files
committed
Add CHANGELOG
1 parent ddd89c0 commit 70dd62b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
- **New:** API for application load balancer
44
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
55
- **New:** Introduce new API for content delivery
6-
6+
- `core`: [v0.16.2](core/CHANGELOG.md#v0162-2025-03-21)
7+
- **New:** If a custom http.Client is provided, the http.Transport is respected. This allows customizing the http.Client with custom timeouts or instrumentation.
78

89
## Release (2025-03-14)
910
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-14)

core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.16.2 (2025-03-21)
2+
- **New:** If a custom http.Client is provided, the http.Transport is respected. This allows customizing the http.Client with custom timeouts or instrumentation.
3+
14
## v0.16.1 (2025-02-25)
25

36
- **Bugfix:** STACKIT_PRIVATE_KEY and STACKIT_SERVICE_ACCOUNT_KEY can be set via environment variable or via credentials file.

0 commit comments

Comments
 (0)