Release the: Upbeat Sumatran Orang-utan! - #1125
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Releases
@relayprotocol/relay-kit-hooks@5.0.0
Major Changes
c7ba781:
pathsandroutesnow track the current Relay API. Three endpoints are gone, requestamount fields are nullable, and deposit addresses, fee sponsorship and route racing gained
new options.
Breaking
/execute/swap,/requests/{requestId}/signatureand/requests/{requestId}/signature/v2are removed from
pathsand from the exportedroutesarray. Quotes come fromPOST /quote/v2.SwapBreakdownandExecute['breakdown']are unchanged — the SDK nowdeclares that shape directly instead of deriving it from
/execute/swap.GET /requests/v2andGET /requests/v3, amount-bearing fields are nowstring | nullrather than
string | undefined:appFees[]/paidAppFees[](recipient,bps,amount,amountUsd,amountUsdCurrent),data.fees.*(usd,amount,amountFormatted) anddata.route.*currency amounts (amount,amountFormatted,amountUsd,minimumAmount). This reachesuseRequests,queryRequestsanduseDepositAddressStatus. Passing one of these into astring | undefinedslot no longercompiles — use
?? undefined, or widen the receiving type to acceptnull.ChainVMgains'hederavm'. An exhaustiveswitchoverChainVMwith aneverfallthrough needs the new case.
GET /config/v2no longer acceptscurrency: "degen"or"usdh", andGET /prices/ratesno longer returns
DEGEN. Remove references to those literals;"ausd"is now accepted.Added
GET /deposit-addresses/v2returns a deposit address with itsdepositsandsweepshistory, and
POST /deposit-addresses/{depositAddressId}/disable/v2disables one./quoteand/quote/v2responses now carryrequestIdand, on deposit-address steps,depositAddressId.subsidizationBps(share of each sponsored fee component thesponsor covers, applied before
maxSubsidizationAmount),indicativeQuote,referencePrice,useRouteRacingandrouteRacingMinUsdSize.subsidizationBpsisechoed back in
feeSponsorshipon quotes and requests.GET /requests/v3accepts areferrerfilter (requiresapiKey) and returnsapiKeyNameand
blockedAddressesto the request's creator integrator.GET /requests/v2responsescarry a
deprecationblock with its sunset and successor.MANUAL_REFUND_REQUIREDjoinsrefundFailReason;GET /intents/status/v3now reportsfailReasonandrefundFailReason;GET /withdrawals/statusreturnstxHash;hederavmjoins the chain VM types.Deprecated
strictquote parameter is ignored by/quote/v2; deposit-address creation followsthe requested trade type.
Patch Changes
@relayprotocol/relay-sdk@8.0.0
Major Changes
c7ba781:
pathsandroutesnow track the current Relay API. Three endpoints are gone, requestamount fields are nullable, and deposit addresses, fee sponsorship and route racing gained
new options.
Breaking
/execute/swap,/requests/{requestId}/signatureand/requests/{requestId}/signature/v2are removed from
pathsand from the exportedroutesarray. Quotes come fromPOST /quote/v2.SwapBreakdownandExecute['breakdown']are unchanged — the SDK nowdeclares that shape directly instead of deriving it from
/execute/swap.GET /requests/v2andGET /requests/v3, amount-bearing fields are nowstring | nullrather than
string | undefined:appFees[]/paidAppFees[](recipient,bps,amount,amountUsd,amountUsdCurrent),data.fees.*(usd,amount,amountFormatted) anddata.route.*currency amounts (amount,amountFormatted,amountUsd,minimumAmount). This reachesuseRequests,queryRequestsanduseDepositAddressStatus. Passing one of these into astring | undefinedslot no longercompiles — use
?? undefined, or widen the receiving type to acceptnull.ChainVMgains'hederavm'. An exhaustiveswitchoverChainVMwith aneverfallthrough needs the new case.
GET /config/v2no longer acceptscurrency: "degen"or"usdh", andGET /prices/ratesno longer returns
DEGEN. Remove references to those literals;"ausd"is now accepted.Added
GET /deposit-addresses/v2returns a deposit address with itsdepositsandsweepshistory, and
POST /deposit-addresses/{depositAddressId}/disable/v2disables one./quoteand/quote/v2responses now carryrequestIdand, on deposit-address steps,depositAddressId.subsidizationBps(share of each sponsored fee component thesponsor covers, applied before
maxSubsidizationAmount),indicativeQuote,referencePrice,useRouteRacingandrouteRacingMinUsdSize.subsidizationBpsisechoed back in
feeSponsorshipon quotes and requests.GET /requests/v3accepts areferrerfilter (requiresapiKey) and returnsapiKeyNameand
blockedAddressesto the request's creator integrator.GET /requests/v2responsescarry a
deprecationblock with its sunset and successor.MANUAL_REFUND_REQUIREDjoinsrefundFailReason;GET /intents/status/v3now reportsfailReasonandrefundFailReason;GET /withdrawals/statusreturnstxHash;hederavmjoins the chain VM types.Deprecated
strictquote parameter is ignored by/quote/v2; deposit-address creation followsthe requested trade type.
@relayprotocol/relay-kit-ui@12.0.0
Major Changes
c7ba781:
pathsandroutesnow track the current Relay API. Three endpoints are gone, requestamount fields are nullable, and deposit addresses, fee sponsorship and route racing gained
new options.
Breaking
/execute/swap,/requests/{requestId}/signatureand/requests/{requestId}/signature/v2are removed from
pathsand from the exportedroutesarray. Quotes come fromPOST /quote/v2.SwapBreakdownandExecute['breakdown']are unchanged — the SDK nowdeclares that shape directly instead of deriving it from
/execute/swap.GET /requests/v2andGET /requests/v3, amount-bearing fields are nowstring | nullrather than
string | undefined:appFees[]/paidAppFees[](recipient,bps,amount,amountUsd,amountUsdCurrent),data.fees.*(usd,amount,amountFormatted) anddata.route.*currency amounts (amount,amountFormatted,amountUsd,minimumAmount). This reachesuseRequests,queryRequestsanduseDepositAddressStatus. Passing one of these into astring | undefinedslot no longercompiles — use
?? undefined, or widen the receiving type to acceptnull.ChainVMgains'hederavm'. An exhaustiveswitchoverChainVMwith aneverfallthrough needs the new case.
GET /config/v2no longer acceptscurrency: "degen"or"usdh", andGET /prices/ratesno longer returns
DEGEN. Remove references to those literals;"ausd"is now accepted.Added
GET /deposit-addresses/v2returns a deposit address with itsdepositsandsweepshistory, and
POST /deposit-addresses/{depositAddressId}/disable/v2disables one./quoteand/quote/v2responses now carryrequestIdand, on deposit-address steps,depositAddressId.subsidizationBps(share of each sponsored fee component thesponsor covers, applied before
maxSubsidizationAmount),indicativeQuote,referencePrice,useRouteRacingandrouteRacingMinUsdSize.subsidizationBpsisechoed back in
feeSponsorshipon quotes and requests.GET /requests/v3accepts areferrerfilter (requiresapiKey) and returnsapiKeyNameand
blockedAddressesto the request's creator integrator.GET /requests/v2responsescarry a
deprecationblock with its sunset and successor.MANUAL_REFUND_REQUIREDjoinsrefundFailReason;GET /intents/status/v3now reportsfailReasonandrefundFailReason;GET /withdrawals/statusreturnstxHash;hederavmjoins the chain VM types.Deprecated
strictquote parameter is ignored by/quote/v2; deposit-address creation followsthe requested trade type.
Patch Changes
@relayprotocol/relay-bitcoin-wallet-adapter@21.0.0
Patch Changes
@relayprotocol/relay-ethers-wallet-adapter@33.0.0
Patch Changes
@relayprotocol/relay-lighter-wallet-adapter@4.0.0
Patch Changes
@relayprotocol/relay-svm-wallet-adapter@22.0.0
Patch Changes
@relayprotocol/relay-ton-wallet-adapter@4.0.0
Patch Changes
@relayprotocol/relay-tron-wallet-adapter@10.0.0
Patch Changes