Skip to content

Releases: jenkinsci/winstone

5.14

22 Feb 22:00
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

5.13

15 Dec 10:40
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

5.12

26 Oct 10:01
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

πŸ“ Documentation updates

  • Document --requestHeaderSize argument in the help string. (#126) @duemir

πŸ‘» Maintenance

  • Bump release-drafter/release-drafter from v5.11.0 to v5.12.1 (#127) @dependabot

5.11.1

20 Oct 07:40
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ‘» Maintenance

5.11

06 Oct 04:21
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ“¦ Dependency updates

5.9.1

19 Jun 11:25
Compare
Choose a tag to compare

Winstone 5.9.x release with backports for Jenkins LTS 2.235.x

πŸ› Bug Fixes

5.10

18 Jun 16:04
Compare
Choose a tag to compare

πŸš€ New features and improvements

  • Add --httpsRedirectHttp option that activates automatic HTTP request redirects to HTTPs (#98) @slide

πŸ› Bug Fixes

πŸ“¦ Dependency updates

πŸ“ Documentation updates

  • JENKINS-62068 - Update docs to reflect that ALPN is no longer required in classpath for JDK 8u252 and above (JDK-8239027) (#105) @jglick

5.4.3

09 Mar 06:54
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • downgrade to Jetty 9.4.19.v20190610
  • JENKINS-60409 - Restore configuration 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) @olamy

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