Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt to upcoming changes in Hetzner Cloud API #67

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

rkosegi
Copy link
Contributor

@rkosegi rkosegi commented Jul 29, 2023

Starting on 1st September, Hetzner Cloud API will start to use 52-bit IDs. Client library already adopted to this change.
Update code so it uses longs instead of integers where it deal with IDs.

See more info here https://docs.hetzner.cloud/changelog#2023-05-15-api-will-return-up-to-52-bit-ids

@rkosegi rkosegi added the dependencies Pull requests that update a dependency file label Jul 29, 2023
Starting on 1 September, Hetzner Cloud API will start to use 52-bit IDs.
Client library already adopted to this change.
Update code so it uses long instead of integer where it deal with IDs.

See more info here https://docs.hetzner.cloud/changelog#2023-05-15-api-will-return-up-to-52-bit-ids
@rkosegi rkosegi force-pushed the feature/upstream-update branch from 5d9fef8 to 3442972 Compare July 29, 2023 12:15
@rkosegi rkosegi merged commit 17b67bb into main Jul 29, 2023
@rkosegi rkosegi deleted the feature/upstream-update branch July 29, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant