MIT licensed and maintained by Daniel Casanueva (coding `at` danielcasanueva.eu)
This version can be pinned in stack with:hetzner-0.7.1.1@sha256:8213737c36ebb0219eae896c3aea56f964b6a60f8d99c0a30a8cb6bcbd627080,1328

Module documentation for 0.7.1.1

Hetzner Haskell Library

Description

Client interface for the Hetzner Cloud API and the Hetzner DNS API, written in the Haskell programming language.

Completeness

This library doesn’t cover (at least, not yet) the enterity of Hetzner’s API. However, if there’s anything you would like to see added, feel free to open an issue. If it’s urgent, send me an email. I mainly add features only when I myself need them, but I’d be happy to extend the library upon request. Of course, if you can contribute with a merge request, that’d be greatly appreciated. The only ask I have if you decide to contribute is to follow more or less the naming and styling already used in the rest of the library. Thanks!

Changes

0.7.1.1

  • Metadata update.
  • Remove server type and image list webpages.

0.7.1.0

  • Introduce HasActions typeclass.

0.7.0.0

  • base-19 and base-20 support.
  • Make hetzner-test executable.
  • Fix typo in documentation.
  • Server type and location price API update.
  • Add support for OpenSUSE OS flavor.

0.6.0.0

  • Add new fields to the Image type: imageArchitecture, imageName.
  • Add image list webpage.

0.5.0.0

  • Do not export internal fingerprint parser.
  • Wrap Fingerprint with a newtype to provide custom FromJSON instance.
  • Firewall support.
  • Fix label parsing and rendering.

0.4.0.1

  • Update links in documentation.

0.4.0.0

  • Fix getServerTypes. It wasn’t returning them all. Unfortunately, the type signature had to change.
  • Add hetzner-docs executable.

0.3.0.0

  • Added support for the following server actions:
    • setServerReverseDNS
    • powerOnServer
    • powerOffServer
    • shutdownServer
    • rebootServer
    • changeServerType
  • Removed getActions, as it has been discontinued by Hetzner.

0.2.1.1

  • base-4.18 support.

0.2.1.0

  • Add support for primary IPs.
  • Add function to set reverse DNS for a primary IP.
  • Add test.

0.2.0.0

  • Allow to attach servers to networks on creation.
  • Modify streamPages to cover more cases.
  • Add support for DNS operations on zones and records.

0.1.2.0

  • New function: getTokenFromEnv. This function allows the user to obtain a token from the HETZNER_API_TOKEN environment variable.
  • Support for (private) networks.
  • New instances for the Token type: IsString, Show, Eq, Ord.

0.1.1.0

  • Added support for volumes.
  • Fixed parsing of HTTP 204 responses.

0.1.0.0

  • Initial release.