Update net-imap 0.5.0 → 0.5.1 (minor) #1693
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
0.5.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
🔖 Bump version to 0.5.1
🔀 Merge pull request #345 from ruby/search-parenthesized-lists
✨ Enable parenthesized lists in search criteria
🔀 Merge pull request #351 from ruby/search-coerce-sequence_set
✨ Coerce search args with SequenceSet.try_convert
✨ Coerce `:*` search args into sequence-set
✨ Coerce `Set` search args into sequence-set
♻️ Use SequenceSet[arg] for search arg coercion
♻️ Extract `coerce_search_arg_to_seqset?`
📚 Reformat search docs for SequenceSet coercion
✅ Improve test coverage for search arg coercion
🔥 Drop unused SequenceSet private const
🐛 Fix SequenceSet.try_convert
🔀 Merge pull request #348 from ruby/search-refactor-normalize-args
♻️ Forward all search/uid_search arguments
♻️ Simplify `CHARSET` args in `search_internal`
♻️ De-dup code in normalize_searching_criteria
🔀 Merge pull request #347 from ruby/search-docs
📚 Document all known standard search keys
📚 Update `#search` documentation
Merge pull request #346 from ruby/revert-workaround
Removed needless workaround
🔀 Merge pull request #344 from ruby/make-simplecov-json-optional
Make simplecov-json as optional dependency
✨ Add SequenceSet#deconstruct
🐛 Ensure `set` is loaded in ruby 3.1
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands