mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update socket also to respond http
This commit is contained in:
parent
cc3af22682
commit
251e5740f0
1246 changed files with 62800 additions and 2951 deletions
41
vendor/stripe/stripe-php/CHANGELOG.md
vendored
41
vendor/stripe/stripe-php/CHANGELOG.md
vendored
|
@ -1,5 +1,46 @@
|
|||
# Changelog
|
||||
|
||||
## 16.1.0 - 2024-10-03
|
||||
* [#1765](https://github.com/stripe/stripe-php/pull/1765) Update generated code
|
||||
* Remove the support for resource `Margin` that was accidentally made public in the last release
|
||||
|
||||
## 16.0.0 - 2024-10-01
|
||||
* [#1756](https://github.com/stripe/stripe-php/pull/1756) Support for APIs in the new API version 2024-09-30.acacia
|
||||
|
||||
This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading.
|
||||
|
||||
### ⚠️ Breaking changes
|
||||
|
||||
* Rename `usage_threshold_config` to `usage_threshold` on `Billing.Alert`
|
||||
* Remove support for `filter` on `Billing.Alert`. Use the filters on the `usage_threshold` instead
|
||||
|
||||
|
||||
### Additions
|
||||
|
||||
* Add support for new value `international_transaction` on enum `Treasury.ReceivedCredit.failure_code`
|
||||
* Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` under the [v2 namespace ](https://docs.corp.stripe.com/api-v2-overview)
|
||||
* Add new method `parseThinEvent()` on the `StripeClient` class to parse [thin events](https://docs.corp.stripe.com/event-destinations#events-overview).
|
||||
* Add a new method [rawRequest()](https://github.com/stripe/stripe-node/tree/master?tab=readme-ov-file#custom-requests) on the `StripeClient` class that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.
|
||||
|
||||
|
||||
## 15.10.0 - 2024-09-18
|
||||
* [#1747](https://github.com/stripe/stripe-php/pull/1747) Update generated code
|
||||
* Add support for new value `international_transaction` on enum `Treasury.ReceivedDebit.failure_code`
|
||||
* [#1745](https://github.com/stripe/stripe-php/pull/1745) Update generated code
|
||||
* Add support for new value `terminal_reader_invalid_location_for_activation` on enum `StripeError.code`
|
||||
* Add support for `automatically_finalizes_at` on `Invoice`
|
||||
|
||||
## 15.9.0 - 2024-09-12
|
||||
* [#1737](https://github.com/stripe/stripe-php/pull/1737) Update generated code
|
||||
* Add support for new resource `InvoiceRenderingTemplate`
|
||||
* Add support for `all`, `archive`, `retrieve`, and `unarchive` methods on resource `InvoiceRenderingTemplate`
|
||||
|
||||
## 15.8.0 - 2024-08-29
|
||||
* [#1742](https://github.com/stripe/stripe-php/pull/1742) Generate SDK for OpenAPI spec version 1230
|
||||
* Add support for new value `issuing_regulatory_reporting` on enum `File.purpose`
|
||||
* Add support for new value `hr_oib` on enum `TaxId.type`
|
||||
* Add support for `status_details` on `TestHelpers.TestClock`
|
||||
|
||||
## 15.7.0 - 2024-08-15
|
||||
* [#1736](https://github.com/stripe/stripe-php/pull/1736) Update generated code
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue