File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.11.0] ( https://github.com/fastly/fastly-rust/releases/tag/release/v4.11.0 ) (2024-08-21)
4+
5+ ** Bug fixes:**
6+
7+ - bugfix(py): Add dependencies to pyproject.toml.
8+ - fix(billing): make rate-per-unit nullable
9+
310## [ v4.10.0] ( https://github.com/fastly/fastly-rust/releases/tag/release/v4.10.0 ) (2024-08-08)
411
512** Bug fixes:**
Original file line number Diff line number Diff line change 11[package ]
22name = " fastly-api"
3- version = " 4.10 .0"
3+ version = " 4.11 .0"
44authors = [
" Fastly <[email protected] >" ]
55edition = " 2021"
66description = " Fastly API client"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Rust 2021 Edition
1515Add the following to ` Cargo.toml ` under ` [dependencies] ` :
1616
1717``` toml
18- fastly-api = " 4.10 .0"
18+ fastly-api = " 4.11 .0"
1919```
2020
2121## Usage
Original file line number Diff line number Diff line change 1- {"G" : " 01161630 " , "D" : " 80b361d0 " }
1+ {"G" : " 6c487eff " , "D" : " 8fce7d1c " }
Original file line number Diff line number Diff 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/4.10 .0/rust" . to_owned ( ) ) ,
52+ user_agent : Some ( "fastly-rust/4.11 .0/rust" . to_owned ( ) ) ,
5353 client : reqwest:: Client :: new ( ) ,
5454 basic_auth : None ,
5555 oauth_access_token : None ,
You can’t perform that action at this time.
0 commit comments