Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Updates #1422

Merged
merged 2 commits into from Aug 23, 2022
Merged

API Updates #1422

merged 2 commits into from Aug 23, 2022

Conversation

kamil-stripe
Copy link
Contributor

@kamil-stripe kamil-stripe commented Aug 18, 2022

Codegen for openapi v184.
r? @pakrym-stripe
cc @stripe/api-libraries

Changelog

  • Add support for new resource CustomerCashBalanceTransaction
  • Remove support for value paypal from enums OrderCreateParams.payment.settings.payment_method_types[] and OrderUpdateParams.payment.settings.payment_method_types[]
  • Add support for currency on PaymentLink
  • Add support for network on SetupIntentConfirmParams.payment_method_options.card, SetupIntentCreateParams.payment_method_options.card, SetupIntentUpdateParams.payment_method_options.card, Subscription.payment_settings.payment_method_options.card, SubscriptionCreateParams.payment_settings.payment_method_options.card, and SubscriptionUpdateParams.payment_settings.payment_method_options.card
  • Change TreasuryOutboundTransferCreateParams.destination_payment_method to be optional
  • Add support for new value customer_cash_balance_transaction.created on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • Change the return type of Customer.fundCashBalance test helper from CustomerBalanceTransaction to CustomerCashBalanceTransaction.
    • This would generally be considered a breaking change, but we've worked with all existing users to migrate and are comfortable releasing this as a minor as it is solely a test helper method. This was essentially broken prior to this change.

@dcr-stripe dcr-stripe merged commit 9d7effe into master Aug 23, 2022
pakrym-stripe added a commit that referenced this pull request Sep 26, 2022
* Add beta readme.md section (#1425)

* Codegen for openapi v184 (#1422)

* Bump version to 21.3.0

* Update README.md to clarify that API version can only be change in beta (#1427)

* Update README.md

* Update README.md

* Show test coverage in README

* Codegen for openapi v186 (#1430)

* Bump version to 21.4.0

* Update coveralls to only run for one java version

* Update badge to static format, add command in Makefile to update version in shields.io link accordingly

* Update docuemntation test

* Codegen for openapi v188 (#1433)

* Bump version to 21.5.0

* Codegen for openapi v189 (#1434)

* Bump version to 21.6.0

* Codegen for openapi v190 (#1435)

* Bump version to 21.7.0

* Codegen for openapi v192 (#1444)

* Bump version to 21.8.0

* React to EventDataClassLookup generation changes (#1446)

* Codegen for openapi v196 (#1445)

* Bump version to 21.9.0

* Set version to 21.9.0 to simplify merge

* Reset version to 21.4.0-beta.1

* Codegen for openapi v196

Co-authored-by: Kamil Pajdzik <99290280+kamil-stripe@users.noreply.github.com>
Co-authored-by: Dominic Charley-Roy <dcr@stripe.com>
Co-authored-by: Annie Li <anniel@stripe.com>
Co-authored-by: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com>
Co-authored-by: Dominic Charley-Roy <78050200+dcr-stripe@users.noreply.github.com>
Co-authored-by: yejia-stripe <90646909+yejia-stripe@users.noreply.github.com>
Co-authored-by: Yejia Chen <yejia@stripe.com>
Co-authored-by: Kamil Pajdzik <kamil@stripe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants