[Release] Candidate (beta)#123
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
61ce218 to
1ab43bf
Compare
1ab43bf to
17622bf
Compare
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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@polymarket/bindings@0.1.0-beta.6
Minor Changes
parentEventIdonEventso child events such as sports "more markets" events link back to their parent event. The value is normalized to the sameEventIdtype asEvent.id.Patch Changes
listMarketsnow omits markets that cannot be represented by the binaryMarketmodel instead of aborting the whole page, andfetchMarketfails with a typedUnexpectedResponseErrorinstead of a rawTypeError.makingAmount/takingAmountmap""to"0", and maker orderfeeRateBpsmaps""tonull, matching py-sdk behavior.isCombo-discriminated union so Combo trade activity rows parse without binary market metadata.@polymarket/client@0.1.0-beta.7
Minor Changes
parentEventIdonEventso child events such as sports "more markets" events link back to their parent event. The value is normalized to the sameEventIdtype asEvent.id.Patch Changes
listMarketsnow omits markets that cannot be represented by the binaryMarketmodel instead of aborting the whole page, andfetchMarketfails with a typedUnexpectedResponseErrorinstead of a rawTypeError.makingAmount/takingAmountmap""to"0", and maker orderfeeRateBpsmaps""tonull, matching py-sdk behavior.maxPriceandminPriceprotection fields to market order requests.isCombo-discriminated union so Combo trade activity rows parse without binary market metadata.Note
Medium Risk
Touches trading (market order price guards), websocket subscriptions, and market listing/parsing semantics that can change runtime behavior for integrators, though scope is SDK-facing beta releases rather than server infrastructure.
Overview
Beta release candidate that bumps
@polymarket/bindingsto 0.1.0-beta.6 and@polymarket/clientto 0.1.0-beta.7, and registers the accumulated changesets in.changeset/pre.jsonfor npm prerelease publish.The release notes bundle API/model updates already on
main: RFQ quoter confirmed combo trade broadcasts;parentEventIdon events; combo activity trades via anisCombodiscriminated union; new Combos RFQ websocket error codes; safer handling of legacy multi-outcome markets (listMarketsskips unrepresentable rows,fetchMarketthrowsUnexpectedResponseError); empty-string normalization for order decimals and null icons; and on the client,maxPrice/minPriceon market orders plus broad user websocket subscriptions that omit market filters so all-market trade streams work.Reviewed by Cursor Bugbot for commit 17622bf. Bugbot is set up for automated code reviews on this repo. Configure here.