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.1
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.2.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    00a9100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a73050b View commit details
    Browse the repository at this point in the history
  3. fix: update network subnet types (#431)

    - Update the properties documentation
    - Add deprecation warning for long deprecated `TYPE_SERVER`.
    jooola authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c32a615 View commit details
    Browse the repository at this point in the history
  4. feat: implement retry policy (#430)

    Implement a retry handler to retry requests based on an internal retry
    policy.
    
    The retry policy will evolve over time to cover more use cases, but for
    now we want to start simple, and maybe someday allow users to tweak the
    retry policy.
    
    Related to hetznercloud/hcloud-go#470
    
    BEGIN_COMMIT_OVERRIDE
    feat: retry requests when the api gateway errors (#430)
    feat: retry requests when the network timed outs (#430)
    feat: retry requests when the rate limit was reached (#430)
    feat: retry requests when the api returns a conflict error (#430)
    END_COMMIT_OVERRIDE
    
    ---------
    
    Co-authored-by: Julian Tölle <[email protected]>
    jooola and apricote authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f63ac8b View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.2.0 (#435)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.2.0](v2.1.1...v2.2.0)
    (2024-08-06)
    
    
    ### Features
    
    * retry requests when the api gateway errors
    ([#430](#430))
    ([f63ac8b](f63ac8b))
    * retry requests when the api returns a conflict error
    ([#430](#430))
    ([f63ac8b](f63ac8b))
    * retry requests when the network timed outs
    ([#430](#430))
    ([f63ac8b](f63ac8b))
    * retry requests when the rate limit was reached
    ([#430](#430))
    ([f63ac8b](f63ac8b))
    
    
    ### Bug Fixes
    
    * update network subnet types
    ([#431](#431))
    ([c32a615](c32a615))
    
    ---
    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 Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1894278 View commit details
    Browse the repository at this point in the history
Loading