Releases: stripe/stripe-go
Releases · stripe/stripe-go
stripe-go v35.9.0
- #611 Introduce
GetBackendWithConfig
and make logging configurable per backend
stripe-go v35.8.0
- #607 Add support for
PartnerID
fromstripe.SetAppInfo
stripe-go v35.7.0
- #604 Add extra parameters
CustomerReference
andShippingFromZip
toChargeLevel3Params
andChargeLevel3
stripe-go v35.6.0
- #603 Add support for Level III data on charge creation
stripe-go v35.5.0
- #601 Add missing parameters for retrieving an upcoming invoice
stripe-go v35.4.0
- #599 Add
ExchangeRate
toBalanceTransaction
stripe-go v35.3.0
- #596 Add
Type
toProductListParams
so that products can be listed by type
stripe-go v35.2.0
- #595 Add
Product
toPlanListParams
so that plans can be listed by product
stripe-go v35.1.0
- #592 Add
Name
field toCoupon
andCouponParams
stripe-go v35.0.0
- #557 Add automatic retries for intermittent errors (enabling using
BackendConfiguration.SetMaxNetworkRetries
) - #589 Fix all
Get
methods to support standardized parameter structs + remove some deprecated functionsIssuerFraudRecordListParams
now uses*string
forCharge
(set it usingstripe.String
like elsewhere)event.Get
now takesstripe.EventParams
instead ofParams
for consistency- The
Get
method forcountryspec
,exchangerate
,issuerfraudrecord
now take an extra params struct parameter to be consistent and allow setting a connected account (usestripe.CountrySpecParams
,stripe.ExchangeRateParams
, andIssuerFraudRecordParams
) charge.MarkFraudulent
andcharge.MarkSafe
have been removed; usecharge.Update
insteadcharge.CloseDispute
andcharge.UpdateDispute
have been removed; usedispute.Update
ordispute.Close
insteadloginlink.New
now properly passes its params struct into its API call