Bump net-imap from 0.5.6 to 0.5.7 by dependabot[bot] · Pull Request #5 · LaunchPadLab/space_react_native_1_api
Bumps net-imap from 0.5.6 to 0.5.7.
Release notes
Sourced from net-imap's releases.
v0.5.7
What's Changed
This release adds two features to prevent unbounded memory use: the
response_handlerskeyword argument toNet::IMAP.new(#419) so response handlers can be added before the server can send any responses, and themax_response_sizeconfig attribute (#444).[!NOTE] The default
max_response_sizeis extremely high, to avoid issues with secure connections to trusted servers that are well-behaved. It can be configured more conservatively to guard against untrusted servers (for example, connecting to user-provided hostnames). It is the responsibility ofnet-imapusers to configure their client appropriately for the server they are connecting to.Added
- ✨ Track IMAP connection state by
@nevansin ruby/net-imap#416- ✨ Add
response_handlerskwarg toNet::IMAP.newby@nevansin ruby/net-imap#419- ✨ Customize SequenceSet YAML serialization by
@nevansin ruby/net-imap#432- ✨ Limit
max_response_sizeby@nevansin ruby/net-imap#444Documentation
- 📚 Improve docs for unbounded memory use and thread safety by
@nevansin ruby/net-imap#418- 📚 Impove SequenceSet docs by
@nevansin ruby/net-imap#420- 📚 Doc improvements for open_timeout, etc by
@nevansin ruby/net-imap#424Other Changes
- ♻️ Reorganize
Config.version_defaultscreation by@nevansin ruby/net-imap#412- ♻️ Refactor Config attr type coercion by
@nevansin ruby/net-imap#417- ♻️ Refactor
Net::IMAP#get_response(internal) by@nevansin ruby/net-imap#422- ♻️ Rational config versions by
@nevansin ruby/net-imap#429- ♻️ Extract ResponseReader from
get_responseby@nevansin ruby/net-imap#433- ♻️ Refactor ResponseReader by
@nevansin ruby/net-imap#435Miscellaneous
- Bump step-security/harden-runner from 2.10.4 to 2.11.0 by
@dependabotin ruby/net-imap#409- ✅ Make FakeServer more robust against disconnect by
@nevansin ruby/net-imap#414- ✅ Improvements to FakeServer (tests only) by
@nevansin ruby/net-imap#415- ✅ Ignore more IO errors in some FakeServer tests by
@nevansin ruby/net-imap#421- ⬆️ Bump step-security/harden-runner from 2.11.0 to 2.11.1 by
@dependabotin ruby/net-imap#423Full Changelog: ruby/net-imap@v0.5.6...v0.5.7
Commits
364869b🔖 Bump version to v0.5.710137ba🔀 Merge pull request #444 from ruby/limit-response-sizeb6bdee2✨ Make max_response_size configurable0ae8576✨ Limit max response size to 512MiB (hard-coded)b32b675♻️ Save ResponseReader ivars:@buff&@literal_sized28879e🔀 Merge pull request #433 from ruby/response_reader18bc621♻️ Extract ResponseReader from get_responseb1413c6✨ Customize SequenceSet YAML serializationd839268🔀 Merge pull request #429 from ruby/rational-config-versionsc7732e6♻️ Add default_proc to Config.version_defaults- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.