PackageTrack
Sign in Get early access

github.com/gorilla/handlers

v1.5.2 #1191 most downloaded on Go modules gorilla/handlers

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Ships unpredictably

gaps range from 2 weeks to 2.2 years

Most releases are documented

notes for 7 of 8 stable releases

Nothing withdrawn

no release was ever pulled

14 years old

188 releases · first in 2013

0 releases in the last 12 months

see the full history below

Release timeline

188 releases · Feb 2013 to Jan 2024
2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 60 of 188
  1. v1.5.3-0.20240122035735-9c61bd81e701 22 Jan 2024 pre-release

    Nothing published for this version

  2. v1.5.2 18 Oct 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.5.1...v1.5.2

    Open source →
  3. v1.5.2-0.20231018112531-02b3ca3432de 18 Oct 2023 pre-release

    Nothing published for this version

  4. v1.5.2-0.20230816020609-fc9305756b09 16 Aug 2023 pre-release

    Nothing published for this version

  5. v1.5.2-0.20230731073833-ca610efb585c 31 Jul 2023 pre-release

    Nothing published for this version

  6. v1.5.2-0.20230730154953-0eda2fcc0eb0 30 Jul 2023 pre-release

    Nothing published for this version

  7. v1.5.2-0.20230715200757-f1799b804901 15 Jul 2023 pre-release

    Nothing published for this version

  8. v1.5.2-0.20230715145214-9971ae94b91c 15 Jul 2023 pre-release

    Nothing published for this version

  9. v1.5.2-0.20221209155821-546854cf1d61 09 Dec 2022 pre-release

    Nothing published for this version

  10. v1.5.2-0.20200912192107-3e030244b4ba 12 Sep 2020 pre-release

    Nothing published for this version

  11. v1.5.2-0.20200912191648-cda0fa93e5f3 12 Sep 2020 pre-release

    Nothing published for this version

  12. v1.5.1 31 Aug 2020
    Release notes

    🔊 v1.5.1 fixes an issue with the CompressHandler introduced in v1.5.0 that would break compression of some responses. We strongly recommend you upgrade to v1.5.1.

    CHANGELOG

    Open source →
  13. v1.5.1-0.20200831182838-d453effd20e6 31 Aug 2020 pre-release

    Nothing published for this version

  14. v1.5.0 22 Aug 2020
    Release notes

    ⚠ v1.5.1 fixes an issue with the CompressHandler introduced in v1.5.0 that would break compression of some responses. We strongly recommend you upgrade to v1.5.1.

    This release improves how handlers manages existing http.ResponseWriters that are already wrapped with a Pusher or other extensions. It will no longer break existing implementations thanks to the changes made in #193.

    CHANGELOG

    • Use httpsnoop to wrap ResponseWriter. (#193) @muirdm
    • skip compression on upgrade connection (#187) @benitogf
    • Use got-want style so mutation test can be performed easily with corr… (#184) @uudashr
    • [compress] Vary: Accept-Encoding must always be set (#175) @dunglas
    • Cleanup CompressHandlerLevel (#173) @fharding1
    Open source →
  15. v1.4.3-0.20200912192107-3e030244b4ba 12 Sep 2020 pre-release

    Nothing published for this version

  16. v1.4.3-0.20200820042744-55df21feb695 20 Aug 2020 pre-release

    Nothing published for this version

  17. v1.4.3-0.20200819170205-218861618124 19 Aug 2020 pre-release

    Nothing published for this version

  18. v1.4.3-0.20200819155544-ccebae9dd3f9 19 Aug 2020 pre-release

    Nothing published for this version

  19. v1.4.3-0.20200105222852-f08afc1876ad 05 Jan 2020 pre-release

    Nothing published for this version

  20. v1.4.3-0.20191118182537-597a9be2cbe9 18 Nov 2019 pre-release

    Nothing published for this version

  21. v1.4.3-0.20191118180003-5c80e8c68788 18 Nov 2019 pre-release

    Nothing published for this version

  22. v1.4.2 23 Jul 2019
    Release notes

    This release fixes an issue with hijacked requests that could lead to temp directory mis-use, as well as minor documentation changes.

    CHANGELOG

    Open source →
  23. v1.4.2-0.20190723034740-7a35d4c64abb 23 Jul 2019 pre-release

    Nothing published for this version

  24. v1.4.2-0.20190723034551-9a606a4b81a4 23 Jul 2019 pre-release

    Nothing published for this version

  25. v1.4.2-0.20190720201044-941e2d87ae77 20 Jul 2019 pre-release

    Nothing published for this version

  26. v1.4.1 09 Jul 2019
    Release notes

    This release adds Go Modules support, among other minor changes (below) ⚡️

    CHANGELOG

    Open source →
  27. v1.4.1-0.20190629184352-7b2fac1d811a 29 Jun 2019 pre-release

    Nothing published for this version

  28. v1.4.1-0.20190629182327-c330d0b2b62a 29 Jun 2019 pre-release

    Nothing published for this version

  29. v1.4.1-0.20190227193432-ac6d24f88de4 27 Feb 2019 pre-release

    Nothing published for this version

  30. v1.4.1-0.20181212232818-7e6a874cdc0e 12 Dec 2018 pre-release

    Nothing published for this version

  31. v1.4.1-0.20181208210340-c270a83b03b6 08 Dec 2018 pre-release

    Nothing published for this version

  32. v1.4.1-0.20181207164943-12c8927207ed 07 Dec 2018 pre-release

    Nothing published for this version

  33. v1.4.1-0.20181207154431-e9419aaa24c9 07 Dec 2018 pre-release

    Nothing published for this version

  34. v1.4.1-0.20181012153334-350d97a79266 12 Oct 2018 pre-release

    Nothing published for this version

  35. v1.4.1-0.20180914152756-7e0369fae54b 14 Sep 2018 pre-release

    Nothing published for this version

  36. v1.4.0 27 Jul 2018
    Release notes

    Adds the ability to register a custom log formatter for HTTP logging, and addresses a CORS middleware bug.

    CHANGELOG
    7e0847f added ability to register custom log formatter (#131)
    6257a58 Fix typo in cors.go (#127)
    13a38d2 [bugfix] Handle CORS pre-flight request in middleware (#112)
    2b8556b Revert "Add Vary header when allowedOrigins is * (#114)" (#122)
    9327cfd Add Vary header when allowedOrigins is * (#114)c5874fa distinguish between explicit and implicit star (#118)

    Open source →
  37. v1.3.1-0.20180717233320-6257a585e449 17 Jul 2018 pre-release

    Nothing published for this version

  38. v1.3.1-0.20180508193452-13a38d26174b 08 May 2018 pre-release

    Nothing published for this version

  39. v1.3.1-0.20180416203909-2b8556b16671 16 Apr 2018 pre-release

    Nothing published for this version

  40. v1.3.1-0.20180416202615-9327cfd519a3 16 Apr 2018 pre-release

    Nothing published for this version

  41. v1.3.1-0.20180416202533-c5874fa8a732 16 Apr 2018 pre-release

    Nothing published for this version

  42. v1.3.0 01 Nov 2017

    Nothing published for this version

  43. v1.2.2-0.20170602151648-a4d79d4487c2 02 Jun 2017 pre-release

    Nothing published for this version

  44. v1.2.1 23 May 2017
    Release notes
    • Fixes a bug with loggers that did not call WriteHeader (a4043c6)
    • Adds support for the http.Pusher interface (for HTTP/2 Server Push) (356173f)

    CHANGELOG:

    a4043c6 use http.StatusOK as initial value for responseLogger.status (#103)
    13d7309 README.md: Add sourcegraph badge
    6d39a51 Merge pull request #97 from nwidger/master
    602b326 (Combined)LoggingHandler: Add tests for http.Push support
    356173f (Combined)LoggingHandler: Add Go 1.8 http.Pusher support

    Open source →
  45. v0.0.0-20240122035735-9c61bd81e701 22 Jan 2024 pre-release

    Nothing published for this version

  46. v0.0.0-20221209155821-546854cf1d61 09 Dec 2022 pre-release

    Nothing published for this version

  47. v0.0.0-20200831182838-d453effd20e6 31 Aug 2020 pre-release

    Nothing published for this version

  48. v0.0.0-20200105222852-f08afc1876ad 05 Jan 2020 pre-release

    Nothing published for this version

  49. v0.0.0-20191118182537-597a9be2cbe9 18 Nov 2019 pre-release

    Nothing published for this version

  50. v0.0.0-20190723035838-8a3748addc24 23 Jul 2019 pre-release

    Nothing published for this version

  51. v0.0.0-20190629184352-7b2fac1d811a 29 Jun 2019 pre-release

    Nothing published for this version

  52. v0.0.0-20190227193432-ac6d24f88de4 27 Feb 2019 pre-release

    Nothing published for this version

  53. v0.0.0-20181212232818-7e6a874cdc0e 12 Dec 2018 pre-release

    Nothing published for this version

  54. v0.0.0-20181012153334-350d97a79266 12 Oct 2018 pre-release

    Nothing published for this version

  55. v0.0.0-20180914152756-7e0369fae54b 14 Sep 2018 pre-release

    Nothing published for this version

  56. v0.0.0-20180727230646-7e0847f9db75 27 Jul 2018 pre-release

    Nothing published for this version

  57. v0.0.0-20180717233320-6257a585e449 17 Jul 2018 pre-release

    Nothing published for this version

  58. v0.0.0-20180508193452-13a38d26174b 08 May 2018 pre-release

    Nothing published for this version

  59. v0.0.0-20180416203909-2b8556b16671 16 Apr 2018 pre-release

    Nothing published for this version

  60. v0.0.0-20171101174335-90663712d74c 01 Nov 2017 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive