Skip to content

Commit

Permalink
Update to ureq 3.0.0-rc1 (#143)
Browse files Browse the repository at this point in the history
* Update to ureq 3.0.0-rc1

* Update CHANGELOG

* oops

* Just allow MPL-2.0

* Fix rebase

* Add basic HTTP retry due to EOF I/O errors

* Update CHANGELOG
  • Loading branch information
Jake-Shadle authored Oct 17, 2024
1 parent 6cf9348 commit c5f1655
Show file tree
Hide file tree
Showing 10 changed files with 346 additions and 593 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Fixed
- [PR#143](https://github.com/Jake-Shadle/xwin/pull/142) is a second attempt to resolve [#141](https://github.com/Jake-Shadle/xwin/issues/141) by switching to a new `3.0.0-rc1` version of ureq that might not have the same issue, as well as adding support for retries of EOF I/O errors seen by users which can be configured via `--http-retry` or `XWIN_HTTP_RETRY`.

### Fixed (failed)
- [PR#142](https://github.com/Jake-Shadle/xwin/pull/142) is an attempt to resolve [#141](https://github.com/Jake-Shadle/xwin/issues/141) by switching from `ureq` to `reqwest`.

## [0.6.5] - 2024-08-21
Expand Down
Loading

0 comments on commit c5f1655

Please sign in to comment.