Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v2.35.0](https://github.com/hetznercloud/hcloud-go/releases/tag/v2.35.0)

### [`StorageBoxClient.GetSubaccount`](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#StorageBoxClient.GetSubaccount) no longer gets a subaccount by `username`

[`StorageBoxClient.GetSubaccount`](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#StorageBoxClient.GetSubaccount) no longer tries to get a subaccount by `username`, instead it tries to get it by `name`.

To get a subaccount by `username` please use [`StorageBoxClient.GetSubaccountByUsername`](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#StorageBoxClient.GetSubaccountByUsername).

See the [changelog](https://docs.hetzner.cloud/changelog#2026-01-15-storage-box-subaccount-name) for more details.

### Features

- add name to Storage Box Subaccount (#806)

### Bug Fixes

- do not ignore action error when the error message is empty (#801)

## [v2.34.0](https://github.com/hetznercloud/hcloud-go/releases/tag/v2.34.0)

### `ResourceActionClient` now has a generic type parameter
Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ breaking changes.
package hcloud

// Version is the library's version following Semantic Versioning.
const Version = "2.34.0" // x-releaser-pleaser-version
const Version = "2.35.0" // x-releaser-pleaser-version