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: ALERTua/bandcamp_async_api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.6
Choose a base ref
...
head repository: ALERTua/bandcamp_async_api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 1, 2026

  1. feat(client): add configurable default_retry_after parameter

    Add default_retry_after parameter to BandcampAPIClient.init() to
    allow customization of the fallback value when the Retry-After header
    is missing from a 429 rate limit response. The default is changed
    from 30 to 10 seconds for improved responsiveness.
    
    Update tests/test_client.py assertions to expect the new 10 second
    default value in:
    
    test_rate_limit_error_default_retry_after
    test_rate_limit_error_invalid_retry_after
    ALERTua committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    fe4681c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from ALERTua/retry_after_default

    add configurable default_retry_after parameter
    ALERTua authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    8abba90 View commit details
    Browse the repository at this point in the history
  3. 0.0.7

    ALERTua committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    cdaefe8 View commit details
    Browse the repository at this point in the history
Loading