Update module github.com/stripe/stripe-go/v84 to v85#2216
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module github.com/stripe/stripe-go/v84 to v85#2216renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
5671adc to
3535d93
Compare
3535d93 to
1a1981a
Compare
1a1981a to
444b260
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 contains the following updates:
v84.4.1→v85.0.1Release Notes
stripe/stripe-go (github.com/stripe/stripe-go/v84)
v85.0.1Compare Source
#2342 Add SetupIntent next action type constant for UPI
SetupIntentNextActionTypeUpiHandleRedirectOrDisplayQRCodeconstant for theupi_handle_redirect_or_display_qr_codenext action type.#2338 Add test coverage for 2D slice form encoding
See the changelog for more details.
v85.0.0Compare Source
This release changes the pinned API version to⚠️ below). There's also a detailed migration guide to simplify your upgrade process.
2026-03-25.dahliaand contains breaking changes (prefixed withPlease review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.
BackendImplementation.UnmarshalJSONVerbose(nowunmarshalJSONVerbose) and added acontext.Contextparameter for proper context propagation in error logging.MinimumBalanceByCurrencychanged frommap[string]int64tomap[string]*int64onBalanceSettingsPaymentsPayoutsParamsandBalanceSettingsUpdatePaymentsPayoutsParams. This field now supports clearing a value in the map by assigning null to the map key.stringtofloat64withjson:",string"andform:",high_precision"struct tags. Code that passes these fields asstringwill need to usefloat64instead. Affected fields:PercentOwnershipPercentOwnershipV2CoreAccountIdentityIndividualRelationshipParams,V2CoreAccountCreateIdentityIndividualRelationshipParams,V2CoreAccountUpdateIdentityIndividualRelationshipParams,V2CoreAccountTokenIdentityIndividualRelationshipParams,V2CoreAccountTokenCreateIdentityIndividualRelationshipParams,V2CoreAccountsPersonRelationshipParams,V2CoreAccountsPersonCreateRelationshipParams,V2CoreAccountsPersonUpdateRelationshipParams,V2CoreAccountsPersonTokenRelationshipParams,V2CoreAccountsPersonTokenCreateRelationshipParamsListandSearchmethods withstripe.Clientto return astructListandSearchmethods usingstripe.Clientnow return astructinstead ofSeq2. This is a backwards incompatible change, and you will need to add an additional call to.All(ctx)in yourforloop. E.g.errorby callinglist.Err(), a page's data usinglist.Data(), and its metadata by callinglist.Meta().V2RawError.UserMesage-->V2RawError.UserMessage#2263 Add helpers in preparation for BatchJobs public preview support
#2322 Add
UnsetFieldsfor clearing field values in v1 and v2 API requestsUnsetFieldsfield andAddUnsetFieldmethod toParamsfor explicitly clearing field values in API requests. For v2 JSON requests, listed fields are sent as"field": null. For v1 form requests, listed fields are sent asfield=(empty string).UnsetFieldsslice, enabling clearing of nested fields (e.g.params.CancellationDetails.AddUnsetField(...)).UnsetFieldstring enum types provide type-safe constants for each clearable field (e.g.SubscriptionUpdateParamsUnsetFieldDescription).See the changelog for more details.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.