Releases: JamesHallowell/real-time
Releases · JamesHallowell/real-time
0.8
What's Changed
- Make RealtimeReader::read require unique borrow by @JamesHallowell in #22
- Calling pop_ref requires unique borrow by @JamesHallowell in #23
Full Changelog: 0.7...0.8
0.7
What's Changed
- Add cursor caching by @JamesHallowell in #16
- Update criterion requirement from 0.5.1 to 0.6.0 by @dependabot[bot] in #17
- Try relaxing the ordering in reader by @JamesHallowell in #18
- Rename constructor functions by @JamesHallowell in #19
- Rename RealtimeReader::lock by @JamesHallowell in #20
- Remove the clone bound on writer by @JamesHallowell in #21
New Contributors
- @dependabot[bot] made their first contribution in #17
Full Changelog: 0.6...0.7
0.6
What's Changed
- Tidy up loom usage by @JamesHallowell in #12
- Add some more static asserts by @JamesHallowell in #13
- Tidy realtime reader by @JamesHallowell in #14
- Fix a FIFO bug by @JamesHallowell in #15
Full Changelog: 0.5...0.6
0.5
What's Changed
- Add benchmarks for realtime reader and optimise by @JamesHallowell in #7
- Run thread sanitizer in CI by @JamesHallowell in #8
- Add lock-free FIFO by @JamesHallowell in #9
- Make all real-time objects unsync by @JamesHallowell in #10
Full Changelog: 0.4...0.5
0.4
What's Changed
- Relax copy bound on
RealtimeWriterby @JamesHallowell in #6
Full Changelog: 0.3...0.4