Skip to content

Releases: cactus/go-camo

v2.6.0

31 Aug 16:41
Compare
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
Compare
Choose a tag to compare

v2.5.0

27 Jun 20:34
Compare
Choose a tag to compare
  • Implement optional redirect when max-size is exceeded #80

v2.4.13

22 Apr 23:40
Compare
Choose a tag to compare

Changes

  • Release tagged only for updating docker images.
  • No functional code changes.

Docker Images

v2.4.12

20 Apr 20:52
Compare
Choose a tag to compare
  • Update library dependencies.
  • Fix docker and github packages publishing issue.

v2.4.11

04 Apr 03:14
Compare
Choose a tag to compare
  • Update library dependencies.
  • Build with Go-1.22.2

v2.4.10

17 Mar 20:40
Compare
Choose a tag to compare
  • Update library dependencies.

v2.4.9

17 Feb 01:18
Compare
Choose a tag to compare
  • Minimum Go version now 1.21 due to quic-go dependency, due to better cryto/tls support for QUIC in Go-1.21.
  • Update library dependencies.
  • Build with Go 1.22

v2.4.8

19 Dec 22:04
Compare
Choose a tag to compare
  • Add --automaxprocs flag to set GOMAXPROCS automatically to match Linux
    container CPU quota/limits.
  • Update library dependencies.

v2.4.7

13 Nov 21:42
Compare
Choose a tag to compare
  • Add http3/quic server support. New flag --quic. Requires --ssl-listen.