PackageTrack
Sign in Get early access

github.com/go-kit/kit

v0.13.0 #98 most downloaded on Go modules go-kit/kit

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 7 months

Most releases are documented

notes for 10 of 13 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

504 releases · first in 2015

0 releases in the last 12 months

see the full history below

Release timeline

504 releases · Feb 2015 to Mar 2024
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 504
  1. v0.13.1-0.20240313134215-78fbbceece7b 13 Mar 2024 pre-release

    Nothing published for this version

  2. v0.13.1-0.20231222231659-844c3d2de01a 22 Dec 2023 pre-release

    Nothing published for this version

  3. v0.13.0 29 May 2023
    Release notes

    Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.

    What's Changed

    New Contributors

    Full Changelog: v0.12.0...v0.13.0

    Open source →
  4. v0.12.1-0.20230529212333-dfe43fa6a8d7 29 May 2023 pre-release

    Nothing published for this version

  5. v0.12.1-0.20230302021612-7f14cb4dc16c 02 Mar 2023 pre-release

    Nothing published for this version

  6. v0.12.1-0.20230102061018-e923d5df8514 02 Jan 2023 pre-release

    Nothing published for this version

  7. v0.12.1-0.20220826005032-a7ba4fa4e289 26 Aug 2022 pre-release

    Nothing published for this version

  8. v0.12.1-0.20220819021744-04090c3c7422 19 Aug 2022 pre-release

    Nothing published for this version

  9. v0.12.1-0.20220808180842-62c81a0f3047 08 Aug 2022 pre-release

    Nothing published for this version

  10. v0.12.1-0.20220803043455-0cd2b272b599 03 Aug 2022 pre-release

    Nothing published for this version

  11. v0.12.1-0.20220711181031-50c38262a8c7 11 Jul 2022 pre-release

    Nothing published for this version

  12. v0.12.1-0.20220602185339-44ed82941aa3 02 Jun 2022 pre-release

    Nothing published for this version

  13. v0.12.1-0.20220423012017-d7cefca33816 23 Apr 2022 pre-release

    Nothing published for this version

  14. v0.12.1-0.20220423005953-1cd555456afa 23 Apr 2022 pre-release

    Nothing published for this version

  15. v0.12.1-0.20220421155257-f4fd4a39b73a 21 Apr 2022 pre-release

    Nothing published for this version

  16. v0.12.1-0.20220315203800-0e6a1b1cc32c 15 Mar 2022 pre-release

    Nothing published for this version

  17. v0.12.1-0.20220131153713-121aeb25a08f 31 Jan 2022 pre-release

    Nothing published for this version

  18. v0.12.1-0.20220107215703-513a72bc6198 07 Jan 2022 pre-release

    Nothing published for this version

  19. v0.12.1-0.20211230005116-b34471ec558c 30 Dec 2021 pre-release

    Nothing published for this version

  20. v0.12.1-0.20211123181448-a073a093d1ee 23 Nov 2021 pre-release

    Nothing published for this version

  21. v0.12.1-0.20211030210154-ed56ff7014bb 30 Oct 2021 pre-release

    Nothing published for this version

  22. v0.12.1-0.20211030204228-7e4e4b15fd9f 30 Oct 2021 pre-release

    Nothing published for this version

  23. v0.12.1-0.20210928150129-9a1a7ade85b0 28 Sep 2021 pre-release

    Nothing published for this version

  24. v0.12.1-0.20210928121113-2e7354562858 28 Sep 2021 pre-release

    Nothing published for this version

  25. v0.12.1-0.20210928112832-cc73a6f92f2b 28 Sep 2021 pre-release

    Nothing published for this version

  26. v0.12.0 18 Sep 2021
    Release notes

    A mostly procedural update to Go kit, including support for the latest version of Go, and updates for dependencies, including a long-awaited update to avoid a CVE in the JWT dependency.

    Open source →
  27. v0.11.1-0.20210918194017-251777ffd4f4 18 Sep 2021 pre-release

    Nothing published for this version

  28. v0.11.1-0.20210917230554-189ad7076864 17 Sep 2021 pre-release

    Nothing published for this version

  29. v0.11.1-0.20210916132826-e7eea8004391 16 Sep 2021 pre-release

    Nothing published for this version

  30. v0.11.1-0.20210819211710-ab98ef03f368 19 Aug 2021 pre-release

    Nothing published for this version

  31. v0.11.1-0.20210818151532-801da84a68a9 18 Aug 2021 pre-release

    Nothing published for this version

  32. v0.11.1-0.20210720220054-3220134a9b88 20 Jul 2021 pre-release

    Nothing published for this version

  33. v0.11.1-0.20210720040250-a42f1393f44f 20 Jul 2021 pre-release

    Nothing published for this version

  34. v0.11.0 02 Jul 2021
    Release notes

    A new release with several improvements and enhancements. The first one in a long while! Huge thanks to @sagikazarmark for putting in most of the gruntwork to make it happen! You're a superstar.

    The biggest thing: package log has been extracted to a separate repository and module, go-kit/log. This means that if you or your project was importing go-kit/kit just to get package log, you can significantly reduce your go.mod and dep graph by switching to the new module. Note that we have no current plans to alias the existing go-kit/kit/log to the new go-kit/log module and package, nor to deprecate the current package in favor of the new one. They are two distinct packages with no defined relationship to each other. This may change in the future.

    Major changes:

    Thanks to the 22 contributors who contributed to this release! 🏌️‍♂️

    Bug fixes

    • metrics/cloudwatch: log CloudWatch response error (#961) (thanks @trane9991)
    • log: defer mutex unlocks for panic safety in SyncLogger (#974)
    • util/conn: close old connection before reconnect (#982) (thanks @chikaku)
    • log/term: fix build on GOOS=js GOARCH=wasm (#993) (thanks @mvdan)
    • transport/http/jsonrpc: move the ClientAfter calls to before the decode (#1008) (thanks @directionless)
    • sd/etcdv3: fix etcdv3 client won't return error when no endpoint is available (#1009) (thanks @wayjam)
    • metrics/generic: fix uint64 alignment (#1007) (thanks @ldez)
    • log: fix stdlibadapter when prefixed (#1036) (thanks @soven)
    • log: capture newlines in log stdlib (#1041) (thanks @SuperQ)

    Enhancements

    Documentation, examples, tests

    See more details in the 0.11.0 milestone.

    Open source →
  35. v0.10.1-0.20210702145817-a6c5d5805b36 02 Jul 2021 pre-release

    Nothing published for this version

  36. v0.10.1-0.20210630071643-f80eb06d2743 30 Jun 2021 pre-release

    Nothing published for this version

  37. v0.10.1-0.20210630064848-2216160e8ec4 30 Jun 2021 pre-release

    Nothing published for this version

  38. v0.10.1-0.20210629085944-a53b9db9b819 29 Jun 2021 pre-release

    Nothing published for this version

  39. v0.10.1-0.20210624144110-0d7a3880d126 24 Jun 2021 pre-release

    Nothing published for this version

  40. v0.10.1-0.20210624100534-02ece0f4f723 24 Jun 2021 pre-release

    Nothing published for this version

  41. v0.10.1-0.20210621152100-4bb60ac05780 21 Jun 2021 pre-release

    Nothing published for this version

  42. v0.10.1-0.20210619131934-a5c7103f4362 19 Jun 2021 pre-release

    Nothing published for this version

  43. v0.10.1-0.20210618112123-40533ee57772 18 Jun 2021 pre-release

    Nothing published for this version

  44. v0.10.1-0.20210605134419-73c7f455c663 05 Jun 2021 pre-release

    Nothing published for this version

  45. v0.10.1-0.20210604183731-3825f56ab435 04 Jun 2021 pre-release

    Nothing published for this version

  46. v0.10.1-0.20210603231403-d056e6d69333 03 Jun 2021 pre-release

    Nothing published for this version

  47. v0.10.1-0.20210530035833-3b053a73c0f4 30 May 2021 pre-release

    Nothing published for this version

  48. v0.10.1-0.20210507120254-52851ec46901 07 May 2021 pre-release

    Nothing published for this version

  49. v0.10.1-0.20210419135209-e5c83b1ef90e 19 Apr 2021 pre-release

    Nothing published for this version

  50. v0.10.1-0.20210405144757-93f53b2ffe2e 05 Apr 2021 pre-release

    Nothing published for this version

  51. v0.10.1-0.20210320120247-60e8424101af 20 Mar 2021 pre-release

    Nothing published for this version

  52. v0.10.1-0.20210209173123-d9e46badbf75 09 Feb 2021 pre-release

    Nothing published for this version

  53. v0.10.1-0.20210125143759-a12b64536ff4 25 Jan 2021 pre-release

    Nothing published for this version

  54. v0.10.1-0.20201130020037-0ca22796c762 30 Nov 2020 pre-release

    Nothing published for this version

  55. v0.10.1-0.20201125223704-a0558397fd0f 25 Nov 2020 pre-release

    Nothing published for this version

  56. v0.10.1-0.20201115062713-3796a6b25f5c 15 Nov 2020 pre-release

    Nothing published for this version

  57. v0.10.1-0.20201103153051-1e9fdf6a9f7e 03 Nov 2020 pre-release

    Nothing published for this version

  58. v0.10.1-0.20201101184830-ab88dc924310 01 Nov 2020 pre-release

    Nothing published for this version

  59. v0.10.1-0.20201009222120-6c170213364c 09 Oct 2020 pre-release

    Nothing published for this version

  60. v0.10.1-0.20200916173437-8480b28928fa 16 Sep 2020 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