Skip to content

Releases: mat/besticon

v3.18.0

04 Mar 19:21
@mat mat
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.17.0...v3.18.0

v3.17.0

27 Oct 18:04
@mat mat
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #90
  • Address more private network leakage scenarios by @mat in #89

Full Changelog: v3.16.0...v3.17.0

v3.16.0

31 Aug 18:59
@mat mat
Compare
Choose a tag to compare

Release v3.16.0

  • Build for linux/arm64

v3.15.0

29 Jun 14:56
@mat mat
Compare
Choose a tag to compare

v3.14.0

08 Mar 22:30
@mat mat
Compare
Choose a tag to compare

What's Changed

  • Switch from go-bindata to go:embed by @koesie10 in #70
  • Upgrade build tooling to Go 1.17 by @koesie10 in #71
  • Allow changing Prometheus metrics path via METRICS_PATH by @koesie10 in #74
  • Allow disabling HTML browse pages via DISABLE_BROWSE_PAGES by @koesie10 in #72
  • Disable pprof by default by @koesie10 in #73
  • Allow more configuration of the besticon package by @koesie10 in #75
  • Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 by @dependabot in #78
  • Bump golang.org/x/text from 0.3.5 to 0.3.8 by @dependabot in #79
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 by @dependabot in #81
  • Bump golang.org/x/image from 0.0.0-20210220032944-ac19c3e999fb to 0.5.0 by @dependabot in #80

New Contributors

Full Changelog: v3.13.0...v3.14.0

v3.13.0

01 Aug 19:16
@mat mat
Compare
Choose a tag to compare

Lots of additions!

v3.12.0

26 Jul 08:28
@mat mat
Compare
Choose a tag to compare

New features

v3.11.0

10 Dec 19:30
@mat mat
Compare
Choose a tag to compare
  • Add proxying support SERVER_MODE=download (#40) (Thanks @karl-ravn !)
  • Some app.json changes for Google Cloud Run

v3.10.0

14 Sep 19:01
@mat mat
Compare
Choose a tag to compare
  • Rewrite Dockerfile
  • Expose /metrics for Prometheus
  • Use go1.13
  • Remove gziphandler
  • Remove exposing expvar
  • dep ensure -update

v3.9.0

28 Dec 12:54
@mat mat
Compare
Choose a tag to compare

Introduce new environment variables, see https://github.com/mat/besticon#configuration:

  • HTTP_USER_AGENT
  • HTTP_CLIENT_TIMEOUT
  • HTTP_MAX_AGE_DURATION

Minor:

  • Use go 1.11.4
  • dep ensure -update