v5.1.0
SOCKS5 that actually talks SOCKS
proxy.type: socks5 now opens an RFC 1928 CONNECT tunnel (optional RFC 1929 username/password). Apache setProxy(HttpHost) is HTTP CONNECT only — 5.0.6–5.0.8 sent that to microsocks (proxy.qaguru.school:7777) and failed with ProtocolException.
Multipart sendPhoto is unchanged: only TCP goes through the tunnel.
Config
"proxy": {
"type": "socks5",
"host": "proxy.qaguru.school",
"port": 7777,
"username": "${MICROSOCKS_USER}",
"password": "${MICROSOCKS_PASS}"
}Credentials also from MICROSOCKS_USER/MICROSOCKS_PASS or ALLURE_NOTIFICATIONS_PROXY_*.
wget https://github.com/qa-guru/allure-notifications/releases/download/v5.1.0/allure-notifications-5.1.0.jar
java -DconfigFile=notifications/config.json -jar allure-notifications-5.1.0.jar
Java line is still legacy vs CLI 6.x. Branch: release/5.1.0.