Skip to content

Commit

Permalink
Generated v1.0.0-beta.25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 30, 2023
1 parent 1148afd commit 0b39947
Show file tree
Hide file tree
Showing 45 changed files with 714 additions and 16,708 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.0.0-beta.25](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.25) (2023-11-29)

**Breaking:**

- breaking(historical): restructure OpenAPI schema to avoid duplicated data rendering.

**Bug fixes:**

- fix: no longer display Markdown syntax in code comments.

**Enhancements:**

- feat(stats): expose new `service_id` and `start_time` fields.

## [v1.0.0-beta.24](https://github.com/fastly/fastly-go/releases/tag/v1.0.0-beta.24) (2023-11-07)

**Enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your project's `go.mod`:

```go.mod
require (
github.com/fastly/fastly-go v1.0.0-beta.24
github.com/fastly/fastly-go v1.0.0-beta.25
)
```

Expand Down
24 changes: 12 additions & 12 deletions docs/HistoricalAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStats`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetHistStats`: HistoricalResponse
// response from `GetHistStats`: HistoricalStatsByServiceResponse
fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStats`: %v\n", resp)
}
```
Expand All @@ -68,7 +68,7 @@ Name | Type | Description | Notes

### Return type

[**HistoricalResponse**](HistoricalResponse.md)
[**HistoricalStatsByServiceResponse**](HistoricalStatsByServiceResponse.md)

### Authorization

Expand Down Expand Up @@ -114,7 +114,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsAggregated`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetHistStatsAggregated`: HistoricalAggregateResponse
// response from `GetHistStatsAggregated`: HistoricalStatsAggregatedResponse
fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsAggregated`: %v\n", resp)
}
```
Expand All @@ -134,7 +134,7 @@ Name | Type | Description | Notes

### Return type

[**HistoricalAggregateResponse**](HistoricalAggregateResponse.md)
[**HistoricalStatsAggregatedResponse**](HistoricalStatsAggregatedResponse.md)

### Authorization

Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsField`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetHistStatsField`: HistoricalFieldResponse
// response from `GetHistStatsField`: HistoricalStatsByServiceResponse
fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsField`: %v\n", resp)
}
```
Expand All @@ -205,7 +205,7 @@ Name | Type | Description | Notes

### Return type

[**HistoricalFieldResponse**](HistoricalFieldResponse.md)
[**HistoricalStatsByServiceResponse**](HistoricalStatsByServiceResponse.md)

### Authorization

Expand Down Expand Up @@ -252,7 +252,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsService`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetHistStatsService`: HistoricalAggregateResponse
// response from `GetHistStatsService`: HistoricalStatsAggregatedResponse
fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsService`: %v\n", resp)
}
```
Expand All @@ -276,7 +276,7 @@ Name | Type | Description | Notes

### Return type

[**HistoricalAggregateResponse**](HistoricalAggregateResponse.md)
[**HistoricalStatsAggregatedResponse**](HistoricalStatsAggregatedResponse.md)

### Authorization

Expand Down Expand Up @@ -324,7 +324,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetHistStatsServiceField`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetHistStatsServiceField`: HistoricalFieldAggregateResponse
// response from `GetHistStatsServiceField`: HistoricalStatsAggregatedResponse
fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetHistStatsServiceField`: %v\n", resp)
}
```
Expand All @@ -349,7 +349,7 @@ Name | Type | Description | Notes

### Return type

[**HistoricalFieldAggregateResponse**](HistoricalFieldAggregateResponse.md)
[**HistoricalStatsAggregatedResponse**](HistoricalStatsAggregatedResponse.md)

### Authorization

Expand Down Expand Up @@ -452,7 +452,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `HistoricalAPI.GetUsage`: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetUsage`: HistoricalUsageAggregateResponse
// response from `GetUsage`: HistoricalUsageAggregatedResponse
fmt.Fprintf(os.Stdout, "Response from `HistoricalAPI.GetUsage`: %v\n", resp)
}
```
Expand All @@ -472,7 +472,7 @@ Name | Type | Description | Notes

### Return type

[**HistoricalUsageAggregateResponse**](HistoricalUsageAggregateResponse.md)
[**HistoricalUsageAggregatedResponse**](HistoricalUsageAggregatedResponse.md)

### Authorization

Expand Down
142 changes: 0 additions & 142 deletions docs/HistoricalFieldAggregateResponse.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/HistoricalFieldAggregateResponseAllOf.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/HistoricalFieldResponseDataField.md

This file was deleted.

Loading

0 comments on commit 0b39947

Please sign in to comment.