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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

### Datacenters resource is now deprecated

The endpoints `GET /v1/datacenters` and `GET /v1/datacenters/{id}` are now deprecated and will be removed after 1 Oct. 2026. After this date, requests to these endpoints will return `HTTP 410 Gone`.

The [DatacenterClient](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#DatacenterClient), [Datacenter](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud#Datacenter) and related structs are now deprecated.

See the [changelog](https://docs.hetzner.cloud/changelog#2026-06-02-datacenters-deprecated) for more details.

### Features

- deprecate datacenters resource (#867)

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ breaking changes.
package hcloud

// Version is the library's version following Semantic Versioning.
const Version = "2.43.0" // x-releaser-pleaser-version
const Version = "2.44.0" // x-releaser-pleaser-version
Loading