This repository was archived by the owner on Oct 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit d67a501
authored
Bump net-imap from 0.5.6 to 0.5.7 (#402)
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.5.6 to 0.5.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/net-imap/releases">net-imap's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.7</h2>
<h2>What's Changed</h2>
<p>This release adds two features to prevent unbounded memory use: the
<code>response_handlers</code> keyword argument to <a
href="https://ruby.github.io/net-imap/Net/IMAP.html#method-c-new"><code>Net::IMAP.new</code></a>
(<a
href="https://redirect.github.com/ruby/net-imap/issues/419">#419</a>) so
response handlers can be added before the server can send any responses,
and the <a
href="https://ruby.github.io/net-imap/Net/IMAP.html#attribute-i-max_response_size"><code>max_response_size</code></a>
config attribute (<a
href="https://redirect.github.com/ruby/net-imap/issues/444">#444</a>).</p>
<blockquote>
<p>[!NOTE]
The default <code>max_response_size</code> is 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). <em>It is
the responsibility of <code>net-imap</code> users to configure their
client appropriately for the server they are connecting to.</em></p>
</blockquote>
<h3>Added</h3>
<ul>
<li>✨ Track IMAP connection state by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/416">ruby/net-imap#416</a></li>
<li>✨ Add <code>response_handlers</code> kwarg to
<code>Net::IMAP.new</code> by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/419">ruby/net-imap#419</a></li>
<li>✨ Customize SequenceSet YAML serialization by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/432">ruby/net-imap#432</a></li>
<li>✨ Limit <code>max_response_size</code> by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/444">ruby/net-imap#444</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>📚 Improve docs for unbounded memory use and thread safety by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/418">ruby/net-imap#418</a></li>
<li>📚 Impove SequenceSet docs by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/420">ruby/net-imap#420</a></li>
<li>📚 Doc improvements for open_timeout, etc by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/424">ruby/net-imap#424</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>♻️ Reorganize <code>Config.version_defaults</code> creation by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/412">ruby/net-imap#412</a></li>
<li>♻️ Refactor Config attr type coercion by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/417">ruby/net-imap#417</a></li>
<li>♻️ Refactor <code>Net::IMAP#get_response</code> (internal) by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/422">ruby/net-imap#422</a></li>
<li>♻️ Rational config versions by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/429">ruby/net-imap#429</a></li>
<li>♻️ Extract ResponseReader from <code>get_response</code> by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/433">ruby/net-imap#433</a></li>
<li>♻️ Refactor ResponseReader by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/435">ruby/net-imap#435</a></li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>Bump step-security/harden-runner from 2.10.4 to 2.11.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/409">ruby/net-imap#409</a></li>
<li>✅ Make FakeServer more robust against disconnect by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/414">ruby/net-imap#414</a></li>
<li>✅ Improvements to FakeServer (tests only) by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/415">ruby/net-imap#415</a></li>
<li>✅ Ignore more IO errors in some FakeServer tests by <a
href="https://github.com/nevans"><code>@nevans</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/421">ruby/net-imap#421</a></li>
<li>⬆️ Bump step-security/harden-runner from 2.11.0 to 2.11.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/423">ruby/net-imap#423</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/net-imap/compare/v0.5.6...v0.5.7">https://github.com/ruby/net-imap/compare/v0.5.6...v0.5.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/net-imap/commit/364869b4e674e6c2dd240835b0f3b1e5436fff82"><code>364869b</code></a>
🔖 Bump version to v0.5.7</li>
<li><a
href="https://github.com/ruby/net-imap/commit/10137ba91dbfe6abc3c53d7229e1b368f899ed9c"><code>10137ba</code></a>
🔀 Merge pull request <a
href="https://redirect.github.com/ruby/net-imap/issues/444">#444</a>
from ruby/limit-response-size</li>
<li><a
href="https://github.com/ruby/net-imap/commit/b6bdee27a5cd38dd386042f43fec160840fe7562"><code>b6bdee2</code></a>
✨ Make max_response_size configurable</li>
<li><a
href="https://github.com/ruby/net-imap/commit/0ae8576c1a90bcd9573f81bdad4b4b824642d105"><code>0ae8576</code></a>
✨ Limit max response size to 512MiB (hard-coded)</li>
<li><a
href="https://github.com/ruby/net-imap/commit/b32b6751af061b4f0d50c818512b5b41d8fbe951"><code>b32b675</code></a>
♻️ Save ResponseReader ivars: <a
href="https://github.com/buff"><code>@buff</code></a> & <a
href="https://github.com/literal"><code>@literal</code></a>_size</li>
<li><a
href="https://github.com/ruby/net-imap/commit/d28879eb11f80c4866173436d51ce309b4462a74"><code>d28879e</code></a>
🔀 Merge pull request <a
href="https://redirect.github.com/ruby/net-imap/issues/433">#433</a>
from ruby/response_reader</li>
<li><a
href="https://github.com/ruby/net-imap/commit/18bc62150df697596510c6f47a765155e4d6c0f9"><code>18bc621</code></a>
♻️ Extract ResponseReader from get_response</li>
<li><a
href="https://github.com/ruby/net-imap/commit/b1413c65b585bac8f21ba3c2eb9459fe065348b3"><code>b1413c6</code></a>
✨ Customize SequenceSet YAML serialization</li>
<li><a
href="https://github.com/ruby/net-imap/commit/d83926889c99e77c5c241c52f87c0d3e605933f4"><code>d839268</code></a>
🔀 Merge pull request <a
href="https://redirect.github.com/ruby/net-imap/issues/429">#429</a>
from ruby/rational-config-versions</li>
<li><a
href="https://github.com/ruby/net-imap/commit/c7732e65c55ca3fda6a1115b64390a10e63e9aaf"><code>c7732e6</code></a>
♻️ Add default_proc to Config.version_defaults</li>
<li>Additional commits viewable in <a
href="https://github.com/ruby/net-imap/compare/v0.5.6...v0.5.7">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/karlentwistle/dyno_scaler/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a090e3b commit d67a501Copy full SHA for d67a501
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments