Skip to content

Releases: go-chi/chi

v5.0.9

13 Jul 15:59

Choose a tag to compare

v5.0.8

07 Dec 13:27

Choose a tag to compare

  • middleware.RealIP: few improvements #665 #684
  • middleware.Vary: fix #640
  • middleware.Recoverer: dont recover http.ErrAbortHandler #624
  • History of changes, see: v5.0.7...v5.0.8

v5.0.7

18 Nov 21:57

Choose a tag to compare

  • middleware.RealIP - add support for True-Client-IP header
  • History of changes, see: v5.0.6...v5.0.7

v5.0.6

15 Nov 21:31

Choose a tag to compare

  • Introduce simple util middleware.Maybe
  • History of changes, see: v5.0.5...v5.0.6

v5.0.5

27 Oct 11:14

Choose a tag to compare

  • Fix middleware.Recoverer under Go 1.17+ (again)
  • Update middleware.Heartbeat to respond to both HEAD and GET requests
  • History of changes, see: v5.0.4...v5.0.5

v5.0.4

29 Aug 14:38

Choose a tag to compare

v5.0.3

29 Apr 22:41

Choose a tag to compare

v5.0.2

25 Mar 13:05

Choose a tag to compare

v5.0.1

10 Mar 12:43

Choose a tag to compare

v5.0.0

28 Feb 00:13
fe3708e

Choose a tag to compare

  • chi v5, github.com/go-chi/chi/v5 introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.
  • chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
    The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
    chi v5 at github.com/go-chi/chi/v5. I hope someday the developer experience and ergonomics I've been seeking
    will still come to fruition in some form, see golang/go#44550
  • History of changes: see v1.5.4...v5.0.0