github stripe/stripe-go v71.44.0

latest releases: v78.5.0-beta.1, v78.4.0, v78.4.0-beta.1...
3 years ago
  • #1148 Make original list object accessible on iterators
    • This change is technically breaking in that an exported type, stripe.Query, changes from type Query func(*Params, *form.Values) ([]interface{}, ListMeta, error) to type Query func(*Params, *form.Values) ([]interface{}, ListContainer, error). We've opted to ship this as a minor version anyway because although exported, Query is meant for internal use in other stripe-go packages and the vast majority of users are unlikely to be referencing it. If you are, please refer to the diff in #1148 for how to update callsites accordingly. If you think there is a major use of Query that we've likely overlooked, please open an issue.

See the changelog for more details.

Don't miss a new stripe-go release

NewReleases is sending notifications on new releases.