Releases: TeddiO/pySteamSignIn
v1.1.3
What's Changed
No outward API changes have been made and so users of this package should be able to upgrade without issue.
- Add exception handling to reduce the types of data that can be returned & tests by @TeddiO in #16
- Added some basic tests by @TeddiO in #16
- Added a GitHub Action to execute said tests by @TeddiO in #16
- Bump to version v
1.1.3.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
This update provides some internal changes, namely around trying to tighten things up against the OpenID 2.0 spec as well as better practises. No outward API changes are made and so users of this package should be able to upgrade without issue.
- Drop regex usage & remove
reimport. - Added stricter validation for OpenID fields & to better follow the OpenID 2.0 spec.
- Added a default timeout for
urllib.request.urlopenand defaulted to 15 seconds. This can be controlled by setting the env varSSI_OPENID_TIMEOUT. - General documentation improvements.
- Bump to v
1.1.2.
#15
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Bugfix release
What's Changed
- RedirectResponse import fix by @realyashnag in #12
- Adds FastAPI example & Bump package version by @TeddiO in #13
New Contributors
- @realyashnag made their first contribution in #12
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- fastapi support by @extreme4all in #10
- Bump pypi version + minor bugfix by @TeddiO in #11
Full Changelog: v1.0.1...v1.1.0
v1.0.1
General release (v1.0.0)
With this project being released to pypi and receiving bit of a refactor in terms of how it's imported, I figure it's probably worth giving actual versioning now!
If you were using a version prior to this tag or it being available on pypi, I'd target the git SHA before this release, otherwise you can now do pip install steamsignin!