chore: bump version to 0.33.0#155
Closed
roscoe-infinex wants to merge 1 commit into
Closed
Conversation
Breaking changes since v0.32.2 (signing, transport, utils, subscription, build/ESM-only) require a minor bump per the SDK versioning policy (pre-1.0.0: breaking changes bump minor).
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.
What this does
Bumps
deno.jsonversion0.32.2→0.33.0(the single source of truth for both the JSR and npm publishes).Why minor, not patch
Per the SDK's own policy (
README.md§Versioning): pre-1.0.0, breaking changes bump the minor, everything else bumps the patch — with the sole exception that breaks in the request/response/event types mirroring the Hyperliquid API ship as patch (the break comes from Hyperliquid, not the SDK).There are 11
!-marked breaking commits sincev0.32.2, and most break the SDK's own surface (outside that exception), so a minor is required:refactor(signing)!rework public API (#f5c8d91) +feat(signing)!addcanonicalize()(#71049ef)refactor(transport)!rework the WebSocket transport (refactor(transport)!: rework the WebSocket transport #137) +refactor(transport/http)!rework request pipeline & error handlingrefactor(utils)!rework price and size formatting (refactor(utils)!: rework price and size formatting #144)refactor(subscription)!replaceonErrorcallback with an options object (refactor(subscription)!: replace the onError callback with an options object #148) + replacefailureSignalwithonErrorbuild!require Node.js >=22.12.0 and migrate ESM-only — runtime-requirement breakrefactor(api)!extract the explorer API into a dedicatedExplorerClientfeat(api/exchange/noop)!now takes a required nonce;refactor(api/exchange/createVault)!nonce handlingSuggested release notes (for the
v0.33.0GitHub Release)After merge, the release path is unchanged: cut a
v0.33.0GitHub Release →publish_jsr.yml+publish_npm.ymlfire onrelease: publishedand publish via OIDC (npm dist-taglatest, since the version has no prerelease suffix).