Skip to content

Bump puma from 6.2.2 to 6.3.0

George Koltsov requested to merge dependabot-bundler-puma-6.3.0 into main

Bumps puma from 6.2.2 to 6.3.0.

Release notes

Sourced from puma's releases.

6.3.0 - Mugi No Toki Itaru

image

Japan has 72 traditional microseasons. May 31 is the first day of 麦秋至, which means the time of the wheat/barley harvest.

  • Features

    • Add dsl method supported_http_methods (#3106, #3014)
    • Puma error responses no longer have any fingerprints to indicate Puma (#3161, #3037)
    • Support decryption of SSL key (#3133, #3132)
  • Bugfixes

    • Don't send 103 early hints response when only invalid headers are used (#3163)
    • Handle malformed request path (#3155, #3148)
    • Misc lib file fixes - trapping additional errors, CI helper (#3129)
    • Fixup req form data file upload with "r\n" line endings (#3137)
    • Restore rack 1.6 compatibility (#3156)
  • Refactor

    • const.rb - Update Puma::HTTP_STATUS_CODES (#3162)
    • Clarify Reactor#initialize (#3151)

New Contributors

Full Changelog: https://github.com/puma/puma/compare/v6.2.2...v6.3.0

Changelog

Sourced from puma's changelog.

6.3.0 / 2023-05-31

  • Features

    • Add dsl method supported_http_methods (#3106, #3014)
    • Puma error responses no longer have any fingerprints to indicate Puma (#3161, #3037)
    • Support decryption of SSL key (#3133, #3132)
  • Bugfixes

    • Don't send 103 early hints response when only invalid headers are used (#3163)
    • Handle malformed request path (#3155, #3148)
    • Misc lib file fixes - trapping additional errors, CI helper (#3129)
    • Fixup req form data file upload with "r\n" line endings (#3137)
    • Restore rack 1.6 compatibility Restore rack 1.6 compatibility (#3156)
  • Refactor

    • const.rb - Update Puma::HTTP_STATUS_CODES (#3162)
    • Clarify Reactor#initialize (#3151)
Commits
  • 763d1a1 6.3.0 (#3169)
  • dfd33df Add dsl method supported_http_methods (#3106)
  • a434005 Puma error responses - remove fingerprints to indicate Puma (#3161)
  • 7b7774c Don't send 103 early hints response when only invalid headers are used (#3163)
  • 2bb9143 const.rb - Update Puma::HTTP_STATUS_CODES (#3162)
  • d244dc7 [CI] - Use RubyGems 3.3.26 for Ruby 2.4 thru 2.6 (was 3.3.14) (#3160)
  • c467e57 [CI] test_redirect_io.rb - fixup for intermittent failures (#3157)
  • b61bbc7 [CI] Use <<~ for heredocs (#3159)
  • 3d156ed Use Rack.release over Rack::RELEASE (rack 1..6.X compatibility) (#3156)
  • 898dc44 [CI] helpers/tmp_path - use './tmp' for temp file root only on macOS (#3154)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports