Releases: anza-xyz/shaq
Releases · anza-xyz/shaq
v2.0.0
What's Changed
- ci: fix version prefix by @yihau in #26
- ci: add dependabot.yml by @yihau in #27
- Bump ctrlc from 3.4.6 to 3.5.1 by @dependabot[bot] in #31
- Bump libc from 0.2.174 to 0.2.180 by @dependabot[bot] in #30
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #28
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #29
- Bump libc from 0.2.180 to 0.2.181 by @dependabot[bot] in #33
- Bump libc from 0.2.181 to 0.2.182 by @dependabot[bot] in #35
- Fix UB in test with unaligned memory by @apfitzge in #34
- mpmc queues by @apfitzge in #32
- Additional unsafe conditions + unsafe join on mpmc by @apfitzge in #36
- Windows support by @apfitzge in #37
- spsc module by @apfitzge in #38
- build: relax libc to 0.2.180 by @OliverNChalk in #39
- impl Sync for mpmc queues by @apfitzge in #43
- Update README for MPMC by @apfitzge in #48
- Add as_ref to Read guards by @apfitzge in #45
- feat: MAJOR + PATCH versions by @OliverNChalk in #49
- feat: align with rts-alloc and use u32 by @OliverNChalk in #50
- feat: enable sharing an mmap within a process by @OliverNChalk in #51
- feat: magic in headers; proper atomic sync by @OliverNChalk in #53
- fix(shmem): close file handle on failed mapping by @OliverNChalk in #55
- fix: guard against
buffer_maskoverflowing by @OliverNChalk in #54 - Round minimum queue capacity up to a power of two by @apfitzge in #56
- Reject ZST by @apfitzge in #57
- refactor: remove iterator based locking read/write by @OliverNChalk in #58
- release: v2.0.0 by @OliverNChalk in #59
New Contributors
- @dependabot[bot] made their first contribution in #31
Full Changelog: 1.0.2...v2.0.0