You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/17 10:22:52 UTC

[GitHub] [hawq-docs] dependabot[bot] opened a new pull request, #144: Bump puma from 3.11.2 to 6.2.1 in /book

dependabot[bot] opened a new pull request, #144:
URL: https://github.com/apache/hawq-docs/pull/144

   Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 6.2.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/puma/puma/releases">puma's releases</a>.</em></p>
   <blockquote>
   <h2>6.2.1 / 2023-03-31</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>Fix java 8 compatibility (<a href="https://redirect.github.com/puma/puma/issues/3109">#3109</a>, <a href="https://redirect.github.com/puma/puma/issues/3108">#3108</a>)</li>
   <li>Always write io_buffer when in &quot;enum bodies&quot; branch. (<a href="https://redirect.github.com/puma/puma/issues/3113">#3113</a>, <a href="https://redirect.github.com/puma/puma/issues/3112">#3112</a>)</li>
   <li>Fix warn_if_in_single_mode incorrect message (<a href="https://redirect.github.com/puma/puma/issues/3111">#3111</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.2 - Speaking of Now</h2>
   <p><img src="https://user-images.githubusercontent.com/845662/228450084-b38d0843-69de-4399-8960-a36e494f813c.png" alt="image" /></p>
   <p><a href="https://youtu.be/QBj-ziAyoUI">Pat Metheny Group - Speaking of Now</a></p>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Ability to supply a custom logger (<a href="https://redirect.github.com/puma/puma/issues/2770">#2770</a>, <a href="https://redirect.github.com/puma/puma/issues/2511">#2511</a>)</li>
   <li>Warn when clustered-only hooks are defined in single mode (<a href="https://redirect.github.com/puma/puma/issues/3089">#3089</a>)</li>
   <li>Adds the on_booted event (<a href="https://redirect.github.com/puma/puma/issues/2709">#2709</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Loggers - internal_write - catch Errno::EINVAL (<a href="https://redirect.github.com/puma/puma/issues/3091">#3091</a>)</li>
   <li>commonlogger.rb - fix HIJACK time format, use constants, not strings (<a href="https://redirect.github.com/puma/puma/issues/3074">#3074</a>)</li>
   <li>Fixed some edge cases regarding request hijacking (<a href="https://redirect.github.com/puma/puma/issues/3072">#3072</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.1.1</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>We no longer try to use the systemd plugin for JRuby (<a href="https://redirect.github.com/puma/puma/issues/3079">#3079</a>)</li>
   <li>Allow ::Rack::Handler::Puma.run to work regardless of whether Rack/Rackup are loaded (<a href="https://redirect.github.com/puma/puma/issues/3080">#3080</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.1.0 The Way Up</h2>
   <p><img src="https://user-images.githubusercontent.com/845662/218293948-39e24f93-86b8-4d1c-a613-bc59048b84c7.jpg" alt="Pmg_-_way_up" /></p>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>WebSocket support via partial hijack (<a href="https://redirect.github.com/puma/puma/issues/3058">#3058</a>, <a href="https://redirect.github.com/puma/puma/issues/3007">#3007</a>)</li>
   <li>Add built-in systemd notify support (<a href="https://redirect.github.com/puma/puma/issues/3011">#3011</a>)</li>
   <li>Periodically send status to systemd (<a href="https://redirect.github.com/puma/puma/issues/3006">#3006</a>, <a href="https://redirect.github.com/puma/puma/issues/2604">#2604</a>)</li>
   <li>Introduce the ability to return 413: payload too large for requests (<a href="https://redirect.github.com/puma/puma/issues/3040">#3040</a>)</li>
   <li>Log loaded extensions when <code>PUMA_DEBUG</code> is set (<a href="https://redirect.github.com/puma/puma/issues/3036">#3036</a>, <a href="https://redirect.github.com/puma/puma/issues/3020">#3020</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Fix issue with rack 3 compatibility re: rackup (<a href="https://redirect.github.com/puma/puma/issues/3061">#3061</a>, <a href="https://redirect.github.com/puma/puma/issues/3057">#3057</a>)</li>
   <li>Allow setting TCP low_latency with SSL listener (<a href="https://redirect.github.com/puma/puma/issues/3065">#3065</a>)</li>
   </ul>
   </li>
   <li>
   <p>Performance</p>
   <ul>
   <li>Reduce memory usage for large file uploads (<a href="https://redirect.github.com/puma/puma/issues/3062">#3062</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.0.2 / 2023-01-01</h2>
   <ul>
   <li>Refactor
   <ul>
   <li>Remove use of etc and time gems in Puma (<a href="https://redirect.github.com/puma/puma/issues/3035">#3035</a>, <a href="https://redirect.github.com/puma/puma/issues/3033">#3033</a>)</li>
   <li>Refactor const.rb - freeze (<a href="https://redirect.github.com/puma/puma/issues/3016">#3016</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.0.1 / 2022-12-20</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/puma/puma/blob/master/History.md">puma's changelog</a>.</em></p>
   <blockquote>
   <h2>6.2.1 / 2023-03-31</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>Fix java 8 compatibility (<a href="https://redirect.github.com/puma/puma/issues/3109">#3109</a>, <a href="https://redirect.github.com/puma/puma/issues/3108">#3108</a>)</li>
   <li>Always write io_buffer when in &quot;enum bodies&quot; branch. (<a href="https://redirect.github.com/puma/puma/issues/3113">#3113</a>, <a href="https://redirect.github.com/puma/puma/issues/3112">#3112</a>)</li>
   <li>Fix warn_if_in_single_mode incorrect message (<a href="https://redirect.github.com/puma/puma/issues/3111">#3111</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.2.0 / 2023-03-29</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Ability to supply a custom logger (<a href="https://redirect.github.com/puma/puma/issues/2770">#2770</a>, <a href="https://redirect.github.com/puma/puma/issues/2511">#2511</a>)</li>
   <li>Warn when clustered-only hooks are defined in single mode (<a href="https://redirect.github.com/puma/puma/issues/3089">#3089</a>)</li>
   <li>Adds the on_booted event (<a href="https://redirect.github.com/puma/puma/issues/2709">#2709</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Loggers - internal_write - catch Errno::EINVAL (<a href="https://redirect.github.com/puma/puma/issues/3091">#3091</a>)</li>
   <li>commonlogger.rb - fix HIJACK time format, use constants, not strings (<a href="https://redirect.github.com/puma/puma/issues/3074">#3074</a>)</li>
   <li>Fixed some edge cases regarding request hijacking (<a href="https://redirect.github.com/puma/puma/issues/3072">#3072</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.1.1 / 2023-02-28</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>We no longer try to use the systemd plugin for JRuby (<a href="https://redirect.github.com/puma/puma/issues/3079">#3079</a>)</li>
   <li>Allow ::Rack::Handler::Puma.run to work regardless of whether Rack/Rackup are loaded (<a href="https://redirect.github.com/puma/puma/issues/3080">#3080</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.1.0 / 2023-02-12</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>WebSocket support via partial hijack (<a href="https://redirect.github.com/puma/puma/issues/3058">#3058</a>, <a href="https://redirect.github.com/puma/puma/issues/3007">#3007</a>)</li>
   <li>Add built-in systemd notify support (<a href="https://redirect.github.com/puma/puma/issues/3011">#3011</a>)</li>
   <li>Periodically send status to systemd (<a href="https://redirect.github.com/puma/puma/issues/3006">#3006</a>, <a href="https://redirect.github.com/puma/puma/issues/2604">#2604</a>)</li>
   <li>Introduce the ability to return 413: payload too large for requests (<a href="https://redirect.github.com/puma/puma/issues/3040">#3040</a>)</li>
   <li>Log loaded extensions when <code>PUMA_DEBUG</code> is set (<a href="https://redirect.github.com/puma/puma/issues/3036">#3036</a>, <a href="https://redirect.github.com/puma/puma/issues/3020">#3020</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Fix issue with rack 3 compatibility re: rackup (<a href="https://redirect.github.com/puma/puma/issues/3061">#3061</a>, <a href="https://redirect.github.com/puma/puma/issues/3057">#3057</a>)</li>
   <li>Allow setting TCP low_latency with SSL listener (<a href="https://redirect.github.com/puma/puma/issues/3065">#3065</a>)</li>
   </ul>
   </li>
   <li>
   <p>Performance</p>
   <ul>
   <li>Reduce memory usage for large file uploads (<a href="https://redirect.github.com/puma/puma/issues/3062">#3062</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.0.2 / 2023-01-01</h2>
   <ul>
   <li>Refactor
   <ul>
   <li>Remove use of etc and time gems in Puma (<a href="https://redirect.github.com/puma/puma/issues/3035">#3035</a>, <a href="https://redirect.github.com/puma/puma/issues/3033">#3033</a>)</li>
   <li>Refactor const.rb - freeze (<a href="https://redirect.github.com/puma/puma/issues/3016">#3016</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>6.0.1 / 2022-12-20</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/puma/puma/commit/92d976de2dc08128bea9bf8169e25c288ca7387b"><code>92d976d</code></a> 6.2.1</li>
   <li><a href="https://github.com/puma/puma/commit/1b53bc2df9ace9557ac08cccfece7a8587162e24"><code>1b53bc2</code></a> fix java 8 compatibility (<a href="https://redirect.github.com/puma/puma/issues/3109">#3109</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/a756c9263d9c575bd6b0401304367a76b84fcf88"><code>a756c92</code></a> Always write io_buffer when in &quot;enum bodies&quot; branch. (<a href="https://redirect.github.com/puma/puma/issues/3113">#3113</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/52fa8f6c4a9384f43e06a497ea1d64ebc80c774a"><code>52fa8f6</code></a> Fix warn_if_in_single_mode incorrect message (<a href="https://redirect.github.com/puma/puma/issues/3111">#3111</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/d79f59d69dd91cd1ea401ad5e9051e74b1ce0ebf"><code>d79f59d</code></a> 6.2.0 - Speaking of Now</li>
   <li><a href="https://github.com/puma/puma/commit/1328380967d7c35c74d60a68369037ddef045e71"><code>1328380</code></a> Custom logger (<a href="https://redirect.github.com/puma/puma/issues/2770">#2770</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/38d657db5ae296052da5ffbf646a752af8fab7eb"><code>38d657d</code></a> Loggers - internal_write - catch Errno::EINVAL (<a href="https://redirect.github.com/puma/puma/issues/3091">#3091</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/68f62d5be23784f84f4b2a1a828092c5b42a9d8c"><code>68f62d5</code></a> [CI] Log test retry information on workflow page (<a href="https://redirect.github.com/puma/puma/issues/3103">#3103</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/e26b13eeff2b37883b8eece11c68b4337a3ddd20"><code>e26b13e</code></a> [CI] test_rack_server.rb - fix rack/chunked code (<a href="https://redirect.github.com/puma/puma/issues/3098">#3098</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/00e1f32720480b6c152e9f81e6be97b28a112167"><code>00e1f32</code></a> Adding a link the puma-daemon ruby gem/description (<a href="https://redirect.github.com/puma/puma/issues/3095">#3095</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/puma/puma/compare/v3.11.2...v6.2.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=3.11.2&new-version=6.2.1)](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 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/apache/hawq-docs/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hawq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hawq-docs] dependabot[bot] commented on pull request #144: Bump puma from 3.11.2 to 6.2.1 in /book

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #144:
URL: https://github.com/apache/hawq-docs/pull/144#issuecomment-1684488120

   Superseded by #145.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hawq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hawq-docs] dependabot[bot] closed pull request #144: Bump puma from 3.11.2 to 6.2.1 in /book

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #144: Bump puma from 3.11.2 to 6.2.1 in /book
URL: https://github.com/apache/hawq-docs/pull/144


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hawq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org