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: hynek/stamina Loading
base: 24.1.0
Choose a base ref
...
head repository: hynek/stamina Loading
compare: 24.2.0
Choose a head ref
  • 17 commits
  • 17 files changed
  • 1 contributor

Commits on Jan 3, 2024

  1. Start new development cycle

    hynek committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5694d38 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Black 24

    hynek committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    dc7f513 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Update pyproject.toml

    hynek committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6ddcc7d View commit details
    Browse the repository at this point in the history
  2. Add RetryingCaller and AsyncRetryingCaller (#56)

    * Add RetryingCaller and AsyncRetryingCaller
    
    Implements #45
    
    * Add PR link
    
    * Update CHANGELOG.md
    hynek committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b5314a2 View commit details
    Browse the repository at this point in the history
  3. Improve docs

    hynek committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c85bb10 View commit details
    Browse the repository at this point in the history
  4. Explain point

    hynek committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2e3d54d View commit details
    Browse the repository at this point in the history
  5. Type-check API w/ Pyright, too

    hynek committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    53416e3 View commit details
    Browse the repository at this point in the history
  6. pre-commit update

    hynek committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    909100f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Generalize retrying callers for sharing retry config w/o exc config (#57

    )
    
    * Generalize retrying callers for sharing retry config w/o exc config
    
    Ref #56 #45
    
    * docs
    
    * Use official name in public APIs
    
    * Docs
    
    * Fix docs build
    
    * Stress
    
    * words
    
    * Add explanation
    
    * Use exclude_also
    hynek committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    542ea48 View commit details
    Browse the repository at this point in the history
  2. Add caller happy path tests

    hynek committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    23204f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Make changelog more helpful

    hynek committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    46ea4ed View commit details
    Browse the repository at this point in the history
  2. pre-commit autoupdate

    hynek committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    824058b View commit details
    Browse the repository at this point in the history
  3. Better phrasing

    hynek committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4e22822 View commit details
    Browse the repository at this point in the history
  4. Expand docstring example

    hynek committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fe88202 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b95413 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Clean up Sphinx config

    hynek committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    28ecb4a View commit details
    Browse the repository at this point in the history
  2. Prepare 24.2.0

    hynek committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fa4769e View commit details
    Browse the repository at this point in the history
Loading