Skip to content

Commit 8a5af19

Browse files
committed
update relaese notes
1 parent 70c9660 commit 8a5af19

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/release/RELEASE-NOTES

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# 1Password Python SDK v0.1.7
1+
# 1Password Python SDK v0.2.0
22

3-
## IMPROVED:
4-
* The SDK now returns an error with a custom type when it hits the rate limit of the 1Password servers.
3+
## NEW
54

6-
## FIXED:
7-
* Using an SDK client in a long-running process no longer causes 401 server responses.
5+
- **File Support:** You can now create Document items, attach files to items, delete files from items, and read file contents using the SDK.
6+
7+
## IMPROVED
8+
9+
- **Read files using secret references**: You can now resolve secret references that point to files attached to 1Password items.
10+
- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example: `op://vault/<SSH item>/private key?ssh-format=openssh`
11+
- **Support for more item field types**: You can now create, retrieve, and edit items containing SSH keys, Month-Year and Menu-type fields using the SDK.
12+
- **Read more field types using secret references**: You can now resolve secret references that point to information stored in Date, Month/Year, Address, and Reference field types.
13+
- **Improved error messages**: The error messages returned by the SDK were improved to be more clear and actionable.

0 commit comments

Comments
 (0)