Skip to content

Releases: stripe/stripe-go

stripe-go v42.0.0

20 Aug 22:39
Compare
Choose a tag to compare
  • #663 Add support for usage record summaries and rename Live on IssuerFraudRecord, SourceTransaction, and UsageRecordtoLivemode` (a minor breaking change)

See the changelog for more details.

stripe-go v41.0.0

17 Aug 23:14
Compare
Choose a tag to compare
  • #659 Remove mutating Bitcoin receiver API calls (these were no longer functional anyway)
  • #661 Correct IssuingCardShipping's type to int64
  • #662 Rename IssuingCardShipping's Eta to ETA

See the changelog for more details.

stripe-go v40.2.0

15 Aug 18:48
Compare
Choose a tag to compare
  • #657 Use integer-indexed encoding for all arrays

See the changelog for more details.

stripe-go v40.1.0

10 Aug 16:57
Compare
Choose a tag to compare
  • #656 Expose new ValidatePayload functions for validating incoming payloads without constructing an event

See the changelog for more details.

stripe-go v40.0.2

07 Aug 13:53
Compare
Choose a tag to compare
  • #652 Change the type of FileUpload.Links to FileLinkList (this is a bug fix given that the previous type would never have worked)

See the changelog for more details.

stripe-go v40.0.1

07 Aug 13:49
Compare
Choose a tag to compare
  • #653 All BackendImplementations should sleep by default on retries

See the changelog for more details.

stripe-go v40.0.0

07 Aug 00:47
Compare
Choose a tag to compare
  • #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 to BackendImplementation (likewise, technically breaking, but minor)
  • #650 Export webhook.ComputeSignature

See the changelog for more details.

stripe-go v39.0.0

04 Aug 20:04
Compare
Choose a tag to compare
  • #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)

See the changelog for more details.

stripe-go v38.2.0

03 Aug 15:56
Compare
Choose a tag to compare
  • #644 Add support for file links
  • #645 Add support for Cancel to topups

See the changelog for more details.

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.