Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

---

[//]: # (START/v2.1.0)
# v2.1.0

## Fixes
* Fix `new_client_from_environment()` to support optional token parameter, matching URL parameter behavior. {#88}
Comment on lines +16 to +19
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, but it might be clearer to move this first bullet to "Features", as it supports a functionality that wasn't previously available, & can make it clear to readers why this is a minor version bump.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: it looks like the links are Issue numbers. Should they be PR numbers instead?

* Fix `get_item()` to successfully retrieve items with 26-character titles by adding fallback to title search when ID lookup fails. {#80}
* Updated Slack developer link in documentation. {#130}

---

[//]: # (START/v2.0.0)
# v2.0.0

Expand All @@ -33,7 +43,7 @@

## Fixes
* Fix default http client timeout. {#102}
* Update override http client timeout env var name in readme. {#105}
* Update override http client timeout env var name in readme. {#105}

---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onepasswordconnectsdk"
version = "2.0.0"
version = "2.1.0"
description = "Python SDK for 1Password Connect"
license = "MIT"
authors = ["1Password"]
Expand Down
Loading