Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 7 months
Some releases are documented
notes for 10 of 17 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
93 releases · first in 2021
Release timeline
93 releases since 2021Releases
- v0.4.1-0.20240319060559-42558b04e54419 Mar 2024pre-release
Nothing published for this version
- v0.4.1-0.20240130074218-4c927b251dfc30 Jan 2024pre-release
Nothing published for this version
- v0.4.1-0.20240130073536-d893a320347330 Jan 2024pre-release
Nothing published for this version
- v0.4.1-0.20240130062608-af8cc9e0ce0630 Jan 2024pre-release
Nothing published for this version
- v0.4.1-0.20231031090232-7ec026fc7d1c31 Oct 2023pre-release
Nothing published for this version
- v0.4.1-0.20230323080759-d598798b1b2c23 Mar 2023pre-release
Nothing published for this version
- v0.4.1-0.20230208060126-2f8b18d020758 Feb 2023pre-release
Nothing published for this version
- v0.4.1-0.20221228021047-d37fa502d99428 Dec 2022pre-release
Nothing published for this version
- v0.4.031 Oct 2022
- v0.3.3-0.20220819005744-38ded5da5e7419 Aug 2022pre-release
Nothing published for this version
- v0.3.3-0.20220714054959-672898b7c9e214 Jul 2022pre-release
Nothing published for this version
- v0.3.216 Jun 2022
- v0.3.116 Jun 2022
Nothing published for this version
- v0.3.1-0.20220616081943-882b8c23536e16 Jun 2022pre-release
Nothing published for this version
- v0.3.01 Jun 2022
Release notes
Open source →What's Changed
- d30427c chore: upgrade yaml.v3
- 1613344 refactor: improve tls serve and examples
- f478a26 refactor: remove message.Entry and introduce Message (#39)
- 1ac862c feat: getter for underlined connection (#38)
Full Changelog: v0.2.0...v0.3.0
- v0.2.1-0.20220510054701-1613344f8a5310 May 2022pre-release
Nothing published for this version
- v0.2.1-0.20220510013751-1ac862c3220410 May 2022pre-release
Nothing published for this version
- v0.2.028 Mar 2022
- v0.1.1-0.20220322055410-c5840385f21322 Mar 2022pre-release
Nothing published for this version
- v0.1.1-0.20220129040556-63e9616dc19529 Jan 2022pre-release
Nothing published for this version
- v0.1.1-0.20220127061757-c7f44ac61bae27 Jan 2022pre-release
Nothing published for this version
- v0.1.1-0.20220126054008-282a4abc6d3e26 Jan 2022pre-release
Nothing published for this version
- v0.1.1-0.20220121040212-aa7c0b74336d21 Jan 2022pre-release
Nothing published for this version
- v0.1.010 Jan 2022
Release notes
Open source →- 75d4ad1 feat: support async router (#33)
- 4199499 refactor: remove the built-in session manager (#32)
- f17b5fb refactor: reset ctx when session allocate one (#31)
- 4768e76 feat: set session when call session.NewContext() (#30)
- 7422342 feat: support context.Context in routeContext (#29)
- 402c0bf refactor: close session channel politely (#28)
- v0.0.12-0.20220110014622-75d4ad1b47eb10 Jan 2022pre-release
Nothing published for this version
- v0.0.12-0.20220106100416-4199499ece446 Jan 2022pre-release
Nothing published for this version
- v0.0.12-0.20220105030825-f17b5fb1a1795 Jan 2022pre-release
Nothing published for this version
- v0.0.12-0.20220104123058-4768e766c3a84 Jan 2022pre-release
Nothing published for this version
- v0.0.12-0.20220104102157-402c0bf7561a4 Jan 2022pre-release
Nothing published for this version
- v0.0.1130 Dec 2021
Release notes
Open source →Changelog
- 9681738 feat: the default logger is mute
- 1643746 Merge pull request #26 from Juneezee/go1.17
- b02bc88 feat: add more method to Context (#25)
- 014e153 feat: add RawResponseData() to Context (#24)
- 4b8e811 feat: add method NewContext() to return routeContext pointer
- ec323d1 Merge pull request #23 from DarthPestilane/refactor/context-interface
- 6ab835d Merge pull request #22 from DarthPestilane/refactor/session-interface
- 83ec753 refactor: export Codec method to Session interface
- v0.0.11-0.20211230021711-9681738cd58f30 Dec 2021pre-release
Nothing published for this version
- v0.0.11-0.20211206080546-1643746b47676 Dec 2021pre-release
Nothing published for this version
- v0.0.11-0.20211206071723-d78a79880d816 Dec 2021pre-release
Nothing published for this version
- v0.0.11-0.20211206065628-b02bc88c32e96 Dec 2021pre-release
Nothing published for this version
- v0.0.11-0.20211206062323-7562a84be06a6 Dec 2021pre-release
Nothing published for this version
- v0.0.11-0.20211202033003-014e1532067c2 Dec 2021pre-release
Nothing published for this version
- v0.0.11-0.20211127095454-e2379ba3083127 Nov 2021pre-release
Nothing published for this version
- v0.0.11-0.20211112095144-4b8e811875d612 Nov 2021pre-release
Nothing published for this version
- v0.0.11-0.20211112094942-93e0e0ff74d612 Nov 2021pre-release
Nothing published for this version
- v0.0.11-0.20211112093515-789fd82f069812 Nov 2021pre-release
Nothing published for this version
- v0.0.11-0.20211102012840-ec323d1fde122 Nov 2021pre-release
Nothing published for this version
- v0.0.11-0.20211029024831-5fd4e8d05cfe29 Oct 2021pre-release
Nothing published for this version
- v0.0.11-0.20211028021333-9f4ef15aa2d228 Oct 2021pre-release
Nothing published for this version
- v0.0.1026 Oct 2021
Release notes
Open source →Changelog
refactor: non-block handling #21
feat: support Encode method in Context #20
refactor: simplify router #19 - v0.0.10-0.20211026040458-fb167fc76e2326 Oct 2021pre-release
Nothing published for this version
- v0.0.10-0.20211025071127-f0cc85bf9f5525 Oct 2021pre-release
Nothing published for this version
- v0.0.10-0.20211019073201-b91ba38f054019 Oct 2021pre-release
Nothing published for this version
- v0.0.10-0.20211018031931-63b9ac05713318 Oct 2021pre-release
Nothing published for this version
- v0.0.10-0.20211013013420-87ff2f22353a13 Oct 2021pre-release
Nothing published for this version
- v0.0.92 Oct 2021
Release notes
Open source →Changelog
feat: add Copy method to context (#18)
refactor: abstract isStopped method
refactor: export close method for session (#17)
refactor: write attempt times (#16) - v0.0.9-0.20211002070553-7cbe234081932 Oct 2021pre-release
Nothing published for this version
- v0.0.9-0.20210930013757-eb68f81a371630 Sept 2021pre-release
Nothing published for this version
- v0.0.9-0.20210924064434-2cc7879ead8524 Sept 2021pre-release
Nothing published for this version
- v0.0.9-0.20210923020745-b84a9c0a0b4523 Sept 2021pre-release
Nothing published for this version
- v0.0.815 Sept 2021
- v0.0.713 Sept 2021
- v0.0.7-0.20210908100208-05ed5b1c9ffb8 Sept 2021pre-release
Nothing published for this version
- v0.0.67 Sept 2021
Nothing published for this version
- v0.0.6-0.20210827015022-abb5a00ecd0627 Aug 2021pre-release
Nothing published for this version
- v0.0.524 Aug 2021
Nothing published for this version