Releases: stripe/stripe-go
Releases · stripe/stripe-go
stripe-go v32.3.0
- #576 Fix plan transform usage to use
BucketSize
instead ofDivideBy
; note this is technically a breaking API change, but we've released it as a minor because the previous manifestation didn't work
stripe-go v32.2.0
stripe-go v32.1.0
- #572 Add
Active
to plan parameters and response
stripe-go v32.0.1
- #569 Fix unmarshaling of expanded transaction sources in balanace transactions
stripe-go v32.0.0
- #544 MAJOR changes that make all fields on parameter structs pointers, and rename many fields on parameter and response structs to be consistent with naming in the REST API; we've written a migration guide with complete details to help with the upgrade
stripe-go v31.0.0
- #566 Support
DisputeParams
indispute.Close
stripe-go v30.8.1
- #562 Add
go.mod
for vgo support
stripe-go v30.8.0
- #558 Add
SubscriptionItem
toInvoiceLine
stripe-go v30.7.0
- #552 Add support for issuer fraud records
stripe-go v30.6.1
- #550 Append standard
Params
as well as card options when encodingCardParams