Releases: williambailey/pacproxy
Releases · williambailey/pacproxy
Just a bump with new platform builds.
No extra features or fixes.
Binaries built using go 1.18.2
May I redirect your attention to over here
Sometimes you just can't wait forever
Attempts to fix an issue where http requests would sometimes stall forever when CONNECTing via some upstream proxy servers.
Each little bump helps.
- The
-c
flag is now required and the application with fail gracefully if it is not provided. (#9) - Better usage information, now includes the version number.
- Built using go 1.13.5
- Migrated to go modules
Version 2.0
A lot of implementation changes and rewrites.
User facing highlights...
- improved stability
- improvements when proxying https requests through other proxy servers.
- support for loading pac configuration from a local file, a http url, or direct javascript.
- better output when running in verbose mode
- binaries built with go 1.9.2
Hopefully better then v1
A lot of implementation changes and rewrites.
User facing highlights...
- better verbose logging
- smarter pac configuration loading
- less crashing on macOS Sierra
- built with go 1.8.3
Important
Not all pac functions are available in this release. The following functions still need implementing.
weekdayRange()
dateRange()
timeRange()
Welcome to pacproxy 101
Fixes a few race conditions when handling concurrent proxy requests.
Version one
A no-frills local HTTP proxy server powered by a proxy auto-config (PAC) file.
v0.8.1
First public release
v0.7.0 Add LICENSE and update README