Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.15 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.

0.3.1 2022-02-11

Changed

  • Pared down pyobjc dependencies to just pyobjc-framework-SecurityFoundation.

0.3.0 2020-05-22

Added

  • Added client cert auth using keychain identities to SecureTransportAdapter.

Changed

  • Renamed SecureTransportSession to Session to indicate that it's the one you probably want to use.
  • Updated documentation accordingly.

0.2.1 2020-04-28

Added

  • Reworked to simplify usage, and add alternate strategies.

0.1.0 2020-04-25

Added

  • Initial MacKeychainTransportAdapter source.