Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-03 | 323 Bytes | |
Release v1.128.0 source code.tar.gz | 2025-07-03 | 10.4 MB | |
Release v1.128.0 source code.zip | 2025-07-03 | 14.1 MB | |
Totals: 3 Items | 24.5 MB | 2 |
1.128.0 - 2025-07-03
Added
HTTP{,S}_PROXY=...
now accepts URIs without a scheme (e.gHTTP_PROXY=domain.com:port
) (saf-2082)
Fixed
- Java: Deprecated
class $A
partial class pattern, in favor ofclass $A { ... }
(safe-2104)