Skip to content

Commit cfa52f8

Browse files
author
github-actions
committedMay 24, 2024·
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

+20
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

+1-1
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 <oss@fastly.com>"]
55
edition = "2021"
66
description = "Fastly API client"

0 commit comments

Comments
 (0)
Please sign in to comment.