Prepare Release - v2.1.0#137
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
bertrmz
reviewed
Apr 30, 2026
Comment on lines
+16
to
+19
| # v2.1.0 | ||
|
|
||
| ## Fixes | ||
| * Fix `new_client_from_environment()` to support optional token parameter, matching URL parameter behavior. {#88} |
There was a problem hiding this comment.
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.
rishiy15
reviewed
Apr 30, 2026
| # v2.1.0 | ||
|
|
||
| ## Fixes | ||
| * Fix `new_client_from_environment()` to support optional token parameter, matching URL parameter behavior. {#88} |
Contributor
There was a problem hiding this comment.
Nit: it looks like the links are Issue numbers. Should they be PR numbers instead?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated PR for a new release.
Please check the following before approving:
Release Changelog Preview
v2.1.0
Fixes
new_client_from_environment()to support optional token parameter, matching URL parameter behavior. {new_client_from_environment() is missing 'token' argument #88}get_item()to successfully retrieve items with 26-character titles by adding fallback to title search when ID lookup fails. {get_item fails if pass item title of 26characters in length #80}