Skip to content

Commit 3f1c787

Browse files
authored
docs: add links to api changelog (#585)
Users must subscribe to our changelog, or they might not be notified about additions, deprecations and removals.
1 parent daf450c commit 3f1c787

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Package hcloud is a library for the Hetzner Cloud API.
99
The library’s documentation is available at [pkg.go.dev](https://godoc.org/github.com/hetznercloud/hcloud-go/v2/hcloud),
1010
the public API documentation is available at [docs.hetzner.cloud](https://docs.hetzner.cloud/).
1111

12+
> [!IMPORTANT]
13+
> Make sure to follow our API changelog available at
14+
> [docs.hetzner.cloud/changelog](https://docs.hetzner.cloud/changelog) (or the RRS feed
15+
> available at
16+
> [docs.hetzner.cloud/changelog/feed.rss](https://docs.hetzner.cloud/changelog/feed.rss))
17+
> to be notified about additions, deprecations and removals.
18+
1219
## Installation
1320

1421
```sh

hcloud/hcloud.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Package hcloud is a library for the Hetzner Cloud API.
33
44
The Hetzner Cloud API reference is available at https://docs.hetzner.cloud.
55
6+
Make sure to follow our API changelog available at https://docs.hetzner.cloud/changelog
7+
(or the RRS feed available at https://docs.hetzner.cloud/changelog/feed.rss) to be
8+
notified about additions, deprecations and removals.
9+
610
# Retry mechanism
711
812
The [Client.Do] method will retry failed requests that match certain criteria. The

0 commit comments

Comments
 (0)