Skip to content

v1.5.0: chore: update Go version to 1.26 and refresh dependencies

Choose a tag to compare

@lesichkovm lesichkovm released this 21 Mar 07:28
· 11 commits to main since this release
- Bump Go version from 1.25 to 1.26
- Update go-runewidth from v0.0.20 to v0.0.21
- Update golang.org/x/sys from v0.41.0 to v0.42.0
- Update golang.org/x/text from v0.34.0 to v0.35.0
- Update golang.org/x/sync from v0.19.0 to v0.20.0
- Add HTTPS redirect middleware with configurable localhost skipping and custom skip logic
- Add security headers middleware with CSP, HSTS, and comprehensive header configuration
- Add security middleware documentation