Skip to content

Commit 961c278

Browse files
committed
update RELEASE-NOTES
1 parent dee7990 commit 961c278

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/release/RELEASE-NOTES

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
1Password Python SDK v0.1.6
1+
# 1Password Python SDK v0.1.6
22

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.
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.
66

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.
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-
* Support for type hinting: When developing on the Python SDK, we now have support for type hinting which will improve your developer experience.
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.
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+
* Type hinting: When developing with the Python SDK, the functions now show type hints on their parameters and return types.
1212

13-
BUGS:
14-
* Improved field matching logic for secret references: Retrieving a field from the item's default field section is now possible even if there is an identically named field in one of the item's named sections.
13+
## BUGS
14+
* Improved field matching logic for secret references: Retrieving a field from the item's default field section is now possible even if there is an identically named field in one of the item's named sections.
1515

0 commit comments

Comments
 (0)