Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 708 Bytes

File metadata and controls

28 lines (16 loc) · 708 Bytes

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.

[0.2.1] - 2026-07-09

Changed

  • Bump pyo3 to 0.26 to add support for Python 3.14

[0.2.0] - 2025-01-02

Changed

  • BREAKING: allow using any keyring, not only session. Functions are renamed from get_session_* to get_*
  • BREAKING: store secrets as bytes instead of Unicode strings

[0.1.0] - 2024-12-31

Added

  • Setting session secret (UTF8 strings only are supported)
  • Getting session secret by name
  • Invalidating session secret