Skip to content

Conversation

@pakrym-stripe
Copy link
Contributor

@pakrym-stripe pakrym-stripe commented May 25, 2022

Codegen for openapi v149.
r? @kamil-stripe
cc @stripe/api-libraries

Changelog

  • Add support for affirm_payments and link_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
  • Add support for id_number_secondary on AccountCreateParams.individual, AccountUpdateParams.individual, PersonCreateParams, PersonUpdateParams, TokenCreateParams.account.individual, and TokenCreateParams.person
  • Add support for new value affirm on enum CheckoutSessionCreateParams.payment_method_types[]
  • Add support for hosted_instructions_url on PaymentIntent.next_action.display_bank_transfer_instructions
  • Add support for id_number_secondary_provided on Person
  • Add support for card_issuing on TreasuryFinancialAccountCreateParams.features, TreasuryFinancialAccountUpdateFeaturesParams, and TreasuryFinancialAccountUpdateParams.features

@pakrym-stripe pakrym-stripe force-pushed the latest-codegen-master branch from ce87458 to 6ccdcb4 Compare May 25, 2022 21:34
@pakrym-stripe pakrym-stripe force-pushed the latest-codegen-master branch from 6ccdcb4 to 23f31cc Compare May 25, 2022 21:52
@pakrym-stripe pakrym-stripe requested review from a team and richardm-stripe and removed request for a team and richardm-stripe May 25, 2022 21:52
@pakrym-stripe pakrym-stripe force-pushed the latest-codegen-master branch from 23f31cc to 41e1e0f Compare May 25, 2022 21:58
@pakrym-stripe pakrym-stripe force-pushed the latest-codegen-master branch from 41e1e0f to 8ae55d2 Compare May 26, 2022 17:57
@stripe-ci stripe-ci assigned kamil-stripe and unassigned dcr-stripe May 26, 2022
@pakrym-stripe pakrym-stripe merged commit cc0867c into master May 26, 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 <[email protected]>
Co-authored-by: Dominic Charley-Roy <[email protected]>

* 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 <[email protected]>
Co-authored-by: Dominic Charley-Roy <[email protected]>
Co-authored-by: Richard Marmorstein <[email protected]>
Co-authored-by: Bruno Pinto <[email protected]>
Co-authored-by: Richard Marmorstein <[email protected]>
Co-authored-by: Kamil Pajdzik <[email protected]>
gurus00 pushed a commit to gurus00/stripe-node that referenced this pull request Feb 11, 2025
gurus00 pushed a commit to gurus00/stripe-node that referenced this pull request Feb 11, 2025
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.

5 participants