Sourced from webrick's releases.
v1.9.1
What's Changed
- Block of server.start is optional by
@znz
in ruby/webrick#155- Fix bugs and improve by
@znz
in ruby/webrick#152- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by
@dependabot
in ruby/webrick#157- Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by
@dependabot
in ruby/webrick#159- Change backquote to singlequote in messages by
@znz
in ruby/webrick#154Full Changelog: https://github.com/ruby/webrick/compare/v1.9.0...v1.9.1
v1.9.0
What's Changed
- Be clear in README that webrick should not be used in production by
@jeremyevans
in ruby/webrick#149- Add RBS files by
@znz
in ruby/webrick#151- Prepare new release by
@znz
in ruby/webrick#153New Contributors
@znz
made their first contribution in ruby/webrick#151Full Changelog: https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0
v1.8.2
What's Changed
- Drop commented-out line by
@olleolleolle
in ruby/webrick#108- Add Ruby 3.1 & 3.2 to CI matrix by
@tricknotes
in ruby/webrick#109- Fix/redos by
@ooooooo-q
in ruby/webrick#114- Raise HTTPStatus::BadRequest for requests with invalid/duplicate content-length headers by
@jeremyevans
in ruby/webrick#120- Bump actions/checkout from 3 to 4 by
@dependabot
in ruby/webrick#121- Improve CI by
@hsbt
in ruby/webrick#123- Fix WEBrick::TestFileHandler#test_short_filename test not working on mswin by
@KJTsanaktsidis
in ruby/webrick#128- Fix bug chunk extension detection by
@jeremyevans
in ruby/webrick#125- Fix CI. by
@ioquatix
in ruby/webrick#131- Merge multiple cookie headers, preserving semantic correctness. by
@ioquatix
in ruby/webrick#130- Test on macos-latest by
@byroot
in ruby/webrick#132- Require CRLF line endings in request line and headers by
@jeremyevans
in ruby/webrick#138- Prefer squigly heredocs. by
@ioquatix
in ruby/webrick#143- Only strip space and horizontal tab in headers by
@jeremyevans
in ruby/webrick#141- Treat missing CRLF separator after headers as an EOFError by
@jeremyevans
in ruby/webrick#142- Return 400 response for chunked requests with unexpected data after chunk by
@jeremyevans
in ruby/webrick#136- Fix reference to URI::REGEXP::PATTERN::HOST by
@casperisfine
in ruby/webrick#144- Prevent request smuggling by
@jeremyevans
in ruby/webrick#146New Contributors
@tricknotes
made their first contribution in ruby/webrick#109@ooooooo-q
made their first contribution in ruby/webrick#114@KJTsanaktsidis
made their first contribution in ruby/webrick#128@byroot
made their first contribution in ruby/webrick#132@casperisfine
made their first contribution in ruby/webrick#144
... (truncated)
307f24c
Bump up v1.9.17430364
Change backquote to singlequote in messages (#154)1ff2b89
Fixed version number of rubygems/release-gemfc91235
Merge pull request #159 from
ruby/dependabot/github_actions/rubygems/release-...a34a69b
Bump rubygems/release-gemcde6dd4
Merge pull request #157 from
ruby/dependabot/github_actions/step-security/har...633acb6
Bump step-security/harden-runner from 2.10.1 to 2.10.2cb93ef8
Fix bugs and improve (#152)ef2c69d
Block of server.start is optional (#155)516db77
Merge pull request #153 from
znz/prepare-new-release