Skip to content

Releases: stripe/stripe-go

stripe-go v38.1.0

01 Aug 18:33
Compare
Choose a tag to compare
  • #643 Bug fix and various code/logging improvements to retry code

See the changelog for more details.

stripe-go v38.0.0

30 Jul 20:51
Compare
Choose a tag to compare
  • #641 Minor breaking changes to correct a few naming inconsistencies:
    • IdentityVerificationDetailsCodeScanIdCountryNotSupported becomes IdentityVerificationDetailsCodeScanIDCountryNotSupported
    • IdentityVerificationDetailsCodeScanIdTypeNotSupported becomes IdentityVerificationDetailsCodeScanIDTypeNotSupported
    • BitcoinUri on BitcoinReceiver becomes BitcoinURI
    • NetworkId on IssuingAuthorization becomes NetworkID

See the changelog for more details.

stripe-go v37.0.0

30 Jul 18:31
Compare
Choose a tag to compare
  • #637 Add support for Sigma scheduled query runs
  • #639 Move to API version 2018-07-27 (breaking)
    • Remove SKUs from Product
    • Subscription creation and update can no longer take a source
    • Change PercentOff on coupon struct and params from integer to float
  • #640 Add missing field Created to Account

See the changelog for more details.

stripe-go v36.3.0

27 Jul 18:08
Compare
Choose a tag to compare
  • #636 Add RiskScore to ChargeOutcome

See the changelog for more details.

stripe-go v36.2.0

26 Jul 18:18
Compare
Choose a tag to compare
  • #635 Add support for Stripe Issuing

See the changelog for more details.

stripe-go v36.1.2

24 Jul 20:37
Compare
Choose a tag to compare
  • #633 Fix encoding of list params for bank accounts and cards

See the changelog for more details.

stripe-go v36.1.1

17 Jul 19:53
Compare
Choose a tag to compare
  • #627 Wire an http.Client from NewBackends through to backends

See the changelog for more details.

stripe-go v36.1.0

11 Jul 22:13
Compare
Choose a tag to compare
  • #624 Add AutoAdvance for Invoice

See the changelog for more details.

stripe-go v36.0.0

09 Jul 18:50
Compare
Choose a tag to compare
  • #606 Add support for payment intents
  • #623 Changed Payout.Destination from string to *PayoutDestination to support expanding (minor breaking change)

See the changelog for more details.

stripe-go v35.13.0

06 Jul 14:59
Compare
Choose a tag to compare
  • #622 Correct position of DeclineChargeOn (it was added accidentally on LegalEntityParams when it should have been on AccountParams)

See the changelog for more details.