Skip to content

Latest commit

 

History

History
224 lines (112 loc) · 7.78 KB

CHANGELOG_old.md

File metadata and controls

224 lines (112 loc) · 7.78 KB

1.4.9 (2023-08-11)

Bug Fixes

  • change error message on logger creation failure (df4f4a6)
  • change log to async go-logging (f214b9d)
  • limit conn reuse to same host to prevent authenticationrequired (966d82f)
  • refactor conn reuse for http to fix issues on Windows (http2demo) (70ab0a9)

1.4.8 (2023-07-07)

Bug Fixes

  • disable auto-update with interactive user/pass (f6004f1)

1.4.7 (2023-07-07)

Bug Fixes

  • use relative url with socks proxy (0b45f78)

1.4.6 (2023-07-06)

Bug Fixes

  • missing proxy auth on resued connections (keep-alive) (e78d12e)

1.4.5 (2023-06-30)

Bug Fixes

  • missing return and "no update" message (480057c)

1.4.4 (2023-06-28)

Bug Fixes

  • add config file watcher (93b27a0)

1.4.3 (2023-06-27)

Bug Fixes

  • refactor usage, help and version (a643289)

1.4.2 (2023-06-27)

Bug Fixes

  • close connections on forever pipes, preventing client waiting while target is closed (26c76b3)
  • refactor trace logs (3259984)

1.4.1 (2023-06-26)

Bug Fixes

1.4.0 (2023-06-26)

Features

  • refactor update mechanism (80f5550)

1.3.6 (2023-06-26)

Bug Fixes

  • disable auto-update for "dev" version (2844f85)
  • manager decrypt password error (02e8b04)
  • refactor multiple proxies/hosts (d31bed6)

1.3.5 (2023-06-08)

Bug Fixes

  • restart exit code = 200 (5fab66c)

1.3.4 (2023-06-08)

Bug Fixes

1.3.3 (2023-06-08)

Bug Fixes

1.3.2 (2023-06-08)

Bug Fixes

1.3.1 (2023-06-08)

Bug Fixes

1.3.0 (2023-06-08)

Features

1.2.0 (2023-06-07)

Bug Fixes

Features

1.1.0 (2023-05-03)

Features

  • allow cross-domain to work by fixing krb5 library (6bcf175)

1.0.2 (2023-03-14)

Bug Fixes

  • fix semantic-release config (6a4f03f)

1.0.1 (2023-03-14)

Bug Fixes

  • update go dependencies (321b14a)
  • update help config sample to use new PAC url (a28b105)

1.0.0 (2023-03-14)

  • REFACTOR: moving to sgithub

2023-01-10 - rework direct access with altered host (release candidate)

  • FEAT: new direct access with Host: proto/host[:port] header or /~/proto/host[:port]/... url
  • FIX: swap << and >> in logs
  • FIX: better Now using proxy/host log for multiple proxies/hosts
  • FEAT: add automatic tests

2022-11-30 - fix header logs

  • FIX: header logs issue - slice bounds out of range [:35] with length 31

2022-11-07 - fix logs with %s formats

  • FIX: logs containing formats were evaluated instead of printed

2022-09-20 - fix HTTP/1.1 keep-alive for WSUS

  • FIX: close connection on HTTP/1.1 when proxy does not send keep-alive, for Windows Update through mutiple proxies

2022-09-19 - add direct access with altered host

  • FIX: correct url when used in direct (not as a proxy) with url other than /proxy.pac, using Host header

2022-09-09 - upgrade go version/deps

  • BUILD: update dependencies and build with go 1.18.5

2022-08-24 - automatic kill and verbose on CLI

  • FEAT: automatic verbose (-v) when used without configuration file
  • FEAT: automatic timeout after 1h (or --timeout) when used without configuration file
  • BUILD: update dependencies and build with go 1.17.6

2022-02-02 - fix long running connections

  • FIX: change request timeout to 0 for long running downloads
  • FEAT: add HA support in proxy rules and hosts
  • BUILD: update dependencies and build with go 1.16.2

2021-06-28 - multiple hosts HA

  • FEAT: add HA support in rules - experimental
  • BUILD: update dependencies and build with go 1.16.2

2020-11-04 - fix missing krb realm

  • FIX: missing proxy auth realm
  • BUILD: update dependencies and build with go 1.16.2

2020-05-25 - pac and encrypted password

  • FEAT: publish proxy pac as /proxy.pac
  • FEAT: add proxy pac support
  • FEAT: add encrypted password to configuration file
  • BUILD: update dependencies and build with go 1.16.2

2020-05-08 - initial port from java

First version, port from actual java code.