Skip to content

Commit

Permalink
replace ureq by attohttpc
Browse files Browse the repository at this point in the history
as the migration from ureq 2 to ureq 3 is largely undocumented and migration to attohhtpc took less than a minute.
  • Loading branch information
dheijl committed Jan 28, 2025
1 parent 97f9abf commit 52d5f6f
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 54 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# swyh-rs Changelog

- 1.12.4 (unreleased)
- switch to attohtpc from ureq due to too many breaking and undocumented changes in ureq 3. Migrating to attohttpc took less than a minute.

- 1.12.3 (Nov 28 2024 dheijl)
- support multiple players at the same IP address and port (e.g. Bubble UPNP exposing multiple Chromecast devices), see issue #157. Players are no longer identified by their IP address but by their SSDP "Location".
- built with Rust 1.83.0
Expand Down
Loading

0 comments on commit 52d5f6f

Please sign in to comment.