chore: prepare v0.3.4 release#163
Merged
Merged
Conversation
amavashev
marked this pull request as ready for review
July 24, 2026 16:45
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
0.3.4fast-urifrom 3.1.2 to 3.1.4Why
npm and GitHub still publish v0.3.1, while main contains the EventCreateResponse.charged mapper fix plus additive TENANT_CLOSED, LIMIT_EXCEEDED, and Retry-After support. Versions 0.3.2 and 0.3.3 were never tagged or published, so v0.3.4 is the first coherent release after v0.3.1.
The fixture had remained on protocol v0.1.24 while the upstream spec had advanced to v0.1.25.15. The dependency lock also retained a vulnerable test-only fast-uri version.
Impact
This release fixes the missing effective event charge mapping and adds typed/retry-aware protocol handling without breaking the public API or wire format. The published package remains dependency-free.
Validation
npm cinpm audit: zero vulnerabilitiesnpm pack --dry-run: expected seven-file package, no bundled dependencies