WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: cactus/go-camo

v2.4.4

25 Jul 20:59

Choose a tag to compare

  • update dependencies
  • bump version in go.mod (and fix all internal module references)
    ref: discussion #62

v2.4.3

18 Feb 23:04

Choose a tag to compare

v2.4.2

16 Feb 17:38
2caae31

Choose a tag to compare

  • update library dependency prometheus, covering CVE-2022-21698.
    Note that for go-camo, the issue in the prometheus library was exploitable only when the metrics option/flag (--metrics) is enabled.
  • build with go1.19.5

v2.4.1

29 Sep 00:28

Choose a tag to compare

What's Changed

  • Rebuild release with go-1.19.1
  • Documentation fixes

Full Changelog: v2.4.0...v2.4.1

v2.4.0

30 Jan 22:24

Choose a tag to compare

  • Add support for internal address proxies (HTTP(S)_PROXY). Issue #55
  • Add some additional documentation/caveats regarding HTTP(S)_PROXY usage.

v2.3.0

20 Oct 22:25

Choose a tag to compare

  • Add support for listening on a unix socket.
  • A more graceful shutdown process, under SIGINT or SIGTERM.

v2.2.2

22 Aug 00:59

Choose a tag to compare

  • Change test only helper library
  • structure logging (json) support for http requests (debug logging). PR #52
  • build with go-1.17

v2.2.1

26 Mar 02:16

Choose a tag to compare

  • Update some dependencies.
  • Clean up a few tests
  • Build with go 1.16.2

v2.2.0

10 Jan 22:38

Choose a tag to compare

  • Move ip filtering to Dialer.Control, to further improve SSRF protections.
    Note: Added a few additional debug log messages emitted when ip filtering

v2.1.5

11 Aug 23:33
b6e62e3

Choose a tag to compare

  • Rebuild release with go-1.15