Skip to content

Commit 04378aa

Browse files
committed
Merge branch 'sdk-core/jep491' of https://github.com/MOmarMiraj/onepassword-sdk-python into sdk-core/jep491
2 parents bc9a2ed + 785cce5 commit 04378aa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/onepassword/build_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_BUILD_NUMBER = "0020001"
1+
SDK_BUILD_NUMBER = "0040004"

src/release/RELEASE-NOTES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 1Password Python SDK v0.2.0
1+
# SDK Release 0.2.0 - notes
2+
3+
For Go, JS & Python:
24

35
## NEW
46

@@ -7,7 +9,7 @@
79
## IMPROVED
810

911
- **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`
12+
- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example:
1113
- **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.
1214
- **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.
1315
- **Improved error messages**: The error messages returned by the SDK were improved to be more clear and actionable.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.4.0

0 commit comments

Comments
 (0)