Skip to content

Commit a402aa3

Browse files
author
github-actions
committed
Generated v1.0.0-beta.23
1 parent 669c93a commit a402aa3

20 files changed

+292
-286
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.0.0-beta.23](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.23) (2023-10-27)
4+
5+
**Documentation:**
6+
7+
- docs: rename Compute@Edge to Compute.
8+
39
## [v1.0.0-beta.22](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.22) (2023-10-24)
410

511
**Enhancements:**

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Go client library for interacting with most facets of the [Fastly API](https://developer.fastly.com/reference/api).
44

5-
> **NOTE:** This API client is auto-generated from Fastly's OpenAPI specification and may not function correctly when used on the Compute@Edge platform. Support for Compute@Edge is on the roadmap but has not yet been prioritised.
5+
> **NOTE:** This API client is auto-generated from Fastly's OpenAPI specification and may not function correctly when used on the Compute platform. Support for Compute is on the roadmap but has not yet been prioritised.
66
77
## Requirements
88

@@ -14,7 +14,7 @@ Add the following to your project's `go.mod`:
1414

1515
```go.mod
1616
require (
17-
github.com/fastly/fastly-go v1.0.0-beta.22
17+
github.com/fastly/fastly-go v1.0.0-beta.23
1818
)
1919
```
2020

@@ -406,8 +406,8 @@ Class | Method | HTTP request | Description
406406
*OriginInspectorRealtimeAPI* | [**GetOriginInspectorLast120Seconds**](docs/OriginInspectorRealtimeAPI.md#getorigininspectorlast120seconds) | **GET** `/v1/origins/{service_id}/ts/h` | Get real-time origin data for the last 120 seconds
407407
*OriginInspectorRealtimeAPI* | [**GetOriginInspectorLastMaxEntries**](docs/OriginInspectorRealtimeAPI.md#getorigininspectorlastmaxentries) | **GET** `/v1/origins/{service_id}/ts/h/limit/{max_entries}` | Get a limited number of real-time origin data entries
408408
*OriginInspectorRealtimeAPI* | [**GetOriginInspectorLastSecond**](docs/OriginInspectorRealtimeAPI.md#getorigininspectorlastsecond) | **GET** `/v1/origins/{service_id}/ts/{start_timestamp}` | Get real-time origin data from specific time.
409-
*PackageAPI* | [**GetPackage**](docs/PackageAPI.md#getpackage) | **GET** `/service/{service_id}/version/{version_id}/package` | Get details of the service's Compute@Edge package.
410-
*PackageAPI* | [**PutPackage**](docs/PackageAPI.md#putpackage) | **PUT** `/service/{service_id}/version/{version_id}/package` | Upload a Compute@Edge package.
409+
*PackageAPI* | [**GetPackage**](docs/PackageAPI.md#getpackage) | **GET** `/service/{service_id}/version/{version_id}/package` | Get details of the service's Compute package.
410+
*PackageAPI* | [**PutPackage**](docs/PackageAPI.md#putpackage) | **PUT** `/service/{service_id}/version/{version_id}/package` | Upload a Compute package.
411411
*PoolAPI* | [**CreateServerPool**](docs/PoolAPI.md#createserverpool) | **POST** `/service/{service_id}/version/{version_id}/pool` | Create a server pool
412412
*PoolAPI* | [**DeleteServerPool**](docs/PoolAPI.md#deleteserverpool) | **DELETE** `/service/{service_id}/version/{version_id}/pool/{pool_name}` | Delete a server pool
413413
*PoolAPI* | [**GetServerPool**](docs/PoolAPI.md#getserverpool) | **GET** `/service/{service_id}/version/{version_id}/pool/{pool_name}` | Get a server pool

docs/HistoricalFieldResultsAttributes.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,19 +157,19 @@ Name | Type | Description | Notes
157157
**ComputeRequestTimeBilledMs** | Pointer to **float32** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional]
158158
**ComputeRAMUsed** | Pointer to **int32** | The amount of RAM used for your service by Fastly (in bytes). | [optional]
159159
**ComputeExecutionTimeMs** | Pointer to **float32** | The amount of active CPU time used to process your requests (in milliseconds). | [optional]
160-
**ComputeReqHeaderBytes** | Pointer to **int32** | Total header bytes received by Compute@Edge. | [optional]
161-
**ComputeReqBodyBytes** | Pointer to **int32** | Total body bytes received by Compute@Edge. | [optional]
162-
**ComputeRespHeaderBytes** | Pointer to **int32** | Total header bytes sent from Compute@Edge to end user. | [optional]
163-
**ComputeRespBodyBytes** | Pointer to **int32** | Total body bytes sent from Compute@Edge to end user. | [optional]
164-
**ComputeRespStatus1xx** | Pointer to **int32** | Number of \"Informational\" category status codes delivered by Compute@Edge. | [optional]
165-
**ComputeRespStatus2xx** | Pointer to **int32** | Number of \"Success\" category status codes delivered by Compute@Edge. | [optional]
166-
**ComputeRespStatus3xx** | Pointer to **int32** | Number of \"Redirection\" category status codes delivered by Compute@Edge. | [optional]
167-
**ComputeRespStatus4xx** | Pointer to **int32** | Number of \"Client Error\" category status codes delivered by Compute@Edge. | [optional]
168-
**ComputeRespStatus5xx** | Pointer to **int32** | Number of \"Server Error\" category status codes delivered by Compute@Edge. | [optional]
169-
**ComputeBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional]
170-
**ComputeBereqBodyBytes** | Pointer to **int32** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional]
171-
**ComputeBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends (origins) by Compute@Edge. | [optional]
172-
**ComputeBerespBodyBytes** | Pointer to **int32** | Total body bytes received from backends (origins) by Compute@Edge. | [optional]
160+
**ComputeReqHeaderBytes** | Pointer to **int32** | Total header bytes received by the Compute platform. | [optional]
161+
**ComputeReqBodyBytes** | Pointer to **int32** | Total body bytes received by the Compute platform. | [optional]
162+
**ComputeRespHeaderBytes** | Pointer to **int32** | Total header bytes sent from Compute to end user. | [optional]
163+
**ComputeRespBodyBytes** | Pointer to **int32** | Total body bytes sent from Compute to end user. | [optional]
164+
**ComputeRespStatus1xx** | Pointer to **int32** | Number of \"Informational\" category status codes delivered by the Compute platform. | [optional]
165+
**ComputeRespStatus2xx** | Pointer to **int32** | Number of \"Success\" category status codes delivered by the Compute platform. | [optional]
166+
**ComputeRespStatus3xx** | Pointer to **int32** | Number of \"Redirection\" category status codes delivered by the Compute platform. | [optional]
167+
**ComputeRespStatus4xx** | Pointer to **int32** | Number of \"Client Error\" category status codes delivered by the Compute platform. | [optional]
168+
**ComputeRespStatus5xx** | Pointer to **int32** | Number of \"Server Error\" category status codes delivered by the Compute platform. | [optional]
169+
**ComputeBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends (origins) by the Compute platform. | [optional]
170+
**ComputeBereqBodyBytes** | Pointer to **int32** | Total body bytes sent to backends (origins) by the Compute platform. | [optional]
171+
**ComputeBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends (origins) by the Compute platform. | [optional]
172+
**ComputeBerespBodyBytes** | Pointer to **int32** | Total body bytes received from backends (origins) by the Compute platform. | [optional]
173173
**ComputeBereqs** | Pointer to **int32** | Number of backend requests started. | [optional]
174174
**ComputeBereqErrors** | Pointer to **int32** | Number of backend request errors, including timeouts. | [optional]
175175
**ComputeResourceLimitExceeded** | Pointer to **int32** | Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. | [optional]

0 commit comments

Comments
 (0)