Changelog
On this page:
3.1 0.11
3.2 0.10.1
3.3 0.10.0
3.4 0.9.0
8.10

3 Changelog

3.1 0.11

Release date: 2023/10/31
  • Move tests into separate packages.

  • Reorganize the backends around prop:keyring

  • Clean up error message formatting.

  • Log errors from raise procedures.

  • Add null backend as default when the KEYRING environment variable is not set.

3.2 0.10.1

Release date: 2022/11/09
  • Add license metadata to packages.

  • Regular Github Actions testing setup.

  • Logging changes.

3.3 0.10.0

Release date: 2021/04/18
  • Code cleanups.

  • Logging improvements.

3.4 0.9.0

Release date: 2021/02/26
  • A raco command for accessing the keyrings.

  • A backend system that works with classes, generics, or plain structs.

  • Implemented Backends
    • Mac OSX Keychain backend

    • Secret Service backend

    • environment variable backend

    • get-pass backend

  • Environment based configuration