Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2020

This PR contains the following updates:

Package Type Update Change
github.com/stripe/stripe-go require major v68.11.0+incompatible -> v71.44.0

Release Notes

stripe/stripe-go

v71.44.0

Compare Source

  • #​1148 Make original list object accessible on iterators
    • This change is technically breaking in that an exported type, stripe.Query, changes from type Query func(*Params, *form.Values) ([]interface{}, ListMeta, error) to type Query func(*Params, *form.Values) ([]interface{}, ListContainer, error). We've opted to ship this as a minor version anyway because although exported, Query is meant for internal use in other stripe-go packages and the vast majority of users are unlikely to be referencing it. If you are, please refer to the diff in #​1148 for how to update callsites accordingly. If you think there is a major use of Query that we've likely overlooked, please open an issue.

See the changelog for more details.

v71.43.0

Compare Source

  • #​1154 Add support for Alipay on PaymentMethod and PaymentIntent

See the changelog for more details.

v71.42.0

Compare Source

  • #​1150 Add support for the PromotionCode resource and APIs

See the changelog for more details.

v71.41.0

Compare Source

  • #​1152 Add support for AccountType in ChargePaymentMethodDetailsCardPresentReceipt

See the changelog for more details.

v71.40.0

Compare Source

  • #​1136 Add support for multiple coupons on Billing APIs
    • Add support for arrays of expandable API resources otherwise returning an array of strings by default
    • Add custom deserialization to Discount to support expansion of the object
    • Add support for Id, Invoice and InvoiceItem on Discount.
    • Add support for Discounts on Invoice, InvoiceItem and InvoiceLineItem
    • Add support for DiscountAmounts on CreditNote, CreditNoteLineItem, InvoiceLineItem
    • Add support for TotalDiscountAmounts on Invoice
    • Add Object to Invoice, InvoiceLine, Discount and Coupon

See the changelog for more details.

v71.39.0

Compare Source

  • #​1142 Bug fix: Copy the JSON data of ephemeral keys to own buffer

See the changelog for more details.

v71.38.0

Compare Source

  • #​1145 Fix ApplicationFeePercent on SubscriptionSchedule to support floats

See the changelog for more details.

v71.37.0

Compare Source

  • #​1144 Add support for FPXPayments as a property on AccountCapabilities

See the changelog for more details.

v71.36.0

Compare Source

  • #​1143 Add support for FPXPayments as a Capability on Account create and update

See the changelog for more details.

v71.35.0

Compare Source

  • #​1140 Add support for CartesBancairesPayments as a Capability

See the changelog for more details.

v71.34.0

Compare Source

  • #​1138 Add support for Capabilities on Account create and update

See the changelog for more details.

v71.33.0

Compare Source

  • #​1137 Add support for Title on Sigma ScheduledQueryRun

See the changelog for more details.

v71.32.0

Compare Source

  • #​1135 Add support for PoliticalExposure on Person

See the changelog for more details.

v71.31.0

Compare Source

  • #​1133 Add support for Deleted on LineItem
  • #​1134 Add support for new constants for AccountLinkType

See the changelog for more details.

v71.30.0

Compare Source

  • #​1132 Add support for AmountTotal, AmountSubtotal, Currency and TotalDetails on Checkout Session

See the changelog for more details.

v71.29.0

Compare Source

  • #​1131 Add billing_cycle_anchor to default_settings and phases for SubscriptionSchedules

See the changelog for more details.

v71.28.0

Compare Source

  • #​1127 Add FilePurposeDocumentProviderIdentityDocument on File
  • #​1126 Add support for Discounts on LineItem

See the changelog for more details.

v71.27.0

Compare Source

  • #​1124 Add support for RefreshURL and ReturnURL on AccountLink

See the changelog for more details.

v71.26.0

Compare Source

  • #​1090 Add support for PaymentMethodData on PaymentIntent

See the changelog for more details.

v71.25.1

Compare Source

  • #​1123 Attach LastResponse after unmarshaling

See the changelog for more details.

v71.25.0

Compare Source

  • #​1122 Add support for Transaction on Issuing Dispute
  • #​1121 Add Mandate, InstitutionNumber and TransitNumber to ChargePaymentMethodDetailsAcssDebit

See the changelog for more details.

v71.24.0

Compare Source

  • #​1120 Add support for Cartes Bancaires payments on PaymentIntent and PaymentMethod

See the changelog for more details.

v71.23.0

Compare Source

  • #​1119 Add support for TaxIDTypeIDNPWP and TaxIDTypeMYFRP on TaxId

See the changelog for more details.

v71.22.0

Compare Source

  • #​1118 Add missing information for BACS Debit in PaymentMethod

See the changelog for more details.

v71.21.0

Compare Source

  • #​1117 Add PaymentMethodIdealParams to PaymentMethodParams

See the changelog for more details.

v71.20.0

Compare Source

  • #​1116 Clean up the error deserialization and ensure DeclineCode is properly set.

See the changelog for more details.

v71.19.0

Compare Source

  • #​1113 Add support for TransferGroup on Checkout Session

See the changelog for more details.

v71.18.0

Compare Source

  • #​1110 Add support for reading SEPA and BACS debit settings on Account
  • #​1111 Add support for Bancontact, EPS, Giropay and P24 on PaymentMethod
  • #​1112 Add support for BACS Debit as a Capability on Account

See the changelog for more details.

v71.17.0

Compare Source

  • #​1109 Add support for BACS Debit as a PaymentMethod

See the changelog for more details.

v71.16.0

Compare Source

  • #​1108 Add Metadata and Object on Topup

See the changelog for more details.

v71.15.0

Compare Source

  • #​1106 Add support for ProductData on LineItems for Checkout Session
  • #​1105 Add AuthenticationFlow to ChargePaymentMethodDetailsCardThreeDSecure

See the changelog for more details.

v71.14.0

Compare Source

  • #​1104 Add support for TaxIDTypeAETRN, TaxIDTypeCLTIN and TaxIDTypeSAVAT on TaxId
  • #​1103 Add support for Result and ResultReason on ChargePaymentMethodDetailsCardThreeDSecure

See the changelog for more details.

v71.13.0

Compare Source

  • #​1101 Multiple API Changes
    • Add BalanceTransactionTypeAnticipationRepayment as a Type on BalanceTransaction
    • Add PaymentMethodTypeInteracPresent as a Type on PaymentMethod
    • Add ChargePaymentMethodDetailsInteracPresent on Charge
    • Add TransferData on SubscriptionSchedule

See the changelog for more details.

v71.12.0

Compare Source

  • #​1099 Multiple API changes
    • Add issuing_dispute as a type on BalanceTransaction
    • Add BalanceTransactions as a a list of BalanceTransaction on Issuing Dispute
    • Add Fingerprint and TransactionId in ChargePaymentMethodDetailsAlipay on Charge
    • Add Amount in InvoiceTransferData and InvoiceTransferDataParams on Invoice
    • Add AmountPercent in SubscriptionTransferData and SubscriptionTransferDataParams on Subscription

See the changelog for more details.

v71.11.1

Compare Source

  • #​1097 Fixing LineItems to be LineItemList on Checkout Session

See the changelog for more details.

v71.11.0

Compare Source

  • #​1096 Add support for PurchaseDetails on Issuing Transaction

See the changelog for more details.

v71.10.0

Compare Source

  • #​1091 Add support for the LineItem resource and APIs

See the changelog for more details.

v71.9.0

Compare Source

  • #​1093 Add support for Metadata for PaymentIntentData and SubscriptionData on Checkout Session
  • #​1095 Add SupportAddress in BusinessProfile on Account creation and update
  • #​1094 Fix parameters supported in Recurring for PriceData across the API

See the changelog for more details.

v71.8.0

Compare Source

  • #​1089 Add support for Issuing in Balance

See the changelog for more details.

v71.7.0

Compare Source

  • #​1087 Add support for Brazilian tax ids on TaxID
  • #​1085 Add Object on BankAccount
  • #​1065 Adding support for the Price resource and APIs

See the changelog for more details.

v71.6.0

Compare Source

  • #​1083 Add support for JCBPayments and CardIssuing as a Capability
  • #​1082 Add support for expandable CVC and Number on Issuing Card

See the changelog for more details.

v71.5.0

Compare Source

  • #​1080 Remove spurious newline in logs

See the changelog for more details.

v71.4.0

Compare Source

  • #​1079 Add support for Coupon when for subscriptions on Checkout

See the changelog for more details.

v71.3.0

Compare Source

  • #​1078 Add missing error codes such as ErrorCodeCardDeclinedRateLimitExceeded
  • #​1063 Add support for the BillingPortal namespace and the Session API and resource

See the changelog for more details.

v71.2.0

Compare Source

See the changelog for more details.

v71.1.0

Compare Source

  • #​1074 Add CardholderName to ChargePaymentMethodDetailsCardPresent on Charge
  • #​1075 Add new enum values for AccountCompanyStructure on Account

See the changelog for more details.

v71.0.0

Compare Source

Version 71 of stripe-go contains some major changes. Many of them are breaking, but only in minor ways. We've written a migration guide with more details to help with the upgrade.

  • #​1052 Remove all beta features from Issuing APIs
  • #​1054 Make API response accessible on returned API structs
  • #​1061 Start using Go Modules
  • #​1068 Multiple breaking API changes
    • PaymentIntent is now expandable on Charge
    • Percentage was removed as a filter when listing TaxRate
    • Removed RenewalInterval on SubscriptionSchedule
    • Removed Country and RoutingNumber from ChargePaymentMethodDetailsAcssDebit
  • #​1069 Default number of network retries to 2
  • #​1070 Clean up logging for next major

See the changelog for more details.

v70.15.0

Compare Source

  • #​1066 Add support for SecondaryColor on Account

See the changelog for more details.

v70.14.0

Compare Source

  • #​1062 Add Description on WebhookEndpoint

See the changelog for more details.

v70.13.0

Compare Source

  • #​1060 Add support for CancellationReason on Issuing Card
  • #​1058 Add support for TaxIDTypeSGGST on TaxId

See the changelog for more details.

v70.12.0

Compare Source

  • #​1057 Add missing properties on Review

See the changelog for more details.

v70.11.0

Compare Source

  • #​1056 Add CalculatedStatementDescriptor on Charge

See the changelog for more details.

v70.10.0

Compare Source

  • #​1053 Add AccountCapabilityCardIssuing as a Capability

See the changelog for more details.

v70.9.0

Compare Source

  • #​1050 Multiple API changes for Issuing
    • Add support for SpendingControls on Card and Cardholder
    • Add new values for Reason on Authorization
    • Add new value for Type on Cardholder
    • Add new value for Service on Card
    • Mark many classes and other fields as deprecated for the next major

See the changelog for more details.

v70.8.0

Compare Source

  • #​1049 Add support for PauseCollection on Subscription

See the changelog for more details.

v70.7.0

Compare Source

  • #​1048 Add new capabilities for AU Becs Debit and tax reporting

See the changelog for more details.

v70.6.0

Compare Source

  • #​1046 Add new fields to Issuing Card and Authorization

See the changelog for more details.

v70.5.0

Compare Source

  • #​1044 Multiple changes for Issuing APIs
    • Rename Speed to Service on Issuing Card
    • Rename WalletProvider to Wallet and AddressZipCheck to AddressPostalCodeCheck on Issuing Authorization
    • Mark IsDefault as deprecated on Issuing Cardholder

See the changelog for more details.

v70.4.0

Compare Source

  • #​1043 Add support for Shipping and ShippingAddressCollection on Checkout Session

See the changelog for more details.

v70.3.0

Compare Source

  • #​1042 Add support for ThreeDSecure on Issuing Authorization

See the changelog for more details.

v70.2.0

Compare Source

  • #​1041 Add new reason values and ExpiryCheck for Issuing `authorization

See the changelog for more details.

v70.1.0

Compare Source

  • #​1040 Add support for Errors in Requirements on Account, Capability and Person

See the changelog for more details.

v70.0.0

Compare Source

  • #​1039 Multiple API changes:
    • Move to latest API version 2020-03-02
    • Add support for NextInvoiceSequence on Customer

See the changelog for more details.

v69.4.0

Compare Source

See the changelog for more details.

v69.3.0

Compare Source

  • #​1037 Add new enum values for IssuingDisputeReason

See the changelog for more details.

v69.2.0

Compare Source

  • #​1036 Add support for listing Checkout Session and passing tax rate information

See the changelog for more details.

v69.1.0

Compare Source

  • #​1035 Add support for ProrationBehavior on SubscriptionSchedule
  • #​1034 Add support for Timezone on ReportRun

See the changelog for more details.

v69.0.0

Compare Source

  • #​1033 Make Subscription expandable on Invoice

See the changelog for more details.

v68.20.0

Compare Source

  • #​1029 Add support for Amount in CheckoutSessionPaymentIntentDataTransferDataParams

See the changelog for more details.

v68.19.0

Compare Source

  • #​1027 Add new constants for TaxIDType
  • #​1028 Add support for StatementDescriptorSuffix on Checkout Session

See the changelog for more details.

v68.18.0

Compare Source

  • #​1026 Multiple changes on the Balance resource:
    • Add support for ConnectReserved
    • Add support for SourceTypes for a given type of balance.
    • Add support for FPX balance as a constant.

See the changelog for more details.

v68.17.0

Compare Source

  • #​1024 Add FilePurposeAdditionalVerification and FilePurposeBusinessIcon on File
  • #​1018 Add support for ErrorOnRequiresAction on PaymentIntent

See the changelog for more details.

v68.16.0

Compare Source

  • #​1023 Add support for TaxIDTypeTHVAT and TaxIDTypeTWVAT on TaxId

See the changelog for more details.

v68.15.0

Compare Source

  • #​1022 Add support for Structure on Account

See the changelog for more details.

v68.14.0

Compare Source

  • #​1021 Add support for TaxIDTypeESCIF on TaxId

See the changelog for more details.

v68.13.0

Compare Source

  • #​1019 Add support for Shipping.Speed and Shipping.TrackingURL on IssuingCard

See the changelog for more details.

v68.12.0

Compare Source

  • #​1017 Add new values for TaxIDType and fix TaxIDTypeCHVAT
  • #​1015 Replace duplicate code in GetBackend method

See the changelog for more details.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-stripe-stripe-go-71.x branch 30 times, most recently from 3034cb9 to 695fdb8 Compare April 19, 2020 18:42
@renovate renovate bot force-pushed the renovate/github.com-stripe-stripe-go-71.x branch 27 times, most recently from bae55e9 to b8e2ba1 Compare August 11, 2020 06:25
@renovate renovate bot force-pushed the renovate/github.com-stripe-stripe-go-71.x branch from b8e2ba1 to 77ec6d5 Compare August 11, 2020 15:50
@renovate
Copy link
Contributor Author

renovate bot commented Aug 11, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker pull renovate/go:1.13.12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants