Skip to content

Commit 708ac53

Browse files
committed
Add changelog entry for SOCKS5 proxy support
1 parent 77dd0e0 commit 708ac53

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Babashka [http-client](https://github.com/babashka/http-client): HTTP client for Clojure and babashka built on java.net.http
44

5+
## Unreleased
6+
7+
- [#85](https://github.com/babashka/http-client/issues/85): add SOCKS5 proxy support with `:proxy {:type :socks5 :host <string> :port <long>}`, and optional `:user` and `:pass`. `java.net.http` connects through HTTP proxies only, so this starts an HTTP proxy on 127.0.0.1 that tunnels over the SOCKS5 proxy. You can use a SOCKS5 proxy only in the `:proxy` map of `client`. CI tests it against microsocks only.
8+
59
## 0.4.24 (2026-07-26)
610

711
- [#80](https://github.com/babashka/http-client/issues/80): accept a function of the request URI in `:proxy` to select a proxy per request ([@jeeger](https://github.com/jeeger))

0 commit comments

Comments
 (0)