Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hetznercloud/hcloud-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.0
Choose a base ref
...
head repository: hetznercloud/hcloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 30, 2025

  1. feat: add deprecated_api_endpoint error code (#582)

    This error code is returned when a user tries to access functionality
    that was removed from the API. It contains a link to the changelog
    announcement describing the removal.
    apricote authored Jan 30, 2025
    Copy the full SHA
    de07960 View commit details
  2. feat: update ActionClient for actions list removal (#583)

    On 30 January 2025 we removed the functionality to get all actions from
    `GET /v1/actions`. The endpoint now requires the `?id=` parameter and
    returns a `deprecated_api_endpoint` response otherwise.
    
    This deprecation was announced in July 2023.
    
    Changelog:
    https://docs.hetzner.cloud/changelog#2025-01-30-listing-arbitrary-actions-in-the-actions-list-endpoint-is-removed
    apricote authored Jan 30, 2025
    Copy the full SHA
    cf2d426 View commit details
  3. chore(main): release 2.19.0 (#584)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.19.0](v2.18.0...v2.19.0)
    (2025-01-30)
    
    
    ### Features
    
    * add deprecated_api_endpoint error code
    ([#582](#582))
    ([de07960](de07960))
    * update ActionClient for actions list removal
    ([#583](#583))
    ([cf2d426](cf2d426))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 30, 2025
    Copy the full SHA
    daf450c View commit details
Loading