Skip to content

Commit

Permalink
Update CHANGELOG of Object Storage (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
marceljk authored Feb 5, 2025
1 parent aedab5c commit cf9aafe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- **Bugfix**: Set type from interface to int64 of `HealthyThreshold`, `UnhealthyThreshold`, `MaxLoadBalancers`, `Port`, `MaxConnections`, `Code` and `TargetPort`
- `resourcemanager`: [v0.12.0](services/resourcemanager/CHANGELOG.md#v0120-2025-01-31)
- **Breaking Change**: Remove the methods `BffGetContainersOfAFolder` and `BffGetContainersOfAnOrganization`
- `objectstorage`: [v1.0.0](services/objectstorage/CHANGELOG.md#v100-2025-02-05)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.


## Release (2025-01-24)
Expand Down
3 changes: 3 additions & 0 deletions services/objectstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0 (2025-02-05)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

## v0.11.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down

0 comments on commit cf9aafe

Please sign in to comment.