feat: add update rrset records action to zone client#597
Merged
Conversation
Member
jooola
commented
Nov 20, 2025
- https://docs.hetzner.cloud/reference/cloud#zone-rrset-actions-update-records-of-an-rrset
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #597 +/- ##
==========================================
- Coverage 96.67% 96.65% -0.02%
==========================================
Files 68 68
Lines 3426 3436 +10
==========================================
+ Hits 3312 3321 +9
- Misses 114 115 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
apricote
approved these changes
Nov 27, 2025
apricote
pushed a commit
that referenced
this pull request
Dec 10, 2025
### Storage Box API Experimental This release adds support for the [Storage Box API](https://docs.hetzner.cloud/reference/hetzner#storage-boxes). The Storage Box integration will be introduced as an **experimental** feature. This experimental phase is expected to last at least until **12 January 2026**. During this period, upcoming minor releases of the project may include breaking changes to features related to Storage Boxes. This release includes all changes from the recent [Storage Box API changelog](https://docs.hetzner.cloud/changelog#2025-10-21-storage-box-api-update) entry. #### Examples ```python response = client.storage_boxes.create( name="string", location=Location(name="fsn1"), storage_box_type=StorageBoxType(name="bx11"), labels={ "environment": "prod", "example.com/my": "label", "just-a-key": "", }, password="my-password", access_settings=StorageBoxAccessSettings( reachable_externally=False, samba_enabled=False, ssh_enabled=False, webdav_enabled=False, zfs_enabled=False, ), ssh_keys=[SSHKey(public_key="ssh-rsa AAAjjk76kgf...Xt")], ) response.action.wait_until_finished() storage_box = response.storage_box ``` ### Features - add update rrset records action to zone client (#597) - add support for Storage Boxes (#524)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.