Skip to content

Releases: pythongssapi/python-gssapi

Release v1.6.12: Meyer (Patch 12)

10 Dec 17:04
Compare
Choose a tag to compare
  • Fix GSSAPI detection for macOS Big Sur (#235, #236)
  • Clarify how to disable detection (#234)

Release v1.6.11: Meyer (Patch 11)

19 Nov 16:20
Compare
Choose a tag to compare
  • Fix build on FreeBSD (#232, #228)
  • On FreeBSD, prefer GSSAPI from ports if available (#232)
  • Support python >= 3.8 in test suite by dropping dependency on should_be (#215, #229)
  • Fix malformed S4U tests (#220, #229)

Release v1.6.10: Meyer (Patch 10)

11 Nov 17:43
Compare
Choose a tag to compare
  • Provide python 3.9 Windows wheels (#226, #227)
  • Fix shlex.split on Windows (#223)
  • Removed six package and other older py cleanup values (#221, #222)

v1.6.9: Meyer (Patch 9)

07 Jul 19:03
Compare
Choose a tag to compare

There were no releases between 1.6.5 and 1.6.9 due to release pipeline issues with Github Actions; please use this release instead.

  • Raise exception on unknown usage (#202, #203)
  • Update tutorial to make server_name equal FQDN (#209)
  • Handle missing locale.LC_MESSAGES on Windows (#211)

v1.6.5: Meyer (patch 5)

08 Apr 20:19
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Fix python_requires so that python-3.5 users hopefully don't get a version they can't use (#199, #198)

v1.6.4: Meyer (patch 4)

07 Apr 17:56
Compare
Choose a tag to compare

There was no v1.6.3 due to an incompatible sphinx extension change. Please use this instead.

Changelog

Bugfixes

  • Fix missing substitution in inquire_property (#195, #196)
  • Fix DLL handling on Windows with workarounds (#193, #194, #197)

v1.6.2: Meyer (patch 2)

21 Feb 17:49
Compare
Choose a tag to compare

Changelog

Features

  • Provide wheels for python-3.8 on Windows (#189)

Documentation

  • Expand on documentation of cred stores (#184)

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)