Skip to content

Latest commit

 

History

History
137 lines (90 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

137 lines (90 loc) · 5.38 KB

Changelog (old)

5.5

Release date: Sometime in the future

5.4

Release date: Nov 9, 2019

5.3

Release date: May 8, 2019

5.2

Release date: March 22, 2019

5.1

Release date: Oct 06, 2018

5.0

Release date: Aug 29, 2018

  • JENKINS-52358 - Fix broken Http/2 support (regression in 4.4)
  • JENKINS-52121 - sessionEviction flag was missing in the embedded Winstone Documentation
  • JENKINS-53239 - Use default Jetty QueuedThreadPool instead of the custom winstone.BoundedExecutorService. Related issues:
    • JENKINS-33412 - Jenkins locks when started in HTTPS mode on a host with 37+ processors.
    • JENKINS-52804 - Jenkins web GUI hangs when using a computer with more then 70 CPU's.
    • JENKINS-51136 - Jenkins UI hangs 2.117 - 2.119.

Breaking changes:

  • winstone.BoundedExecutorService class was removed
  • handlerCountMax and handlerCountMaxIdle parameters are now deprecated and do not have any effect

4.4

Release date: Jun 14, 2018

4.3

Release date: May 05, 2018

4.2

Release date: April 1, 2018

4.1.2

Release date: Feb 23, 2017

  • JENKINS-49596 - Increase the default idle session eviction timeout to 30 minutes.

4.1.1

Release date: Feb 22, 2017

  • JENKINS-49596 - Prevent User session memory leak by setting the default idle session eviction timeout to 3 minutes.
  • Allow configuring the session eviction timeout via the -sessionEviction command-line option.

##4.1

Release date: July 20, 2017

  • add HTTP/2 Support (disabled per default)

4.0

Release date: May 04, 2017

  • Update Jetty from 9.2.15.v20160210 to 9.4.5.v20170502
  • Remove the deprecated SPDY protocol mode.
  • JENKINS-40693 - Jetty 9.4.5: Prevent the 400 Bad Host header error for HttpChannelOverHttp when operating behind reverse proxy (Jetty issue #592).
  • Update minimal Java requirement to Java 8

3.0

  • Jetty is now upgraded to 9.2 to bring the servlet 3.1 support. Winstone now requires Java7.
  • AJP support was dropped due to the discontinuation of the AJP support in Jetty

2.0

  • The engine is now Jetty 8.x, instead of the original from-scratch implementation

Pre-1.0

See the upstream changelog.