chore: update version to 2.0.2#19
Merged
Merged
Conversation
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.
Summary
Version bump to 2.0.2 following the historical pattern (direct edits to the two
package.jsonfiles).Release notes (for the GitHub Release body)
retries: 0still performs one retry on 422/503/504 #15):retries: 0(the documented default of "no retries") now actually performs zero retries. Previously, off-by-one in theretryOncallback caused one extra fetch on422/503/504responses. Callers on defaults will see ~1 fewer request per transient failure. Thanks @jorgehermo9 for the report and fix.Notes
examples/package-lock.jsonintentionally not refreshed here — the 2.0.2 tarball doesn't exist on npm yet. Refresh that in a small follow-up after publish (cd examples && npm install).v2.0.2and publish to npm. RequiresNPM_TOKENrepo secret to be in place first.Test plan
package.jsonfiles bumped to 2.0.2examples/dependency range bumped to^2.0.2v2.0.2with the notes above → release workflow publishes