-
Notifications
You must be signed in to change notification settings - Fork 751
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 #1413
Merged
Merged
API Updates #1413
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kamil-stripe
approved these changes
May 5, 2022
pakrym-stripe
added a commit
that referenced
this pull request
Jun 8, 2022
* API Updates (#1413) * Bump version to 8.221.0 * API Updates (#1414) * Bump version to 8.222.0 * API Updates (#1415) * feat(http-client): retry closed connection errors (#1336) * feat(http-client): Retry requests that failed with closed connection Requests that fail with closed connection errors (ECONNRESET, EPIPE) are automatically retried. - `ECONNRESET` (Connection reset by peer): A connection was forcibly closed by a peer.closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or reboot. Commonly encountered via the http and net modules. - `EPIPE` (Broken pipe): A write on a pipe, socket, or FIFO for which there is no process to read the data. Commonly encountered at the net and http layers, indicative that the remote side of the stream being written to has been closed. Fixes: #1040 * Remove deprecated orders-related events (#1417) * Bump version to 9.0.0 * API Updates (#1420) * Codegen for openapi 7789931 * Bump version to 9.1.0 * API Updates (#1422) * Codegen for openapi 056745c Co-authored-by: Richard Marmorstein <richardm@stripe.com> Co-authored-by: Dominic Charley-Roy <dcr@stripe.com> * Bump version to 9.2.0 * Codegen for openapi v146 (#1430) * Bump version to 9.3.0 * Codegen for openapi v147 (#1431) * Bump version to 9.4.0 * docs: Update HttpClient documentation to remove experimental status. (#1432) * Codegen for openapi v149 (#1434) * Bump version to 9.5.0 * API Updates (#1439) * Bump version to 9.6.0 * Update README.md (#1440) * Codegen for openapi v152 (#1441) * Add test for cash balance methods. (#1438) * Bump version to 9.7.0 Co-authored-by: Dominic Charley-Roy <78050200+dcr-stripe@users.noreply.github.com> Co-authored-by: Dominic Charley-Roy <dcr@stripe.com> Co-authored-by: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com> Co-authored-by: Bruno Pinto <brunoferreirapinto@gmail.com> Co-authored-by: Richard Marmorstein <richardm@stripe.com> Co-authored-by: Kamil Pajdzik <99290280+kamil-stripe@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Codegen for openapi 42cbb18.
r? @kamil-stripe
cc @stripe/api-libraries
Changelog
FinancialConnections.AccountOwner
,FinancialConnections.AccountOwnership
,FinancialConnections.Account
, andFinancialConnections.Session
financial_connections
onCheckout.Session.payment_method_options.us_bank_account
,CheckoutSessionCreateParams.payment_method_options.us_bank_account
,Invoice.payment_settings.payment_method_options.us_bank_account
,InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account
,InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account
,PaymentIntent.payment_method_options.us_bank_account
,PaymentIntentConfirmParams.payment_method_options.us_bank_account
,PaymentIntentCreateParams.payment_method_options.us_bank_account
,PaymentIntentUpdateParams.payment_method_options.us_bank_account
,SetupIntent.payment_method_options.us_bank_account
,SetupIntentConfirmParams.payment_method_options.us_bank_account
,SetupIntentCreateParams.payment_method_options.us_bank_account
,SetupIntentUpdateParams.payment_method_options.us_bank_account
,Subscription.payment_settings.payment_method_options.us_bank_account
,SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account
, andSubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account
financial_connections_account
onPaymentIntentConfirmParams.payment_method_data.us_bank_account
,PaymentIntentCreateParams.payment_method_data.us_bank_account
,PaymentIntentUpdateParams.payment_method_data.us_bank_account
,PaymentMethod.us_bank_account
,PaymentMethodCreateParams.us_bank_account
,SetupIntentConfirmParams.payment_method_data.us_bank_account
,SetupIntentCreateParams.payment_method_data.us_bank_account
, andSetupIntentUpdateParams.payment_method_data.us_bank_account