Skip to content

Releases: cactus/go-camo

v2.7.1

09 Oct 03:50

Choose a tag to compare

  • bump dependencies
  • rebuild binaries with go-1.25.2

v2.7.0

01 Oct 23:50

Choose a tag to compare

  • fix: add image/svg+xml to acceptTypes. (#84)
  • add ability to set user-agent, distinct from server-name

v2.6.5

16 Aug 17:55

Choose a tag to compare

  • rebuild binaries with go-1.25
  • remove gomaxprocs dependencies, as this functionality now natively handled by
    Go itself (as of go-1.25)

v2.6.4

09 Aug 17:07

Choose a tag to compare

  • Support for ECS quota detection with automaxprocs
    ref: #83

  • Update depencencies

v2.6.3

01 Apr 21:36

Choose a tag to compare

  • Build with go-1.24.2
  • Update depencencies

v2.6.2

22 Feb 21:28

Choose a tag to compare

  • Switch man-page generate to scdoc.
  • Update dependencies
  • Build with go-1.24

v2.6.1

20 Dec 00:58

Choose a tag to compare

Changes:

  • Update dependencies.

v2.6.0

31 Aug 16:41

Choose a tag to compare

  • Start building with Go-1.23.0
  • Add CLI flag to expose ReadTimeout for tuning (frontend).
    Default is 30s (no change in default).
  • Add CLI flag for configuring IdleTimeout, the maximum amount of time to wait for the next request when keep-alive is enabled (frontend).
    Default is 30 seconds (no change in default, see note below).
    Note: Previously this value was not set, so it defaulted to the zero value, which resulted in the ReadTimeout value (default 30s) being used internally by the go http server. The new default mirrors this previous old default.

v2.5.1

03 Jul 02:45

Choose a tag to compare

v2.5.0

27 Jun 20:34

Choose a tag to compare

  • Implement optional redirect when max-size is exceeded #80