Skip to content

Releases: jenkinsci/winstone

5.4.2

06 Mar 11:30
Compare
Choose a tag to compare

Backports for the Jenkins 2.204.x baseline. It will be used as a base for the JENKINS-60409 and JENKINS-60199 which were caused by regressions in newer Jetty versions.

🐛 Bug Fixes

  • JENKINS-60409 - Fix propagation of the maximum form content size and form content keys number (regression in Jetty 9.4.24 and Winstone 5.5,). It impacts Jenkins 2.205 and above (#95) @jglick

📦 Dependency updates

  • Add a test annotations dependency to the 5.4.x branch @oleg-nenashev

5.9

05 Mar 08:07
Compare
Choose a tag to compare
5.9

🐛 Bug Fixes

  • JENKINS-60409 - Fix propagation of the maximum form content size and form content keys number (regression in Jetty 9.4.24 and Winstone 5.5,). It impacts Jenkins 2.205 and above (#95) @jglick
  • JENKINS-60199 - Fix reverse improper proxy redirects to 127.0.0.1 due to X-Forwarded-Host and X-Forwarded-Port ordering issue (regression in Jetty 9.4.24 and Winstone 5.5,). It impacts Jenkins 2.205 and above (#94) @dependabot

📦 Dependency updates

👻 Maintenance

  • Add server connector builder to prevent code duplication (#93) @ChrisRo89

💥 Breaking changes

  • Remove the protected winstone.HttpConnectorFactory#createConnector() method. There is no external usages, so it is considered as a minor breaking change which does not require a major release (#93) @ChrisRo89

5.4.1

05 Mar 20:59
Compare
Choose a tag to compare

Winstone release with backports for the Jenkins 2.204.x baseline. It will be used as a base for the JENKINS-60409 and JENKINS-60199 which were caused by regressions in newer Jetty versions.

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

5.8

24 Jan 22:32
Compare
Choose a tag to compare
5.8

🐛 Bug Fixes

  • JENKINS-60857 - Use SslContextFactory.Server to prevent the "KeyStores with multiple certificates are not supported" error (#91) @jglick

5.7

24 Jan 10:39
Compare
Choose a tag to compare
5.7

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

5.6

03 Jan 21:54
92ec4d9
Compare
Choose a tag to compare
5.6

🐛 Bug Fixes

  • Various regressions from earlier code cleanup (#86) @jglick

5.5

30 Dec 16:03
Compare
Choose a tag to compare
5.5

🚀 New features and improvements

📝 Documentation updates

👻 Maintenance