Skip to content

v2.35.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 10:19
8a968c5

StorageBoxClient.GetSubaccount no longer gets a subaccount by username

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.

See the changelog 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)