Skip to content

Releases: stripe/stripe-go

stripe-go v35.9.0

03 Jul 19:11
Compare
Choose a tag to compare
  • #611 Introduce GetBackendWithConfig and make logging configurable per backend

See the changelog for more details.

stripe-go v35.8.0

28 Jun 21:21
Compare
Choose a tag to compare
  • #607 Add support for PartnerID from stripe.SetAppInfo

See the changelog for more details.

stripe-go v35.7.0

26 Jun 18:27
Compare
Choose a tag to compare
  • #604 Add extra parameters CustomerReference and ShippingFromZip to ChargeLevel3Params and ChargeLevel3

See the changelog for more details.

stripe-go v35.6.0

25 Jun 20:41
Compare
Choose a tag to compare
  • #603 Add support for Level III data on charge creation

See the changelog for more details.

stripe-go v35.5.0

22 Jun 16:39
Compare
Choose a tag to compare
  • #601 Add missing parameters for retrieving an upcoming invoice

See the changelog for more details.

stripe-go v35.4.0

21 Jun 18:12
Compare
Choose a tag to compare
  • #599 Add ExchangeRate to BalanceTransaction

See the changelog for more details.

stripe-go v35.3.0

20 Jun 20:13
Compare
Choose a tag to compare
  • #596 Add Type to ProductListParams so that products can be listed by type

See the changelog for more details.

stripe-go v35.2.0

19 Jun 18:20
Compare
Choose a tag to compare
  • #595 Add Product to PlanListParams so that plans can be listed by product

See the changelog for more details.

stripe-go v35.1.0

18 Jun 00:15
Compare
Choose a tag to compare
  • #592 Add Name field to Coupon and CouponParams

See the changelog for more details.

stripe-go v35.0.0

15 Jun 15:13
Compare
Choose a tag to compare
  • #557 Add automatic retries for intermittent errors (enabling using BackendConfiguration.SetMaxNetworkRetries)
  • #589 Fix all Get methods to support standardized parameter structs + remove some deprecated functions
    • IssuerFraudRecordListParams now uses *string for Charge (set it using stripe.String like elsewhere)
    • event.Get now takes stripe.EventParams instead of Params for consistency
    • The Get method for countryspec, exchangerate, issuerfraudrecord now take an extra params struct parameter to be consistent and allow setting a connected account (use stripe.CountrySpecParams, stripe.ExchangeRateParams, and IssuerFraudRecordParams)
    • charge.MarkFraudulent and charge.MarkSafe have been removed; use charge.Update instead
    • charge.CloseDispute and charge.UpdateDispute have been removed; use dispute.Update or dispute.Close instead
    • loginlink.New now properly passes its params struct into its API call

See the changelog for more details.