Skip to content

Releases: jborean93/pykrb5

v0.6.0

22 Jul 02:03
42053f1
Compare
Choose a tag to compare

What's Changed

0.6.0 - 2024-07-22

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

28 Aug 23:31
e93744b
Compare
Choose a tag to compare

What's Changed

0.5.1 - 2023-08-29

  • Added support for Cython 3.x.y when building the extension modules
  • Added Python 3.12 wheel for macOS

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

19 Feb 22:02
1a42d7c
Compare
Choose a tag to compare

0.5.0 - 2023-02-20

  • Added exception that is raised when krb5.init_context() failed
  • Moved back to setup.cfg based setuptools project for compatibility with pip present on system distributions
  • Added the following properties to the Creds object:
    • client - A copy of the credential's client principal
    • server - A copy of the credential's server principal
    • keyblock - A copy of the credential's session encryption key info
    • times - A copy of the credential's lifetime info including the auth time, star time, end time, and renewal time
    • ticket - A copy of the credential's ticket data
    • second_ticket - A copy of the credential's second ticket data (DUPLICATE-SKEY or ENC-TKT-IN-SKEY)
  • Added CCache APIs:
  • Added Keyblock APIs:

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

25 Oct 20:29
f36e82f
Compare
Choose a tag to compare

0.4.1 - 2022-10-25

  • Added Python 3.11 wheel

v0.4.0

08 Aug 21:14
56bc748
Compare
Choose a tag to compare

0.4.0 - 2022-08-09

  • Require Python 3.7 or newer (dropped 3.6)
  • Created PEP 517 compliant package
  • Moved all setuptools configuration, except extension information, to pyproject.toml
  • Will no longer include the cythonised .c files in the sdist making Cython a build requirement
    • With PEP 517 this requirement will be automatically satisfied making this a non-breaking change for people using PEP 517 features

v0.3.0

16 Feb 07:12
fa7c28e
Compare
Choose a tag to compare

0.3.0 - 2022-02-16

v0.2.0

17 Oct 19:47
3574a49
Compare
Choose a tag to compare

0.2.0 - 2021-10-18

  • Added krb5_cc_switch
    • Used to switch the primary credential cache in a collection credential cache
  • Added krb5_cc_support_switch
    • Used to detect if a credential cache type, like FILE, DIR, supports switching with krb5_cc_switch
  • Added krb5_cc_cache_match
    • Retrieve the credential cache inside a collection for the principal specified

v0.1.2

06 Oct 01:33
bf0ac63
Compare
Choose a tag to compare

0.1.2 - 2021-10-06

  • Added Python 3.10 wheels

v0.1.1

13 Sep 20:28
9defa17
Compare
Choose a tag to compare
  • 0.1.0 was taken during registration, use this as the initial release instead

v0.1.0

13 Sep 19:41
343d8ba
Compare
Choose a tag to compare

Initial release