mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #596] Update ureq to 3.0.10 #357
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SO9010 on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/596
Originally assigned to: @SO9010 on GitHub.
We are currently stuck at version 2.10.1. We should change to the latest version. There are strong differences in the API, I have already started trying to do this, but I'm running into some issues when it comes to the URL builder as it now uses http.
I'm struggling with using .query() and will be looking more into it soon!
Look at migration guide if you are curious.
@jacksongoode do you have much experience with this "new" ureq format or at least HTTP to build the URL. I will create a PR when its in fit shape unless you want to work on it with me asap?
@SO9010 commented on GitHub (Apr 13, 2025):
Note:
proxy-from-env is the default now. CONNECT-proxy needs no extra feature flag, but socks-proxy does.@arch-btw commented on GitHub (Apr 17, 2025):
I'm glad you caught that! I use the socks-proxy feature daily. It wasn't really documented anywhere, other than a quick mention that it was implemented. Maybe we should add it to the readme 🤔.
@SO9010 commented on GitHub (Apr 17, 2025):
Yeah I think that's a good idea, a rewrite of the readme is needed! I had started but then I lost motivation, if you would like too that would be lovely :P
@SO9010 commented on GitHub (Apr 17, 2025):
I'll be able to work on this properly after Easter!
@arch-btw commented on GitHub (Apr 18, 2025):
Awesome! I hope you have a great Easter!
@SO9010 commented on GitHub (Apr 18, 2025):
Thanks! You too!
@SO9010 commented on GitHub (May 18, 2025):
Almost done now :)