Skip to content

Releases: TeddiO/pySteamSignIn

v1.1.3

29 Dec 13:53
2cfa7ae

Choose a tag to compare

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 v1.1.3.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

28 Dec 03:04
024df03

Choose a tag to compare

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 re import.
  • Added stricter validation for OpenID fields & to better follow the OpenID 2.0 spec.
  • Added a default timeout for urllib.request.urlopen and defaulted to 15 seconds. This can be controlled by setting the env var SSI_OPENID_TIMEOUT .
  • General documentation improvements.
  • Bump to v1.1.2.

#15
Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 Feb 13:26
5e6f982

Choose a tag to compare

Bugfix release

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Feb 16:59
dd89899

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

04 Apr 17:49
5133245

Choose a tag to compare

What's Changed

  • Check the correct index of the string when attempting to verify https by @TeddiO in #7

Full Changelog: v1.0.0...v1.0.1

General release (v1.0.0)

13 Aug 18:38
cd814ca

Choose a tag to compare

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!