Skip to content

Releases: pythongssapi/requests-gssapi

v1.4.0

16 Oct 04:05

Choose a tag to compare

What's Changed

New Contributors

  • @simo5 made their first contribution in #57

Full Changelog: v1.3.0...v1.4.0

v1.3.0

16 Feb 02:35

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

Choose a tag to compare

  • Drop python2 compat glue (#29)
  • Drop external mock dependency (#30)

v1.2.2: Bugfix release

07 Aug 16:27

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

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

Choose a tag to compare

  • Add support for specifing an explicit GSSAPI mech (#18, #19)

v1.1.1: Bugfix release

18 Feb 20:49

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

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

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

Choose a tag to compare

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