Skip to content

Commit

Permalink
1.8.6 - really remove chunked transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Oct 8, 2023
1 parent 04c2d2f commit 181339b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# swyh-rs Changelog

- 1.8.6-beta (unreleased)
- 1.8.6 (Oct 8 2023 dheijl)
- make sure that http-tiny does not use chunking this time

- 1.8.5 (Oct 4 2023 dheijl)
- remove "chunked transfer" config option and associated code, it's considered useless and removed from HTTP 2 anyway
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
authors = ["dheijl <[email protected]>"]
edition = "2021"
name = "swyh-rs"
version = "1.8.6-beta"
version = "1.8.6"
description = "Stream What You Hear written in Rust"
license = "MIT"
repository = "https://github.com/dheijl/swyh-rs/"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

A "Stream-What-You-Hear" implementation written in Rust, MIT licensed.

The current release is 1.8.5 with
The current release is 1.8.6 with

- chunked encoding removed
- chunked encoding option removed
- a fix for issue #107
- a new button to enable injecting silence (Sonos specific)
- a fix for QPlay devices (issue #99) like the Xiaomi S12
Expand Down
2 changes: 1 addition & 1 deletion swyh-rs.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Setup]
AppName=swyh-rs
AppVersion=1.8.5
AppVersion=1.8.6
WizardStyle=modern
DefaultDirName={autopf}\swyh-rs
DefaultGroupName=swyh-rs
Expand Down

0 comments on commit 181339b

Please sign in to comment.