Skip to content

Commit 8d5e1aa

Browse files
author
github-actions
committed
Generated v7.0.1
1 parent c14d17a commit 8d5e1aa

File tree

183 files changed

+10
-13913
lines changed

Some content is hidden

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

183 files changed

+10
-13913
lines changed

CHANGELOG.md

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

3+
## [v7.0.1](https://github.com/fastly/fastly-rust/releases/tag/release/v7.0.1) (2025-03-16)
4+
5+
**Bug fixes:**
6+
7+
- bugfix(rust): Removed obsolete class files that were being generated in the library
8+
39
## [v7.0.0](https://github.com/fastly/fastly-rust/releases/tag/release/v7.0.0) (2025-03-13)
410

511
**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 = "7.0.0"
3+
version = "7.0.1"
44
authors = ["Fastly <[email protected]>"]
55
edition = "2021"
66
description = "Fastly API client"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Rust 2021 Edition
1515
Add the following to `Cargo.toml` under `[dependencies]`:
1616

1717
```toml
18-
fastly-api = "7.0.0"
18+
fastly-api = "7.0.1"
1919
```
2020

2121
## Usage

sig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"G": "b5b58c2d", "D": "2741b776"}
1+
{"G": "39e26652", "D": "3492fa4e"}

src/apis/billing_api.rs

-230
This file was deleted.

src/apis/configuration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl Default for Configuration {
4949

5050
Configuration {
5151
base_path: "https://api.fastly.com".to_owned(),
52-
user_agent: Some("fastly-rust/7.0.0/rust".to_owned()),
52+
user_agent: Some("fastly-rust/7.0.1/rust".to_owned()),
5353
client: reqwest::Client::new(),
5454
basic_auth: None,
5555
oauth_access_token: None,

0 commit comments

Comments
 (0)