diff --git a/README.md b/README.md index 4fe0b73f..40913a09 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ Official Hetzner Cloud python library. The library's documentation is available at [hcloud-python.readthedocs.io](https://hcloud-python.readthedocs.io), the public API documentation is available at [docs.hetzner.cloud](https://docs.hetzner.cloud). +> [!IMPORTANT] +> Make sure to follow our API changelog available at +> [docs.hetzner.cloud/changelog](https://docs.hetzner.cloud/changelog) (or the RRS feed +> available at +> [docs.hetzner.cloud/changelog/feed.rss](https://docs.hetzner.cloud/changelog/feed.rss)) +> to be notified about additions, deprecations and removals. + ## Usage Install the `hcloud` library: diff --git a/hcloud/_client.py b/hcloud/_client.py index adbd9129..a466b744 100644 --- a/hcloud/_client.py +++ b/hcloud/_client.py @@ -84,6 +84,11 @@ class Client: The Hetzner Cloud API reference is available at https://docs.hetzner.cloud. + Make sure to follow our API changelog available at + https://docs.hetzner.cloud/changelog (or the RRS feed available at + https://docs.hetzner.cloud/changelog/feed.rss) to be notified about additions, + deprecations and removals. + **Retry mechanism** The :attr:`Client.request` method will retry failed requests that match certain criteria. The