Skip to content

Commit aa34aa8

Browse files
author
github-actions
committedFeb 28, 2024·
Generated v4.4.0
1 parent 2c03865 commit aa34aa8

File tree

115 files changed

+1122
-128
lines changed

Some content is hidden

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

115 files changed

+1122
-128
lines changed
 

‎CHANGELOG.md

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v4.4.0](https://github.com/fastly/fastly-rust/releases/tag/release/v4.4.0) (2024-02-28)
4+
5+
**Enhancements:**
6+
7+
- feat(billing): add 'get invoice by invoice ID' endpoint.
8+
- feat(billing): add 'list invoices' endpoint.
9+
- feat(image_opto): add 'shield' and 'transform' methods and fields.
10+
- feat(secret_store): add 'name' filter.
11+
- feat(tls): add 'create CSR' endpoint.
12+
- feat(tls_subscription): add 'active order' methods and fields.
13+
14+
**Documentation:**
15+
16+
- doc(backend) fix openssl link.
17+
- doc(director,domain_inspector,pool,realtime) fix POPs link.
18+
- doc(service) fix service version link.
19+
- doc(tls) fix activation link.
20+
321
## [v4.3.1](https://github.com/fastly/fastly-rust/releases/tag/release/v4.3.1) (2024-02-19)
422

523
**Bug fixes:**
@@ -267,7 +285,7 @@ Substantial changes were made to the underlying OpenAPI specification that produ
267285

268286
**Enhancements:**
269287

270-
* New interface from code-generated API client [#43](https://github.com/fastly/fastly-rust/pull/3)
271-
* [Blog post: Better Fastly API clients with OpenAPI Generator](https://dev.to/fastly/better-fastly-api-clients-with-openapi-generator-3lno)
272-
* [Documentation](https://github.com/fastly/fastly-rust#documentation-for-api-endpoints)
273-
* [Unsupported API endpoints](https://github.com/fastly/fastly-rust#issues)
288+
- New interface from code-generated API client [#43](https://github.com/fastly/fastly-rust/pull/3)
289+
- [Blog post: Better Fastly API clients with OpenAPI Generator](https://dev.to/fastly/better-fastly-api-clients-with-openapi-generator-3lno)
290+
- [Documentation](https://github.com/fastly/fastly-rust#documentation-for-api-endpoints)
291+
- [Unsupported API endpoints](https://github.com/fastly/fastly-rust#issues)

‎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.3.1"
3+
version = "4.4.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.