Besticon Versions Save

Favicon service written in Go

v3.18.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mat/besticon/compare/v3.17.0...v3.18.0

v3.17.0

6 months ago

What's Changed

Full Changelog: https://github.com/mat/besticon/compare/v3.16.0...v3.17.0

v3.16.0

8 months ago

Release v3.16.0

  • Build for linux/arm64

v3.15.0

10 months ago

v3.14.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mat/besticon/compare/v3.13.0...v3.14.0

v3.13.0

2 years ago

Lots of additions!

  • Migrate to go mod (#44) (thanks @korbenclario)
  • Add JPEG support (#50) (thanks @gurgeous)
  • Add support for SVG icon (#52, #55) (thanks @gurgeous)
  • Use go 1.16

v3.12.0

3 years ago

New features

  • Add support CORS headers using CORS_ENABLED=true (da6f747)

  • Add option to change listening address at startup (#41) (thanks @NateTheSage!)

  • Use go 1.14

v3.11.0

4 years ago
  • Add proxying support SERVER_MODE=download (#40) (Thanks @karl-ravn !)
  • Some app.json changes for Google Cloud Run

v3.10.0

4 years ago
  • Rewrite Dockerfile
  • Expose /metrics for Prometheus
  • Use go1.13
  • Remove gziphandler
  • Remove exposing expvar
  • dep ensure -update

v3.9.0

5 years ago

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