Changelog
v1.6.1 - 14 July 2022
Improvements
- PR #811 - Add command line flag to toggle required
consistency on consul reads. (@jeremycw) - PR #860 - Fix x-forwarded-for header processing for
ws connections. (@bn0ir) - PR #854 - Update registry documentation for custom type. (@webmutation)
- Issue #873 - Bump version of go-diff dependency to fix reported
crash. (@ddreier @nathanejohnson) - PR #816 - Fix memory leak around GRPC connections. (@nathanejohnson)
- PR #884 - Fix CSS issue in clipboards in hugo docs (@KTruesdellENA)
- PR #875 - Build multi-arch Docker images for amd64 and arm64
architectures (@vamc19) - PR #885 - Moved admin UI assets to use go embed. (@nathanejohnson)
- Issue #866 - Fixed issue where admin UI overrides were not working
properly. (@nathanejohnson @KTruesdellENA) - Issue #858 - Add option to specify TLS 1.3 for min and max version
(@dcarbone @nathanejohnson) - PR #896 - Set SNI to match host for https routes (@KTruesdellENA)
- Issue #872 - Crash on using rnd stratgy on 32 bit platforms fixed
(@sbrl @nathanejohnson)
Breaking Changes
Minimum go version is bumped to 1.16 since we use embed functionality.