negroni v3.1.1 Release Notes

Release Date: 2024-06-04 // about 2 years ago
  • ๐Ÿ›  Fixed

    • Writing an HTTP 1xx status codes no longer results in a 200 being sent in
      โž• addition given the expectation is that a follow-up status code will be written
      ๐Ÿ‘ป later. The exception is 101 Switching Protocols since this is terminal. This
      matches net/http behavior.

Previous changes from v2.0.2

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Go module name for v2