You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/release/RELEASE-NOTES
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# 1Password Python SDK v0.1.6
2
2
3
3
## NEW
4
-
* Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new client.items.shares API.
5
-
* Support for item archiving: You can now move items to the archive with the SDKs, using the new client.items.archive(vault_uuid, item_uuid) function.
4
+
* Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new `client.items.shares` API.
5
+
* Support for item archiving: You can now move items to the archive with the SDKs, using the new `client.items.archive(vault_uuid, item_uuid)` function.
6
6
7
7
## IMPROVED
8
-
* Support for item notes: You can now read, create and edit items with a notes field, accessing it via item.notes.
9
-
* Support for SSH key attributes in secret references: You can now retrieve an SSH key's public key, key type and fingerprint with client.secrets.resolve.
8
+
* Support for item notes: You can now read, create and edit items with a notes field, accessing it via `item.notes`.
9
+
* Support for SSH key attributes in secret references: You can now retrieve an SSH key's public key, key type and fingerprint with `client.secrets.resolve`.
10
10
* Support for additional field types: You can now read, create and edit items with Email (email addresses) and Reference (ID references to other 1Password items) type fields.
11
11
* Type hinting: When developing with the Python SDK, the functions now show type hints on their parameters and return types.
0 commit comments