Releases: mat/besticon
Releases · mat/besticon
v3.20.0
What's Changed
- Bump golang.org/x/image from 0.15.0 to 0.18.0 by @dependabot in #102
- Bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in #103
Full Changelog: v3.19.0...v3.20.0
v3.19.0
What's Changed
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #97
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #98
- Append relative base href to siteURL by @IndrekHaav in #99
New Contributors
- @IndrekHaav made their first contribution in #99
Full Changelog: v3.18.0...v3.19.0
v3.18.0
What's Changed
- Bump golang.org/x/image from 0.5.0 to 0.10.0 by @dependabot in #91
- Do the go v3 'properly' by @freeformz in #96
New Contributors
- @freeformz made their first contribution in #96
Full Changelog: v3.17.0...v3.18.0
v3.17.0
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
v3.15.0
- Go and alpine version updates.
- v3.14.0...v3.15.0
v3.14.0
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
- @koesie10 made their first contribution in #70
- @dependabot made their first contribution in #78
Full Changelog: v3.13.0...v3.14.0
v3.13.0
v3.12.0
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