Releases: ludeeus/aiogithubapi
Releases · ludeeus/aiogithubapi
21.11.0
What’s Changed
- #50 Bump pytest from 6.2.4 to 6.2.5 @dependabot
- #51 Bump black from 21.7b0 to 21.9b0 @dependabot
- #55 Remove loop from async_timeout @ludeeus
- #56 Python 3.10 is no longer beta @ludeeus
- #53 Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot
- #54 Bump black from 21.9b0 to 21.10b0 @dependabot
- #52 Bump pytest-cov from 2.12.1 to 3.0.0 @dependabot
21.8.1
21.8.0
Project transition
Note: This project is currently in a transition phase.
A new API interface was introduced (in #42). With that addition, all parts of the old interface are now considered deprecated.
For more details see the project's readme file.
What’s Changed
- #38 Allow custom base URL for GitHub Enterprise @ludeeus
- #30 Bump actions/setup-python from 2 to 2.2.2 @dependabot
- #27 Bump pytest from 6.2.3 to 6.2.4 @dependabot
- #31 Bump actions/checkout from 2 to 2.3.4 @dependabot
- #36 Bump black from 20.8b1 to 21.7b0 @dependabot
- #34 Bump pytest-cov from 2.11.1 to 2.12.1 @dependabot
- #37 Bump pdoc3 from 0.9.2 to 0.10.0 @dependabot
- #42 Restructure - new API interface @ludeeus
- #43 Use .links from ClientResponse to the pages @ludeeus
- #44 Add client_name option @ludeeus
- #45 Set python 3.8 as minimum @ludeeus
21.4.0
What’s Changed
- #22 Bump pytest from 6.2.2 to 6.2.3 @dependabot
- #23 Allow custom headers @ludeeus
21.2.0
21.1.1
What’s Changed
- #12 Bump aresponses from 2.0.2 to 2.1.0 @dependabot
- #16 Bump pytest-cov from 2.10.1 to 2.11.1 @dependabot
- #17 Bump aresponses from 2.1.0 to 2.1.4 @dependabot
- #18 Bump pytest from 6.2.1 to 6.2.2 @dependabot
- #19 Fixes AttributeError in device login @ludeeus
21.1.0
2.0.0
- Adds OAuth device flow
- Adds new site for documentation https://aiogithubapi.netlify.app/
- Internal methods/functions have moved if you used that you might need to adjust your code.