Skip to content

Releases: pythongssapi/python-gssapi

v1.6.1: Meyer (patch 1)

09 Aug 16:49
Compare
Choose a tag to compare

Changelog

Features

  • Windows support, with wheels! (#177, #32, others)
  • GSSAPI extension rfc4178 (set_neg_mechs) support (#176, #50)
  • Expose mechanisms in the high-level API (#126)
  • Test suite improvements (#159)

Documentation

  • Add documentation for common cred store values (#157)
  • Documentation typo fixes (#167)

n.b. Due to difficulties enabling Windows support, there is no official 1.6.0 release. Please use this release instead.

v1.6.0

16 Jul 18:05
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release
Prepare for release 1.6.0

v1.5.1: Jordan (patch 1)

18 Jul 18:15
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Remove warning about collections.abc usage for Python 3.7+ (#154)

v1.5.0: Jordan

06 Apr 18:46
Compare
Choose a tag to compare

Changelog

Features

  • Added build support for mingw32 (#149)
  • Implement gss_set_cred_option() and gss_set_sec_context_option() (#151, #51)

Bugfixes

  • Handle GSS_NO_OID_SET when creating sets (#148)

v1.4.1: Tom (patch 1)

16 Feb 18:00
Compare
Choose a tag to compare

Changelog

Features

Tooling

  • Exit successfully when no docs change (#136, #145)

Documentation

  • Fix typo in Name documentation (#138)

N.B.: Due to a tooling failure, there is no official 1.4.0. Please use this release instead.

v1.3.0: Myrtle

01 Dec 18:12
Compare
Choose a tag to compare

Changelog

Features

Bugfixes

  • Fix potential infinite recursion in GSSError#display_status when there is an error displaying the error (#112)

  • Read the linker path during setup to support properly building with Heimdal on Debian (#122)

  • Fix OID inequality comparison (previously would return the results of an equality comparison for inequality) (#125)

Tooling

Documentation

NB: this was erroneously released as v1.2.4, despite adding new features. v1.2.4 has been hidden. Please use this release instead.

v1.2.4-alpha.1: Daisy (patch 4)

30 Nov 04:02
Compare
Choose a tag to compare
Pre-release
Prepare for 1.2.4-alpha.1 release

v1.2.0: Daisy

01 Mar 19:08
Compare
Choose a tag to compare

Changelog

Bugfixes

  • SecurityContext#delegated_creds should not be set when the low-level API returns None for delegated_creds (#96, #99)

Features

  • Expose SecurityContext#delegated_creds as a read-only property (#95, #99)

Documentation

  • Introduce example (#93)
  • Improve ToC structure and depth (#93)

v1.1.4: Nick (patch 4)

19 Nov 21:05
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Don't require enum34 in python >= 3.4
  • Update the requirements list (#86)

Documentation

  • Update installation instructions (#86)

v1.1.3: Nick (patch 3)

04 Sep 20:43
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Avoid NULL dereference of "actual_mech_type" (#74)
  • Fix encoding-related issues in Name (#81)

Documentation

  • Warn about display_as (#79)