Skip to content

Commit a850b01

Browse files
committed
changelogs
1 parent 11505eb commit a850b01

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- **Feature:** New enum type `RetentionMode`
99
- **Feature:** New field `object_lock_enabled` in `Bucket` model struct
1010
- **Feature:** New API client methods: `create_compliance_lock`, `delete_compliance_lock`, `delete_default_retention`, `get_compliance_lock`, `get_credentials_group`, `get_default_retention`, `set_default_retention`
11+
- `observability`: [v0.14.0](services/observability/CHANGELOG.md#v0140)
12+
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
1113

1214

1315
## Release (2026-03-27)

services/observability/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.14.0
2+
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
3+
14
## v0.13.1
25
- **Feature:** client now supports UUID and decimal types
36
- **Bugfix:** timeouts now passed to requests library

services/observability/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-observability"
3-
version = "v0.13.1"
3+
version = "v0.14.0"
44
description = "STACKIT Observability API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)