Skip to content

Commit a9182a5

Browse files
author
Hetzner Cloud Bot
committed
chore(main): release v2.22.0
1 parent 9e1883a commit a9182a5

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v2.22.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.22.0)
4+
5+
### Datacenters resource is now deprecated
6+
7+
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`.
8+
9+
The `DatacentersClient`, `Datacenter` and related classes are now deprecated.
10+
11+
See the [changelog](https://docs.hetzner.cloud/changelog#2026-06-02-datacenters-deprecated) for more details.
12+
13+
### Features
14+
15+
- deprecate datacenters (#656)
16+
317
## [v2.21.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.21.0)
418

519
### Features

hcloud/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "2.21.0" # x-releaser-pleaser-version
3+
__version__ = "2.22.0" # x-releaser-pleaser-version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hcloud",
10-
version="2.21.0", # x-releaser-pleaser-version
10+
version="2.22.0", # x-releaser-pleaser-version
1111
keywords="hcloud hetzner cloud",
1212
description="Official Hetzner Cloud python library",
1313
long_description=readme,

0 commit comments

Comments
 (0)