Releases: stripe/stripe-go
Releases · stripe/stripe-go
stripe-go v42.0.0
- #663 Add support for usage record summaries and rename
Live
onIssuerFraudRecord,
SourceTransaction, and
UsageRecordto
Livemode` (a minor breaking change)
stripe-go v41.0.0
stripe-go v40.2.0
- #657 Use integer-indexed encoding for all arrays
stripe-go v40.1.0
- #656 Expose new
ValidatePayload
functions for validating incoming payloads without constructing an event
stripe-go v40.0.2
- #652 Change the type of
FileUpload.Links
toFileLinkList
(this is a bug fix given that the previous type would never have worked)
stripe-go v40.0.1
- #653 All
BackendImplementation
s should sleep by default on retries
stripe-go v40.0.0
- #648 Introduce buffers so a request's body can be read multiple times (this modifies the interface of a few exported internal functions so it's technically breaking, but it will probably not be breaking for most users)
- #649 Rename
BackendConfiguration
toBackendImplementation
(likewise, technically breaking, but minor) - #650 Export
webhook.ComputeSignature
stripe-go v39.0.0
- #646 Set request body before every retry (this modifies the
interface of a few exported internal functions so it's technically breaking, but it will probably not be breaking for most users)
stripe-go v38.2.0
stripe-go v38.1.0
- #643 Bug fix and various code/logging improvements to retry code