aszlig / hetzner

A high-level Python API for accessing the Hetzner robot.
https://pypi.python.org/pypi/hetzner
Other
129 stars 36 forks source link

Removing deprecated parameter "arch" from "rescue" endpoint #60

Closed The-Judge closed 11 months ago

The-Judge commented 1 year ago

fixes #59

aszlig commented 1 year ago

I'd rather prefer to emit a DeprecationWarning for now and remove it in the next major version instead to make sure we don't break existing users of the bits kwarg.

The-Judge commented 1 year ago

Implemented Deprecation Warning.