git-notifier
git-notifier copied to clipboard
Bump puma from 3.9.1 to 4.0.1
Bumps puma from 3.9.1 to 4.0.1.
Release notes
Sourced from puma's releases.
v4.0.1
- 2 bugfixes
- 1 other
- Removed unnecessary RUBY_VERSION checks. (#1827)
v4.0.0 - 4 Fast 4 Furious
9 feature
- Add support for disabling TLSv1.0 (#1562)
- Request body read time metric (#1569)
- Add out_of_band hook (#1648)
- Re-implement (native) IOBuffer for JRuby (#1691)
- Min worker timeout (#1716)
- Add option to suppress SignalException on SIGTERM (#1690)
- Allow mutual TLS CA to be set using
ssl_bindDSL (#1689)- Reactor now uses nio4r instead of
select(#1728)9 bugfixes
- Do not accept new requests on shutdown (#1685, #1808)
- Fix 3 corner cases when request body is chunked (#1508)
- Change pid existence check's condition branches (#1650)
- Don't call .stop on a server that doesn't exist (#1655)
- Implemented NID_X9_62_prime256v1 (P-256) curve over P-521 (#1671)
- Fix @notify.close can't modify frozen IOError (RuntimeError) (#1583)
- Fix Java 8 support (#1773)
- Fix error
uninitialized constant Puma::Cluster(#1731)- Fix
not_tokenbeing able to be set to true (#1803)v3.12.1
v3.11.4
No release notes provided.
3.11.0 - Love Song
... (truncated)
2 features:
9 bugfixes:
- Environment config files (/config/puma/<ENV>.rb) load correctly (#1340)
- Specify windows dependencies correctly (#1434, #1436)
- puma/events required in test helper (#1418)
- Correct control CLI's option help text (#1416)
- Remove a warning for unused variable in mini_ssl (#1409)
- Correct pumactl docs argument ordering (#1427)
- Fix an uninitialized variable warning in server.rb (#1430)
- Fix docs typo/error in Launcher init (#1429)
Changelog
Sourced from puma's changelog.
4.0.1 / 2019-07-11
- 2 bugfixes
- 1 other
- Removed unnecessary RUBY_VERSION checks. (#1827)
4.0.0 / 2019-06-25
9 features
- Add support for disabling TLSv1.0 (#1562)
- Request body read time metric (#1569)
- Add out_of_band hook (#1648)
- Re-implement (native) IOBuffer for JRuby (#1691)
- Min worker timeout (#1716)
- Add option to suppress SignalException on SIGTERM (#1690)
- Allow mutual TLS CA to be set using
ssl_bindDSL (#1689)- Reactor now uses nio4r instead of
select(#1728)- Add status to pumactl with pidfile (#1824)
9 bugfixes
- Do not accept new requests on shutdown (#1685, #1808)
- Fix 3 corner cases when request body is chunked (#1508)
- Change pid existence check's condition branches (#1650)
- Don't call .stop on a server that doesn't exist (#1655)
- Implemented NID_X9_62_prime256v1 (P-256) curve over P-521 (#1671)
- Fix @notify.close can't modify frozen IOError (RuntimeError) (#1583)
- Fix Java 8 support (#1773)
- Fix error
uninitialized constant Puma::Cluster(#1731)- Fix
not_tokenbeing able to be set to true (#1803)3.12.1 / 2019-03-19
- 1 features
- Internal strings are frozen (#1649)
- 3 bugfixes
3.12.0 / 2018-07-13
... (truncated)
- 5 features:
- You can now specify which SSL ciphers the server should support, default is unchanged (#1478)
- The setting for Puma's
max_threadsis now inPuma.stats(#1604)- Pool capacity is now in
Puma.stats(#1579)- Installs restricted to Ruby 2.2+ (#1506)
--controlis now deprecated in favor of--control-url(#1487)
Commits
1c9da364.0.1 notes and version change (#1840)3b48d32fix #1775 (#1829)1814008Use OpenSSL DTLS_method & TLS_server_method when available (#1832)12d1706Add missing feature to history on v4.0.0 (#1830)a2cc053Remove RUBY_VERSION checks (#1827)38d9625Merge pull request #1826 from jmreid/patch-16d55a29Clean up 4.0.0 changelog51a952bRemove extra characterf5d7600Merge pull request #1825 from schneems/schneems/v4.0.03cad382v4.0.0- 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 ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it@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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
