Releases: 1Password/connect-sdk-python
Releases · 1Password/connect-sdk-python
v2.0.0
09 Sep 14:27
Compare
Sorry, something went wrong.
No results found
🔴 Breaking changes
Minimum supported python version is 3.10. {#125 }
🚀 Features
Added ConfigClass for HTTPX to simplify configuration. {#118 }
🔧 Fixes
Updated to HTTPX v0.28.1. {#121 }
Bumped certifi from 2023.7.22 to 2024.7.4. {#114 }
Bumped idna from 3.4 to 3.7. {#107 }
v1.5.1
03 Apr 17:56
Compare
Sorry, something went wrong.
No results found
Fixes
Fix default http client timeout. {#102 }
Update override http client timeout env var name in readme. {#105 }
v1.5.0
02 Apr 16:40
Compare
Sorry, something went wrong.
No results found
Features
Allow custom timeout using env vars. {#94 }
v1.4.1
08 Jan 16:21
Compare
Sorry, something went wrong.
No results found
Credits to @mjpieters for the contribution! 🚀
Fixes
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 }
1.4.0
11 Sep 13:14
Compare
Sorry, something went wrong.
No results found
Features
Support async operations (async/await). {#62 }
Enable filter usage on get_items. Credits to @ITJamie for the contribution! {#76 }
Fixes
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 }
v1.3.0
06 Dec 14:36
Compare
Sorry, something went wrong.
No results found
Features
The TOTP code of a TOTP field can now be accessed using the .totp property of a field. {#33 }
Release of the SDK also includes wheel format. {#45 }
Fixes
Sections without a label can now be correctly accessed. {#49 }
Retrieving an item no longer returns "Invalid value for type" or "Invalid value for category" when retrieving an item with a field type or item category that is not defined in the SDK. {#52 ,#54 }
v1.2.0
22 Mar 20:16
Compare
Sorry, something went wrong.
No results found
Features
Add support for downloading documents stored in 1Password {#26 }
Fixes
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 UUIDs {#27 }
added pipeline for running tests {#28 }
v1.1.0
26 Jul 14:05
Compare
Sorry, something went wrong.
No results found
Features
Connect host can now also be supplied through the OP_CONNECT_HOST envrionment variable.
The API_CREDENTIAL category is now supported. {#13 }
Fixes
The OTP field type is no longer considered to be invalid. {#12 }
v1.0.1
13 Apr 12:41
Compare
Sorry, something went wrong.
No results found
Fixes
Code snippet for setting up client now functions correctly.
Package correctly shows information like readme and the GitHub repository on PyPi.
v1.0.0
13 Apr 11:17
Compare
Sorry, something went wrong.
No results found
Features
Release Automation
Updating pip install instructions in readme
Converting models to use more user friendly names