Skip to content

Releases: stripe/stripe-go

stripe-go v34.0.0

12 Jun 21:40
Compare
Choose a tag to compare
  • #585 Remove File in favor of FileUpload, and consolidating both classes which were already nearly identical except MIMEType has been replaced by Type (this is technically a breaking change, but quite a small one)

See the changelog for more details.

stripe-go v33.0.0

11 Jun 14:16
Compare
Choose a tag to compare
  • #583 Add new account constants, rename one, and fix DueBy (this is quite a small breaking change)

See the changelog for more details.

stripe-go v32.4.1

11 Jun 14:05
Compare
Choose a tag to compare
  • #582 Fix unmarshaling of LegalEntity (specifically when we have legal_entity[additional_owners][][verification]) so that it comes out as a struct

See the changelog for more details.

stripe-go v32.4.0

07 Jun 18:51
Compare
Choose a tag to compare
  • #577 Add DocumentBack to account legal entity identity verification parameters and response

See the changelog for more details.

stripe-go v32.3.0

07 Jun 13:17
Compare
Choose a tag to compare
  • #576 Fix plan transform usage to use BucketSize instead of DivideBy; note this is technically a breaking API change, but we've released it as a minor because the previous manifestation didn't work

See the changelog for more details.

stripe-go v32.2.0

07 Jun 02:40
Compare
Choose a tag to compare
  • #571 Add HostedInvoiceURL and InvoicePDF to Invoice
  • #573 Add FormatURLPath helper to allow safer URL path building

See the changelog for more details.

stripe-go v32.1.0

06 Jun 21:53
Compare
Choose a tag to compare
  • #572 Add Active to plan parameters and response

See the changelog for more details.

stripe-go v32.0.1

06 Jun 20:21
Compare
Choose a tag to compare
  • #569 Fix unmarshaling of expanded transaction sources in balanace transactions

See the changelog for more details.

stripe-go v32.0.0

06 Jun 17:43
Compare
Choose a tag to compare
  • #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

See the changelog for more details.

stripe-go v31.0.0

06 Jun 17:20
Compare
Choose a tag to compare
  • #566 Support DisputeParams in dispute.Close

See the changelog for more details.