PackageTrack
Sign in Get early access

github.com/hashicorp/yamux

v0.1.2 #549 most downloaded on Go modules hashicorp/yamux

What this package is like to depend on

Last release 28 days ago

27 Jul 2026

Release timing varies

gaps range from 8 days to 5 months

Nearly every release is documented

notes for 3 of 3 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

116 releases · first in 2014

11 releases in the last 12 months

see the full history below

Release timeline

116 releases · May 2014 to Jul 2026
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 60 of 116
  1. v0.1.3-0.20260727061645-76348a0c5ab4 27 Jul 2026 pre-release

    Nothing published for this version

  2. v0.1.3-0.20260720063314-e14d7feed381 20 Jul 2026 pre-release

    Nothing published for this version

  3. v0.1.3-0.20260713062539-2198faa0d781 13 Jul 2026 pre-release

    Nothing published for this version

  4. v0.1.3-0.20260708133231-1b68337f5b7e 08 Jul 2026 pre-release

    Nothing published for this version

  5. v0.1.3-0.20260522072409-90aa224fb777 22 May 2026 pre-release

    Nothing published for this version

  6. v0.1.3-0.20260520202832-95ef08a93022 20 May 2026 pre-release

    Nothing published for this version

  7. v0.1.3-0.20260326182408-89c9dfeac13c 26 Mar 2026 pre-release

    Nothing published for this version

  8. v0.1.3-0.20251219053533-6d65d2be2d91 19 Dec 2025 pre-release

    Nothing published for this version

  9. v0.1.3-0.20251104084018-94aaaeac4d7e 04 Nov 2025 pre-release

    Nothing published for this version

  10. v0.1.3-0.20251103230023-395f02ad901a 03 Nov 2025 pre-release

    Nothing published for this version

  11. v0.1.3-0.20250612064950-775fa6fd93b7 12 Jun 2025 pre-release

    Nothing published for this version

  12. v0.1.3-0.20250312043751-26e720ab6278 12 Mar 2025 pre-release

    Nothing published for this version

  13. v0.1.3-0.20250310040719-c47c91fe9f13 10 Mar 2025 pre-release

    Nothing published for this version

  14. v0.1.3-0.20250303095418-43e3365ae83a 03 Mar 2025 pre-release

    Nothing published for this version

  15. v0.1.3-0.20250121162942-9e980a5a29bc 21 Jan 2025 pre-release

    Nothing published for this version

  16. v0.1.3-0.20241204133732-060257c97bcf 04 Dec 2024 pre-release

    Nothing published for this version

  17. v0.1.3-0.20241118162352-4bc3fc738286 18 Nov 2024 pre-release

    Nothing published for this version

  18. v0.1.3-0.20241114061022-cc04095ca2e3 14 Nov 2024 pre-release

    Nothing published for this version

  19. v0.1.3-0.20241002151136-49eecf38b432 02 Oct 2024 pre-release

    Nothing published for this version

  20. v0.1.2 06 Sep 2024
    Release notes

    Significant Changes

    • Fixed a case where Streams may continue to exist and block operations even after their Session has been closed. #127 ensures when a Session closes that blocking Stream operations exit as well.
    • Allow Reads on locally closed streams. Prior to #131 calling Close() and then Read() on a Stream would fail. Close should only indicate the Stream is done writing. The peer must call Close before Read considers the stream closed. See #131 for details.
    • Tests have been improved significantly. See below for details.

    Full Changelog

    • Fix function comments based on best practices from Effective Go by @Daanikus in #74
    • Fix #72, abstract logger into interface by @wweir in #76
    • Add ability to cancel Accept by passing a context by @evanphx in #80
    • fix: typo by @testwill in #123
    • chore: update tests to pass the race detector and linter by @rboyer in #130
    • Streams should check for Session shutdown when waiting for data & clean up timers by @lattwood in #127
    • Allow half-closed reads and test against TCP/TLS connections by @schmichael in #131

    New Contributors

    Full Changelog: v0.1.1...v0.1.2

    Open source →
  21. v0.1.2-0.20240906184057-17017e907efc 06 Sep 2024 pre-release

    Nothing published for this version

  22. v0.1.2-0.20240905180514-b5c3b44962f1 05 Sep 2024 pre-release

    Nothing published for this version

  23. v0.1.2-0.20240821163726-84b3fc617bb1 21 Aug 2024 pre-release

    Nothing published for this version

  24. v0.1.2-0.20240821163435-877b99975677 21 Aug 2024 pre-release

    Nothing published for this version

  25. v0.1.2-0.20240806163427-8bd691fb7605 06 Aug 2024 pre-release

    Nothing published for this version

  26. v0.1.2-0.20240806163001-88ad8a57ac7c 06 Aug 2024 pre-release

    Nothing published for this version

  27. v0.1.2-0.20240805152101-8b91fbdff1e4 05 Aug 2024 pre-release

    Nothing published for this version

  28. v0.1.2-0.20240510232814-6034404dc2ab 10 May 2024 pre-release

    Nothing published for this version

  29. v0.1.2-0.20221031155914-a8b47c1ff9c4 31 Oct 2022 pre-release

    Nothing published for this version

  30. v0.1.2-0.20220728231903-574fd304fd65 28 Jul 2022 pre-release

    Nothing published for this version

  31. v0.1.2-0.20220728231753-79a46c03317b 28 Jul 2022 pre-release

    Nothing published for this version

  32. v0.1.2-0.20220728231024-8f49b6f63f18 28 Jul 2022 pre-release

    Nothing published for this version

  33. v0.1.1 25 Jul 2022
    Release notes

    If the sending side of a stream closes both their stream and their
    session, a partial read of the final frame on the receiving side may
    fail because the receiving side tries to send a window update on a
    closed session.

    This commit changes Stream.Read() so that it ignores "session
    shutdown" errors return by Stream.sendWindowUpdate(). This will let
    Read() calls consume all of the final frame.

    Open source →
  34. v0.1.1-0.20220720134507-7eb05715ff69 20 Jul 2022 pre-release

    Nothing published for this version

  35. v0.1.0 18 Jul 2022
    Release notes

    this change ensure that there is no write operations after close is
    called. This was not the case before and this led to race conditions
    in the caller code because there was no way to ensure there would not be
    any write anymore after the close.

    Co-authored-by: Jeff Mitchell [email protected]

    Open source →
  36. v0.0.0-20260326182408-89c9dfeac13c 26 Mar 2026 pre-release

    Nothing published for this version

  37. v0.0.0-20250612064950-775fa6fd93b7 12 Jun 2025 pre-release

    Nothing published for this version

  38. v0.0.0-20250121162942-9e980a5a29bc 21 Jan 2025 pre-release

    Nothing published for this version

  39. v0.0.0-20240510232814-6034404dc2ab 10 May 2024 pre-release

    Nothing published for this version

  40. v0.0.0-20221031155914-a8b47c1ff9c4 31 Oct 2022 pre-release

    Nothing published for this version

  41. v0.0.0-20220720134507-7eb05715ff69 20 Jul 2022 pre-release

    Nothing published for this version

  42. v0.0.0-20220718165702-aad893ec06bc 18 Jul 2022 pre-release

    Nothing published for this version

  43. v0.0.0-20220718163420-dd80a7ee44ce 18 Jul 2022 pre-release

    Nothing published for this version

  44. v0.0.0-20220718162106-9247d59a9830 18 Jul 2022 pre-release

    Nothing published for this version

  45. v0.0.0-20220718161619-989f906d6dd0 18 Jul 2022 pre-release

    Nothing published for this version

  46. v0.0.0-20220718161352-3aa5700c94b6 18 Jul 2022 pre-release

    Nothing published for this version

  47. v0.0.0-20220718160708-4662e3b9b862 18 Jul 2022 pre-release

    Nothing published for this version

  48. v0.0.0-20211028200310-0bc27b27de87 28 Oct 2021 pre-release

    Nothing published for this version

  49. v0.0.0-20210914131024-f4788e12b0f9 14 Sep 2021 pre-release

    Nothing published for this version

  50. v0.0.0-20210826001029-26ff87cf9493 26 Aug 2021 pre-release

    Nothing published for this version

  51. v0.0.0-20210707203944-259a57b3608c 07 Jul 2021 pre-release

    Nothing published for this version

  52. v0.0.0-20210707025300-cc6f3dfc9576 07 Jul 2021 pre-release

    Nothing published for this version

  53. v0.0.0-20210316155119-a95892c5f864 16 Mar 2021 pre-release

    Nothing published for this version

  54. v0.0.0-20210316003431-bf928f8a1e59 16 Mar 2021 pre-release

    Nothing published for this version

  55. v0.0.0-20200609203250-aecfd211c9ce 09 Jun 2020 pre-release

    Nothing published for this version

  56. v0.0.0-20200606182031-1651c274e42b 06 Jun 2020 pre-release

    Nothing published for this version

  57. v0.0.0-20200323234712-b1d81072129a 23 Mar 2020 pre-release

    Nothing published for this version

  58. v0.0.0-20200323233723-8ee8ce7f3586 23 Mar 2020 pre-release

    Nothing published for this version

  59. v0.0.0-20190923154419-df201c70410d 23 Sep 2019 pre-release

    Nothing published for this version

  60. v0.0.0-20190415052824-13a7bc0b346d 15 Apr 2019 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