Skip to content

Commit 68cbe35

Browse files
Generator: Update SDK /services/objectstorage (#3551)
v1.4.0 - **Breaking change:** Set `Expires` field in `CreateAccessKeyResponse` model to NullableString --------- Co-authored-by: Marcel Jacek <[email protected]>
1 parent 464c153 commit 68cbe35

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- `CHATMODELDETAILSBITS_4Bits` -> `CHATMODELDETAILSBITS_FOUR_BITS`
1313
- `CHATMODELDETAILSBITS_8Bits` -> `CHATMODELDETAILSBITS_EIGHT_BITS`
1414
- `CHATMODELDETAILSBITS_16Bits` -> `CHATMODELDETAILSBITS_SIXTEEN_BITS`
15+
- `objectstorage`: [v1.4.0](services/objectstorage/CHANGELOG.md#v140)
16+
- **Breaking change:** Set `Expires` field in `CreateAccessKeyResponse` model to NullableString
1517
- `observability`:
1618
- [v0.14.0](services/observability/CHANGELOG.md#v0131)
1719
- **Feature:** Add attributes `JaegerHttpTracesUrl`, `OtlpGrpcTracesUrl` and `OtlpHttpTracesUrl` to `InstanceSensitiveData` model

services/objectstorage/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v1.4.0
2+
- **Breaking change:** Set `Expires` field in `CreateAccessKeyResponse` model to NullableString
3+
14
## v1.3.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
5+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
36

47
## v1.3.0
58
- Add `required:"true"` tags to model structs

services/objectstorage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.1
1+
v1.4.0

services/objectstorage/model_create_access_key_response.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)