Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 2024-01-12

Changed

  • Requires at least go 1.19 to use generics
  • Introduce generic helper func freeipa.PointerTo()
  • Upgrade dependency github.com/jcmturner/gokrb5 to v8.4.4

[1.1.3] - 2024-01-12

Bug fix

  • Fixes LICENSE to be recognizable by pkg.go.dev. See #12

[1.1.2] - 2023-08-21

Bug fix

  • Fixes filescriptor leak on login by @gladkovandrey. See #11

[1.1.1] - 2022-10-06

Added

  • Add a complete example on how to list hosts in the freeipa domain

Bug fix

  • Fixes #7 by making the host ManagedbyHost parameter optional

[1.1.0] - 2022-04-05

Changed

  • LICENSE change for new code ownership
  • Take over the maintenance of this library. Upstream project is unmaintained
  • Rename the package name from github.com/tehwalris/go-freeipa to github.com/ccin2p3/go-freeipa