From 5ce77ff6c3becfd14e0a381e4c90b39380a2e2a7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Oct 2024 07:10:42 +0000 Subject: [PATCH] Generated v5.10.0 --- CHANGELOG.md | 6 ++++++ docs/Api/BackendApi.md | 16 +++++++------- docs/Model/Backend.md | 4 ++-- docs/Model/BackendResponse.md | 4 ++-- lib/Api/BackendApi.php | 40 +++++++++++++++++------------------ lib/Configuration.php | 4 ++-- lib/Model/Backend.php | 4 ++-- lib/Model/BackendResponse.php | 4 ++-- sig.json | 2 +- 9 files changed, 45 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e33941a..05701478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v5.10.0](https://github.com/fastly/fastly-php/releases/tag/release/v5.10.0) (2024-10-23) + +**Documentation:** + +- doc(backend): Correct spelling in `connect_timeout` and `first_byte_timeout` field descriptions. + ## [v5.9.0](https://github.com/fastly/fastly-php/releases/tag/release/v5.9.0) (2024-09-13) **Bug fixes:** diff --git a/docs/Api/BackendApi.md b/docs/Api/BackendApi.md index 4ea6cbb5..d36d6af4 100644 --- a/docs/Api/BackendApi.md +++ b/docs/Api/BackendApi.md @@ -41,8 +41,8 @@ $options['auto_loadbalance'] = True; // bool | Whether or not this backend shoul $options['between_bytes_timeout'] = 56; // int | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. $options['client_cert'] = 'client_cert_example'; // string | Unused. $options['comment'] = 'comment_example'; // string | A freeform descriptive note. -$options['connect_timeout'] = 56; // int | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. -$options['first_byte_timeout'] = 56; // int | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. +$options['connect_timeout'] = 56; // int | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. +$options['first_byte_timeout'] = 56; // int | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. $options['healthcheck'] = 'healthcheck_example'; // string | The name of the healthcheck to use with this backend. $options['hostname'] = 'hostname_example'; // string | The hostname of the backend. May be used as an alternative to `address` to set the backend location. $options['ipv4'] = 'ipv4_example'; // string | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. @@ -92,8 +92,8 @@ Name | Type | Description | Notes **between_bytes_timeout** | **int** | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. | [optional] **client_cert** | **string** | Unused. | [optional] **comment** | **string** | A freeform descriptive note. | [optional] -**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] -**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] +**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] +**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] **healthcheck** | **string** | The name of the healthcheck to use with this backend. | [optional] **hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] **ipv4** | **string** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] @@ -260,8 +260,8 @@ $options['auto_loadbalance'] = True; // bool | Whether or not this backend shoul $options['between_bytes_timeout'] = 56; // int | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. $options['client_cert'] = 'client_cert_example'; // string | Unused. $options['comment'] = 'comment_example'; // string | A freeform descriptive note. -$options['connect_timeout'] = 56; // int | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. -$options['first_byte_timeout'] = 56; // int | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. +$options['connect_timeout'] = 56; // int | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. +$options['first_byte_timeout'] = 56; // int | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. $options['healthcheck'] = 'healthcheck_example'; // string | The name of the healthcheck to use with this backend. $options['hostname'] = 'hostname_example'; // string | The hostname of the backend. May be used as an alternative to `address` to set the backend location. $options['ipv4'] = 'ipv4_example'; // string | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. @@ -312,8 +312,8 @@ Name | Type | Description | Notes **between_bytes_timeout** | **int** | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. | [optional] **client_cert** | **string** | Unused. | [optional] **comment** | **string** | A freeform descriptive note. | [optional] -**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] -**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] +**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] +**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] **healthcheck** | **string** | The name of the healthcheck to use with this backend. | [optional] **hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] **ipv4** | **string** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] diff --git a/docs/Model/Backend.md b/docs/Model/Backend.md index 78686ff3..900baac2 100644 --- a/docs/Model/Backend.md +++ b/docs/Model/Backend.md @@ -9,8 +9,8 @@ Name | Type | Description | Notes **between_bytes_timeout** | **int** | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. | [optional] **client_cert** | **string** | Unused. | [optional] **comment** | **string** | A freeform descriptive note. | [optional] -**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] -**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] +**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] +**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] **healthcheck** | **string** | The name of the healthcheck to use with this backend. | [optional] **hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] **ipv4** | **string** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] diff --git a/docs/Model/BackendResponse.md b/docs/Model/BackendResponse.md index 9a7d7207..4a7d2f47 100644 --- a/docs/Model/BackendResponse.md +++ b/docs/Model/BackendResponse.md @@ -9,8 +9,8 @@ Name | Type | Description | Notes **between_bytes_timeout** | **int** | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. | [optional] **client_cert** | **string** | Unused. | [optional] **comment** | **string** | A freeform descriptive note. | [optional] -**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] -**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] +**connect_timeout** | **int** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] +**first_byte_timeout** | **int** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] **healthcheck** | **string** | The name of the healthcheck to use with this backend. | [optional] **hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] **ipv4** | **string** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] diff --git a/lib/Api/BackendApi.php b/lib/Api/BackendApi.php index 0d89ce36..3cf6d6bb 100644 --- a/lib/Api/BackendApi.php +++ b/lib/Api/BackendApi.php @@ -126,8 +126,8 @@ public function getConfig() * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -184,8 +184,8 @@ public function createBackend($options) * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -330,8 +330,8 @@ public function createBackendWithHttpInfo($options) * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -391,8 +391,8 @@ function ($response) { * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -478,8 +478,8 @@ function ($exception) { * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -1889,8 +1889,8 @@ public function listBackendsRequest($options) * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -1948,8 +1948,8 @@ public function updateBackend($options) * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -2095,8 +2095,8 @@ public function updateBackendWithHttpInfo($options) * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -2157,8 +2157,8 @@ function ($response) { * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) @@ -2245,8 +2245,8 @@ function ($exception) { * @param int $between_bytes_timeout Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. (optional) * @param string $client_cert Unused. (optional) * @param string $comment A freeform descriptive note. (optional) - * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) - * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) + * @param int $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. (optional) + * @param int $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. (optional) * @param string $healthcheck The name of the healthcheck to use with this backend. (optional) * @param string $hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. (optional) * @param string $ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. (optional) diff --git a/lib/Configuration.php b/lib/Configuration.php index 1b6ab5c2..5a493db8 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -89,7 +89,7 @@ class Configuration * * @var string */ - protected $userAgent = 'fastly-php/5.9.0'; + protected $userAgent = 'fastly-php/5.10.0'; /** * Debug switch (default set to false) @@ -453,7 +453,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the schema document: 1.0.0' . PHP_EOL; - $report .= ' SDK Package Version: 5.9.0' . PHP_EOL; + $report .= ' SDK Package Version: 5.10.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/lib/Model/Backend.php b/lib/Model/Backend.php index f57a0e10..acf5a560 100644 --- a/lib/Model/Backend.php +++ b/lib/Model/Backend.php @@ -540,7 +540,7 @@ public function getConnectTimeout() /** * Sets connect_timeout * - * @param int|null $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. + * @param int|null $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. * * @return self */ @@ -564,7 +564,7 @@ public function getFirstByteTimeout() /** * Sets first_byte_timeout * - * @param int|null $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. + * @param int|null $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. * * @return self */ diff --git a/lib/Model/BackendResponse.php b/lib/Model/BackendResponse.php index c96f80de..2351e7a3 100644 --- a/lib/Model/BackendResponse.php +++ b/lib/Model/BackendResponse.php @@ -576,7 +576,7 @@ public function getConnectTimeout() /** * Sets connect_timeout * - * @param int|null $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. + * @param int|null $connect_timeout Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. * * @return self */ @@ -600,7 +600,7 @@ public function getFirstByteTimeout() /** * Sets first_byte_timeout * - * @param int|null $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. + * @param int|null $first_byte_timeout Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. * * @return self */ diff --git a/sig.json b/sig.json index d9facb92..12052e1b 100644 --- a/sig.json +++ b/sig.json @@ -1 +1 @@ -{"G": "1827dbb1", "D": "1f27800e"} +{"G": "dbe8e713", "D": "4061d4ec"}