What's Changed
Added
- ✨ Add
ESearchResult#to_sequence_set
by @nevans in #511 - ✨ Add
ESearchResult#each
by @nevans in #513 - ✨ Add
VanishedData#each
, delegated to#uids.each_number
by @nevans in #522 - support new
Ractor.shareable_proc
by @ko1 in #525
Fixed
Other Changes
- ✨ Allow
obj.to_sequence_set => nil
in try_convert by @nevans in #512 - ♻️ Allow
VanishedData#uids
to beSequenceSet.empty
by @nevans in #517 - 🥅 Raise
ArgumentError
for#fetch
withpartial
by @nevans in #521
Documentation
- 📚 Fix rdoc call-seq for uid_expunge by @nevans in #516
- ✅ Fix flaky tests with
FakeServer#Connection#close
mutex by @nevans in #520 - 📚 Add QRESYNC to
#enable
(docs only) by @nevans in #518
Miscellaneous
- ✅ Organize test files by @nevans in #515
- Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #524
New Contributors
Full Changelog: v0.5.10...v0.5.11