2.0.0-alpha.9
Pre-release
Pre-release
github-actions
released this
09 Feb 10:46
·
290 commits
to master
since this release
What's Changed
- Github Actions no longer supports python 3.4 by @pdecat in #191
- Compiling lxml from source is no longer needed with python 3.9 by @pdecat in #192
- Fix Github Actions build job by @pdecat in #193
- Properly erase password from memory by @pdecat in #190
- Use Poetry for project and dependencies management by @pdecat in #194
- Automate PyPI publishing with poetry PEP517 built dists by @pdecat in #177
- Depend on requests-negotiate-sspi on Windows. On other platforms, depend on requests-kerberos and pykerberos. by @pdecat in #199
- Trigger Github Actions build job on push events to tags starting with 'v' by @pdecat in #200
- Trigger Github Actions build job on all push tags events by @pdecat in #201
- Add session credentials cache by @pdecat in #195
- printenv excludes summary to be shell readable by @Tantalon in #181
- Update poetry from 1.1.10 to 1.1.11 to fix python 3.10 compatibility by @pdecat in #202
- Update dependencies and drop python 3.5 support by @pdecat in #206
- Add
--username-password-command
to read username and password from the output of a shell command by @pdecat in #196 - Print AWS web console sign-in url by @pdecat in #197
New Contributors
Full Changelog: 1.24.5...2.0.0-alpha.9