Releases: python-backoff/backoff
Releases · python-backoff/backoff
v2.2.2
What's Changed
- Add GitHub workflow to test with Python 3.7 - 3.14 by @edgarrmondragon in #2
- Use
inspect.iscoroutinefunctioninstead ofasyncio.iscoroutinefunctionto avoid Python 3.14 deprecation warning by @edgarrmondragon in #3 - ci: Run Python 3.7 tests in an older version of Ubuntu by @edgarrmondragon in #4
- chore: Migrate to
tool.poetry.groupdependency format by @edgarrmondragon in #5 - chore: Remove Python
<4constraint by @edgarrmondragon in #6 - Use uv for dependencies and packaging by @edgarrmondragon in #7
- Adapt test cases to pytest-asyncio 1.0 compatibility by @pastalian in #1
- Fail tests on warnings by @edgarrmondragon in #8
- Update project metadata by @edgarrmondragon in #9
- Add build and publish workflow by @edgarrmondragon in #10
- Compute coverage by @edgarrmondragon in #11
- Run linter and type checker in CI by @edgarrmondragon in #12
- Include
testsdirectory in SDist by @edgarrmondragon in #13 - chore: Configure Renovate by @renovate[bot] in #17
- chore(deps): update github actions by @renovate[bot] in #21
- ci: Update CodeQL workflow for the new default branch name by @edgarrmondragon in #22
- chore(deps): update github actions by @renovate[bot] in #24
- ci: Add permissions to CodeQL action by @edgarrmondragon in #27
- chore: Add
.python-versionfile by @edgarrmondragon in #31 - chore: Add Python 3.15 to our test matrix by @edgarrmondragon in #32
- fix: Added
logging.LoggerAdaptertobackoff._typing._MaybeLoggerunion by @edgarrmondragon in #34 - fix: Add
exceptionto the typing-onlyDetailsdictionary for cases whenon_exceptionis used by @edgarrmondragon in #35 - test: Ensure
exceptionkey is available for theon_backoffhandler by @edgarrmondragon in #36 - packaging: Remove duplicate classifier by @edgarrmondragon in #37
- docs: Add comprehensive MkDocs documentation by @tysoncung in #39
- chore: Add link to documentation to PyPI project metadata by @edgarrmondragon in #41
- chore(deps): update astral-sh/setup-uv action to v7 by @renovate[bot] in #29
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #40
- chore(deps): update actions/setup-python action to v6 - autoclosed by @renovate[bot] in #26
- chore(deps): update github/codeql-action action to v4 - autoclosed by @renovate[bot] in #28
- chore(deps): update github actions by @renovate[bot] in #25
- packaging: Rename distribution from
backofftopython-backoffby @edgarrmondragon in #42 - chore: Update the PyPI badge by @edgarrmondragon in #45
- chore: Update the PyPI badge in the docs by @edgarrmondragon in #46
- chore(deps): update github artifact actions (major) by @renovate[bot] in #38
- chore(deps): update github actions by @renovate[bot] in #47
- chore: Bump to v2.2.2 by @edgarrmondragon in #44
New Contributors
- @edgarrmondragon made their first contribution in #2
- @pastalian made their first contribution in #1
- @renovate[bot] made their first contribution in #17
- @tysoncung made their first contribution in #39
Full Changelog: v2.2.1...v2.2.2
v2.2.2rc2
chore: Bump to v2.2.2rc2
v2.2.2rc1
chore: Bump to v2.2.2rc1 Signed-off-by: Edgar Ramírez Mondragón <[email protected]>