Skip to content

Commit cfa52f8

Browse files
author
github-actions
committed
Generated v4.6.0
1 parent 66e1eda commit cfa52f8

File tree

921 files changed

+2234
-1577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

921 files changed

+2234
-1577
lines changed

CHANGELOG.md

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

3+
## [v4.6.0](https://github.com/fastly/fastly-rust/releases/tag/release/v4.6.0) (2024-05-24)
4+
5+
**Bug fixes:**
6+
7+
- fix(backend): Correct tcp_keepalive_enable to be nullable
8+
- bugfix(resource): Correct `type_resource` accepted values
9+
- bugfix(sudo): Mark API to require authentication token
10+
11+
**Enhancements:**
12+
13+
- feat(image-optimizer-default-settings): Add Image Optimizer Default Settings APIs
14+
- feat(tls-subscriptions): Add `certificate_authority` filter parameter
15+
16+
**Documentation:**
17+
18+
- docs(generator): Update links in docs and comments with unified docs site URL structure
19+
- docs(generator): Clean up README by using GitHub alert icons and collapsible sections
20+
- doc(logging-kinesis): Update description of `format` field.
21+
- doc(tls-subscriptions): Update descriptions of `certificate_authority` and `tls_subscription_include` fields.
22+
323
## [v4.5.0](https://github.com/fastly/fastly-rust/releases/tag/release/v4.5.0) (2024-04-25)
424

525
**Bug fixes:**

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastly-api"
3-
version = "4.5.0"
3+
version = "4.6.0"
44
authors = ["Fastly <[email protected]>"]
55
edition = "2021"
66
description = "Fastly API client"

README.md

Lines changed: 543 additions & 531 deletions
Large diffs are not rendered by default.

docs/AclApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# AclApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**create_acl**](AclApi.md#create_acl) | **POST** /service/{service_id}/version/{version_id}/acl | Create a new ACL
89
[**delete_acl**](AclApi.md#delete_acl) | **DELETE** /service/{service_id}/version/{version_id}/acl/{acl_name} | Delete an ACL
910
[**get_acl**](AclApi.md#get_acl) | **GET** /service/{service_id}/version/{version_id}/acl/{acl_name} | Describe an ACL

docs/AclEntryApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# AclEntryApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**bulk_update_acl_entries**](AclEntryApi.md#bulk_update_acl_entries) | **PATCH** /service/{service_id}/acl/{acl_id}/entries | Update multiple ACL entries
89
[**create_acl_entry**](AclEntryApi.md#create_acl_entry) | **POST** /service/{service_id}/acl/{acl_id}/entry | Create an ACL entry
910
[**delete_acl_entry**](AclEntryApi.md#delete_acl_entry) | **DELETE** /service/{service_id}/acl/{acl_id}/entry/{acl_entry_id} | Delete an ACL entry

docs/ApexRedirectApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# ApexRedirectApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**create_apex_redirect**](ApexRedirectApi.md#create_apex_redirect) | **POST** /service/{service_id}/version/{version_id}/apex-redirects | Create an apex redirect
89
[**delete_apex_redirect**](ApexRedirectApi.md#delete_apex_redirect) | **DELETE** /apex-redirects/{apex_redirect_id} | Delete an apex redirect
910
[**get_apex_redirect**](ApexRedirectApi.md#get_apex_redirect) | **GET** /apex-redirects/{apex_redirect_id} | Get an apex redirect

docs/AutomationTokensApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# AutomationTokensApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**create_automation_token**](AutomationTokensApi.md#create_automation_token) | **POST** /automation-tokens | Create Automation Token
89
[**get_automation_token_id**](AutomationTokensApi.md#get_automation_token_id) | **GET** /automation-tokens/{id} | Retrieve an Automation Token by ID
910
[**get_automation_tokens_id_services**](AutomationTokensApi.md#get_automation_tokens_id_services) | **GET** /automation-tokens/{id}/services | List Automation Token Services

docs/BackendApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# BackendApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**create_backend**](BackendApi.md#create_backend) | **POST** /service/{service_id}/version/{version_id}/backend | Create a backend
89
[**delete_backend**](BackendApi.md#delete_backend) | **DELETE** /service/{service_id}/version/{version_id}/backend/{backend_name} | Delete a backend
910
[**get_backend**](BackendApi.md#get_backend) | **GET** /service/{service_id}/version/{version_id}/backend/{backend_name} | Describe a backend

docs/BillingAddressApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# BillingAddressApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**add_billing_addr**](BillingAddressApi.md#add_billing_addr) | **POST** /customer/{customer_id}/billing_address | Add a billing address to a customer
89
[**delete_billing_addr**](BillingAddressApi.md#delete_billing_addr) | **DELETE** /customer/{customer_id}/billing_address | Delete a billing address
910
[**get_billing_addr**](BillingAddressApi.md#get_billing_addr) | **GET** /customer/{customer_id}/billing_address | Get a billing address

docs/BillingApi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# BillingApi
22

3-
All URIs are relative to *https://api.fastly.com*
3+
> [!NOTE]
4+
> All URIs are relative to `https://api.fastly.com`
45
56
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7+
------ | ------------ | -----------
78
[**get_invoice**](BillingApi.md#get_invoice) | **GET** /billing/v2/year/{year}/month/{month} | Get an invoice
89
[**get_invoice_by_id**](BillingApi.md#get_invoice_by_id) | **GET** /billing/v2/account_customers/{customer_id}/invoices/{invoice_id} | Get an invoice
910
[**get_invoice_mtd**](BillingApi.md#get_invoice_mtd) | **GET** /billing/v2/account_customers/{customer_id}/mtd_invoice | Get month-to-date billing estimate

0 commit comments

Comments
 (0)