Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to ureq 2.0 #134

Merged
merged 1 commit into from
Jan 10, 2021
Merged

Switch to ureq 2.0 #134

merged 1 commit into from
Jan 10, 2021

Conversation

jyn514
Copy link
Contributor

@jyn514 jyn514 commented Jan 4, 2021

Congrats to @jsha and @algestan on the release 🎉 The new code is shorter and even gets rid of a dependency :)

This is a breaking change since deadlinks has ureq::Transport in the public API.

@jyn514 jyn514 added C-enhancement Category: This is a new feature A-http-check A: Checking http links labels Jan 4, 2021
@jyn514 jyn514 force-pushed the ureq-2 branch 2 times, most recently from 07f6242 to f934f83 Compare January 4, 2021 00:44
@jyn514
Copy link
Contributor Author

jyn514 commented Jan 4, 2021

Hmm, I think this is a real regression: fetching 308 URLs worked in 1.5.4, but not in 2.0.

@jyn514
Copy link
Contributor Author

jyn514 commented Jan 8, 2021

This is blocked on algesten/ureq#289 (for algesten/ureq#288).

@jsha
Copy link

jsha commented Jan 10, 2021

2.0.1 is released now, with the fixes you need!

- Remove redundant url field. This can now be found from ureq itself.
- Implement `From` now that the URL field is gone
@jyn514 jyn514 merged commit 58a972a into deadlinks:master Jan 10, 2021
@jyn514 jyn514 deleted the ureq-2 branch January 10, 2021 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http-check A: Checking http links C-enhancement Category: This is a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants