v1.51.0
erikdubbelboer
released this
14 Nov 11:29
·
130 commits
to master
since this release
What's Changed
- Refactor: Move RSA Key and Certificate to Variables in Tests by @OrangeFlag in #1621
- Replace path.Join with filepath.Join in tests by @alexandear in #1623
- reset request disableSpecialHeader by @xiluoxi in #1626
- Make
hijackConn
behaviour compliant withnet.Conn
interface by @askolesov in #1629 - BUGFIX: HostClient.DialDualStack not work when using DoDeadline by @cloudfly in #1634
- Allow redirect URI path to not be normalized. by @skidder in #1638
- Add support to fs.fs on serve static files by @peczenyj in #1640
- fix benchmark panics on client_timing_test.go by @peczenyj in #1643
- add support to go 1.21.x into test.yml by @peczenyj in #1642
- Don't fast fail when one test fails by @erikdubbelboer in #1645
- Skip fs cache based on config by @peczenyj in #1644
- chore: Rename coarseTime.go to coarsetime.go by @alexandear in #1651
- chore: Remove redundant and outdated build constraints by @alexandear in #1650
- chore: add golangci-lint config file for flexibility by @alexandear in #1649
- Lazy load stackless functions by @Gusted in #1656
- Enable dupword, unconvert linters by @alexandear in #1658
New Contributors
- @OrangeFlag made their first contribution in #1621
- @xiluoxi made their first contribution in #1626
- @askolesov made their first contribution in #1629
- @cloudfly made their first contribution in #1634
- @skidder made their first contribution in #1638
- @Gusted made their first contribution in #1656
Full Changelog: v1.50.0...v1.51.0