Releases: zcutlip/pyonepassword
Releases · zcutlip/pyonepassword
3.2.1
3.2.0
Added
- This CHANGELOG file to hopefully serve as a summary of notable changes
Changed
- This release is primarily a refactor of the
OP()
constructor in order to organize authentication steps - This should be mostly transparent to the caller, with the following exceptions:
- New exception class:
pyonepassword.api.OPUnknownAccountException
- New kwargs for
OP()
:existing_auth
andaccount
- New constants for
existing_auth
:EXISTING_AUTH_AVAIL
,EXISTING_AUTH_IGNORE
,EXISTING_AUTH_REQD
- New exception class:
Deprecated
- The following kwargs to
OP()
are deprecated:use_existing_session
: useexisting_auth
insteadaccount_shorthand
: useaccount
instead
3.1.0
Features:
- Add support for "SSH Key" 1Password item category
- Two new classes for SSH Keys:
OPSSHKeyItemDescriptor
forop item list
operationsOPSSHKeyItem
forop item get
operations
Misc:
- Improved testing coverage for several classes related to 'item' objects