Skip to content

Commit c14d17a

Browse files
author
github-actions
committedMar 13, 2025·
Generated v7.0.0
1 parent 74afa26 commit c14d17a

File tree

69 files changed

+198
-672
lines changed

Some content is hidden

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

69 files changed

+198
-672
lines changed
 

‎CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [v7.0.0](https://github.com/fastly/fastly-rust/releases/tag/release/v7.0.0) (2025-03-13)
4+
5+
**Breaking Changes:**
6+
7+
- fix(automation_tokens): Response content types corrected.
8+
- fix(automation_tokens): Removed timestamp fields.
9+
- removed(billing): Billing v2 API has been removed.
10+
11+
- fix(acls_in_compute): Corrected `meta.limit` field type from string to integer.
12+
13+
- fix(condition): Condition responses now always have a string value for the priority field.
14+
- fix(header): Header responses now always have a string value for the priority field.
15+
- fix(snippet): Snippet responses now always have string values for the priority and dynamic fields.
16+
17+
- fix(kv_store_item): `kv-store-get-item` returns an inline object instead of a File object.
18+
19+
20+
**Enhancements:**
21+
22+
- fix(automation_tokens): Added tls_access, creator_id fields to responses.
23+
- feat(billing_usage_metrics): Added filter by service identifier for service-usage-metrics endpoint.
24+
- feat(tls_bulk_certificates): Added `not_before` and `not_after` filter parameters to allow for filtering of bulk TLS
25+
certificates by expiry.
26+
27+
28+
**Documentation:**
29+
30+
- doc(billing_usage_metrics): Correct documentation of pagination limits.
31+
- doc(billing_usage_metrics): Correct documentation of api conditions for product_id and usage_type_name filters.
32+
- doc(logging_azureblob): Mention Azure Block size limits.
33+
34+
335
## [v6.0.0](https://github.com/fastly/fastly-rust/releases/tag/release/v6.0.0) (2025-02-26)
436

537
**Breaking Changes:**

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastly-api"
3-
version = "6.0.0"
3+
version = "7.0.0"
44
authors = ["Fastly <oss@fastly.com>"]
55
edition = "2021"
66
description = "Fastly API client"

0 commit comments

Comments
 (0)