v0.6.0
What's Changed
- Bump version by @jborean93 in #31
- Exclude header files from package data by @carlwgeorge in #32
- Add changelog for .h site-package fix by @jborean93 in #33
- Update CI by @jborean93 in #41
- Add krb5_cc_set_config() and krb5_cc_get_config() by @steffen-kiess in #37
- Add set_real_time(), timeofday(), us_timeofday() and get_time_offsets() by @steffen-kiess in #38
- Add krb5_get_renewed_creds() and krb5_get_validated_creds() by @steffen-kiess in #40
- Add krb5.build_principal() and add accessors for Principal class by @steffen-kiess in #39
- Add get_etype_info() and c_string_to_key() by @steffen-kiess in #42
- Add TicketFlags class and Creds.ticket_flags attribute by @steffen-kiess in #43
- Creds serialization and deserialization by @zarganum in #45
- Update changelog and version by @jborean93 in #46
- Cleanup cred implementation by @jborean93 in #47
- Prepare for v0.6.0 release by @jborean93 in #48
0.6.0 - 2024-07-22
- Fix up wheel package build to not include uneeded
python_krb5.h
file in the finalsite-packages
install dir - Added CCache APIs:
- Added Context APIs:
- Added Credential APIs:
- Added KeyBlock APIs:
- MIT only
- krb5_c_string_to_key
- Added Principal APIs:
- [krb5_build_principal]https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_build_principal.html)
- Added the following properties to the
Creds
object:ticket_flags_raw
- Flags in the ticket as returned by the C APIticket_flags
- Flags in the ticket converted to a known enum value
- Added the following properties to the
Principal
object:realm
- The realm of the principalcomponents
- The list of name components.type
- The name type of the principal.
New Contributors
- @carlwgeorge made their first contribution in #32
- @zarganum made their first contribution in #45
Full Changelog: v0.5.1...v0.6.0