Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 6 months
Some releases are documented
notes for 4 of 11 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
24 releases · first in 2023
Release timeline
24 releases since 2023One column per month.
Releases
- v3.5.127 Jan 2025
- v3.5.1-0.20250127072928-800e3a0ceeab27 Jan 2025pre-release
Nothing published for this version
- v3.5.025 Jan 2025
- v3.4.118 Jan 2025
Release notes
Open source → - v3.4.014 Jul 2024
Release notes
Open source →- Add optimistic locking methods to
RBMutex#138 and #140 - Fix
Map/MapOfcapacity calculation forWithPresize#139
RBMutexnow has methods for optimistic locking:mu := xsync.NewRBMutex() if locked, t := mu.TryRLock(); locked { // critical reader section... mu.RUnlock(t) } if mu.TryLock() { // critical writer section... mu.Unlock() }
Thanks @kkroo for the contribution.
- Add optimistic locking methods to
- v3.3.2-0.20240714110809-5f67a126532a14 Jul 2024pre-release
Nothing published for this version
- v3.3.2-0.20240713090326-f63979dec60713 Jul 2024pre-release
Nothing published for this version
- v3.3.17 Jul 2024
Nothing published for this version
- v3.3.1-0.20240707192533-e96db0eb997c7 Jul 2024pre-release
Nothing published for this version
- v3.3.06 Jul 2024
Nothing published for this version
- v3.2.1-0.20240706082543-9d42f97b2cbf6 Jul 2024pre-release
Nothing published for this version
- v3.2.1-0.20240629170916-60923492977329 Jun 2024pre-release
Nothing published for this version
- v3.2.022 Jun 2024
Nothing published for this version
- v3.1.1-0.20240622053853-ec68f424cb6c22 Jun 2024pre-release
Nothing published for this version
- v3.1.1-0.20240225193106-cbe4ec1e954f25 Feb 2024pre-release
Nothing published for this version
- v3.1.025 Feb 2024
Nothing published for this version
- v3.0.214 Nov 2023
Nothing published for this version
- v3.0.2-0.20231114170948-1386eb4f0cb314 Nov 2023pre-release
Nothing published for this version
- v3.0.11 Nov 2023
Nothing published for this version
- v3.0.1-0.20231101190556-42e3390a5c0b1 Nov 2023pre-release
Nothing published for this version
- v3.0.1-0.20231023060422-abcfab60234823 Oct 2023pre-release
Nothing published for this version
- v3.0.1-0.20231022123553-48eb0132066122 Oct 2023pre-release
Nothing published for this version
- v3.0.022 Oct 2023
Nothing published for this version
- v3.0.0-20231022122140-f7bf8364423422 Oct 2023pre-release
Nothing published for this version