Skip to content

Releases: pythongssapi/requests-gssapi

v1.3.0

16 Feb 02:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3: Dependency slimming release

08 Feb 22:38
Compare
Choose a tag to compare
  • Drop python2 compat glue (#29)
  • Drop external mock dependency (#30)

v1.2.2: Bugfix release

07 Aug 16:27
Compare
Choose a tag to compare
  • Use USER_NAME instead of HOSTBASED_SERVICE for user principals (#28)
  • Remove unused imports in example code (#26)
  • Fix typo in explicit mech example (#26)

v1.2.1: Bugfix release

31 Mar 18:06
Compare
Choose a tag to compare
  • Include tests in sdist tarball (#25, #24)
  • Don't limit contexts to a single server name (#23)

v1.2.0: Enhancement release

18 Feb 20:58
Compare
Choose a tag to compare
  • Add support for specifing an explicit GSSAPI mech (#18, #19)

v1.1.1: Bugfix release

18 Feb 20:49
Compare
Choose a tag to compare
  • Fix DOS bug around Negotiate regular expression (#22)
  • Update README to include section on setup (#17)

v1.1.0: Enhancement release

21 May 14:53
Compare
Choose a tag to compare
  • Disable mutual authentication by default (#16)
  • Add documentation on MutualAuthenticationError (#16)

v1.0.1: Bugfix release

10 Apr 19:47
Compare
Choose a tag to compare
  • Fix example in README
  • Fix license detection for PyPI
  • Fix a problem with regex escaping (#9)
  • Add COPR Makefile target

1.0.0

19 Dec 19:04
Compare
Choose a tag to compare

GA release! Presents both HTTPSPNEGOAuth interface (preferred) and HTTPKerberosAuth interface (for compatibility with requests-kerberos).