Releases: jkbrsn/threadsafe
Releases · jkbrsn/threadsafe
Release list
threadsafe v0.6.1
[0.6.1-rc.2] - 2025-12-01
⚙️ Miscellaneous Tasks
- Use run-name for release workflow
[0.6.1-rc.1] - 2025-12-01
🐛 Bug Fixes
- Two RWMutex* inconsistencies
- Zero value errors for several types
- (linter) Wg.Go
📚 Documentation
- Bugfix instructions
- Remove impr doc
- Improve delete documentation for Map and Set
🧪 Testing
- Add RWMutexSet zero value test and Queue concurrent range test
⚙️ Miscellaneous Tasks
- Add CI tests workflow
- Add release workflow
threadsafe v0.6.1-rc.2
[0.6.1-rc.2] - 2025-12-01
⚙️ Miscellaneous Tasks
- Use run-name for release workflow
threadsafe v0.6.1-rc.1
[0.6.1-rc.1] - 2025-12-01
🐛 Bug Fixes
- Two RWMutex* inconsistencies
- Zero value errors for several types
- (linter) Wg.Go
📚 Documentation
- Bugfix instructions
- Remove impr doc
- Improve delete documentation for Map and Set
🧪 Testing
- Add RWMutexSet zero value test and Queue concurrent range test
⚙️ Miscellaneous Tasks
- Add CI tests workflow
- Add release workflow
threadsafe v0.6.0
What's Changed
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
v0.4.0
- New interfaces with implementations
QueuePriorityQueueSet
- New implementation
RWMutexSlice - Various smaller updates and fixes
Full Changelog: v0.3.2...v0.4.0
v0.3.2
- Improved docs for
Map - Added
Map.Equals
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- Benchmarking improvements
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Add
RWMutexMap - Split map implementations into separate files for clarity
Full Changelog: v0.2.0...v0.3.0