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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 25, 2024

  1. docs: add api changes note in changelog (#424)

    Those were missing from the release please PR.
    jooola authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5cbe188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b8b86 View commit details
    Browse the repository at this point in the history
  3. fix: do not sleep before checking for the reloaded action status (#426)

    Do not sleep before checking for the reloaded action status.
    jooola authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3e0a85b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    d2540d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fix: mark client retry backoff function as static (#429)

    Ensure the function does not receive 2 arguments (self, retries)
    jooola authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    14ed130 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.1.1 (#425)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.1.1](v2.1.0...v2.1.1)
    (2024-07-30)
    
    
    ### Bug Fixes
    
    * do not sleep before checking for the reloaded action status
    ([#426](#426))
    ([3e0a85b](3e0a85b))
    * mark client retry backoff function as static
    ([#429](#429))
    ([14ed130](14ed130))
    
    
    ### Documentation
    
    * add api changes note in changelog
    ([#424](#424))
    ([5cbe188](5cbe188))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    hcloud-bot authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3799a6e View commit details
    Browse the repository at this point in the history
Loading