- A user-friendly description of a new feature. {issue-number}
- A user-friendly description of a fix. {issue-number}
- A user-friendly description of a security fix. {issue-number}
- Fix default http client timeout. {#102}
- Update override http client timeout env var name in readme. {#105}
- Allow custom timeout using env vars. {#94}
Credits to @mjpieters for the contribution! 🚀
- Undeclared dependency: six (in generated code). {#85}
- Leave JSON encoding to HTTPX. {#87}
- Correct function name in documentation. {#90}
- Update example main.py to handle 'n' input. {#91}
- Support async operations
(async/await)
. {#62} - Enable filter usage on
get_items
. Credits to @ITJamie for the contribution! {#76}
- Drop support for python 2. {#61}
- 'download_file' function uses content path now {#65}
- Enhance README and move usage content to USAGE.md. {#74}
- Fix README typos. Credits to @ITJamie for the contribution! {#75}
- The TOTP code of a OTP field can now be accessed using the
.totp
property of a field. {#33}
- Sections without a label can now be correctly accessed. {#49}
- Retrieving an item no longer returns "Invalid value for
type
" or "Invalid value forcategory
" when retrieving an item with a field type or item category that is not defined in the SDK. {#52,#54}
- Add support for downloading documents stored in 1Password {#26}
- Updates to README to clarify how to use HOST_NAME {#25}
- Fixed load and load_dict method examples in the README {#35}
- get_item_by_tile now retrieves item details instead of a summary {#27}
- retrieving items using the get_item method can now be done using either vault/item names or ids {#27}
- added pipeline for running tests {#28}
- Connect host can now also be supplied through the
OP_CONNECT_HOST
envrionment variable. - The
API_CREDENTIAL
category is now supported. {#13}
- The
OTP
field type is no longer considered to be invalid. {#12}
- Code snippet for setting up client now functions correctly.
- Package correctly shows information like readme and the GitHub repository on PyPi.
- Release Automation
- Updating pip install instructions in readme
- Converting models to use more user friendly names
- Inaugural release for the 1Password Connect Python SDK.
- API Client
- Models generated from our OpenAPIv3 spec
- Support for reading, updating, creating, and deleting Items in 1Password vaults.