8000 Comparing 8.3.0...9.0.0 · jd/tenacity · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: jd/tenacity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.3.0
Choose a base ref
...
head repository: jd/tenacity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.0.0
Choose a head ref
  • 10 commits
  • 21 files changed
  • 9 contributors

Commits on Jun 12, 2024

  1. Add async strategies (#451)

    * Add async strategies
    
    * Fix init typing
    
    * Reuse is_coroutine_callable
    
    * Keep only async predicate overrides and DRY implementations
    
    * Ensure async and/or versions called when necessary
    
    * Run ruff format
    
    * Copy over strategies as async
    
    * Add release note
    hasier authored Jun 12, 2024
    1 Configuration menu
    Copy the full SHA
    21137e7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the github-actions group across 1 directory with 2 …

    …updates (#466)
    
    Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/checkout` from 4.1.1 to 4.1.6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.1...v4.1.6)
    
    Updates `actions/setup-python` from 5.0.0 to 5.1.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dependabot[bot] and mergify[bot] authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5b00c15 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update index.rst: Remove * (#465)

    Co-authored-by: Julien Danjou <julien@danjou.info>
    TheRealBecks and jd authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    952189b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Support Trio out-of-the-box, take 2 (#463)

    * Support Trio out-of-the-box
    
    This PR makes `@retry` just work when running under Trio.
    
    * Add a no-trio test environment
    
    * Switch to only testing trio in one environment
    
    * bump releasenote so it is later in history->reno puts it in the correct place in the changelog
    
    * fix mypy & pep8 checks
    
    * Update doc/source/index.rst
    
    fix example
    
    Co-authored-by: Julien Danjou <julien@danjou.info>
    
    * Update tests/test_tornado.py
    
    * Update tests/test_tornado.py
    
    * make _portably_async_sleep a sync function that returns an async function
    
    ---------
    
    Co-authored-by: Nathaniel J. Smith <njs@pobox.com>
    Co-authored-by: Julien Danjou <julien@danjou.info>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ade0567 View commit details
    Browse the repository at this point in the history
  2. ci: add support for trio in Mergify automerge (#470)

    Change-Id: Idc6ec012cceae67ceb11914763350b34addcce5e
    jd authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    702014b View commit details
    Browse the repository at this point in the history
  3. Include tenacity.asyncio subpackage in release dist (#474)

    * Include tenacity.asyncio subpackage in release dist
    
    * Add changelog entry
    cdce8p authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ee6a8f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix: Avoid overwriting local contexts with retry decorator (#479)

    * Avoid overwriting local contexts with retry decorator
    
    * Add reno release note
    hasier authored Jun 24, 2024
    1 Configuration menu
    Copy the full SHA
    a15fa64 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore(deps): bump actions/checkout in the github-actions group (#483)

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.6 to 4.1.7
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.6...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    33cd0e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix: Restore contents of retry attribute for wrapped functions (#484)

    * Restore retry attribute in wrapped functions
    
    * Add tests for wrapped function attributes
    
    * Update docs and add release note
    hasier authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    31fe2d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Respects min argument for wait_random_exponential (#425)

    * Respects `min` argument for wait_random_exponential
    
    * Update test_tenacity.py
    
    * Update test_tenacity.py
    
    * Update test_tenacity.py
    yxtay authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a662bbb View commit details
    Browse the repository at this point in the history
Loading
0