Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

80 lines (56 loc) · 2.45 KB

Undertow for Ninja Framework by Fizzed

6.2.2-1 - 2018-03-13

  • Fix issue with encoded parameters in request path
  • Bump Ninja from v6.1.0 to v6.2.2
  • Bump Undertow from v1.4.20 to v2.0.1
  • New version naming scheme of matching Ninja baseline version then appending a simple increment value.

6.1.0-undertow2 - 2017-09-06

  • Bump undertow from v1.4.18 to v1.4.20

6.1.0-undertow1 - 2017-08-22

  • Built against ninja v6.1.0
  • Bump undertow from v1.4.8 to v1.4.18

6.0.0-undertow1 - 2017-01-18

  • Compat with Ninja v6. Built against ninja 6.0.0-beta2.
  • Version now uses "-undertowX" rather than ".undertowX" for better maven compat.
  • Bump undertow from v1.4.0 to 1.4.8
  • Bump maven parent dependency to v2.1.0

5.7.0.undertow2 - 2016-08-25

  • Bump to undertow v1.4.0.Final
  • HTTP/2.0 support no longer requires ALPN on JVM bootclasspath (thx undertow!)
  • Fixed issue w/ settings not being applied
  • Form parsing now uses standard undertow handler vs. our custom one
  • Benchmark now supports a number of system properties to change what is benchmarked (see README.md)
  • Unit tests to confirm h2

5.7.0.undertow1 - 2016-08-23

  • Bump to Ninja v5.7.0
  • Bump to undertow v1.3.24.Final
  • Support for HTTP/2.0 (see README.md for configuration & usage)
  • Wireshark feature renamed to tracing

5.6.0.undertow1 - 2016-06-23

  • Bump to Ninja v5.6.0
  • Support for new ParamParsers feature in Ninja 5.6.0

5.5.0.undertow2 - 2016-05-25

  • Form parsing uses default UTF-8 charset (undertow defaults to Latin1, while modern browsers default to UTF-8). We will be submitting a bug report to undertow, but this is a workaround for now (jfendler)

5.5.0.undertow1 - 2016-05-23

  • Bump to ninja v5.5.0
  • Bump to undertow v1.3.22.Final
  • Bump project maven parent to com.fizzed:maven-parent to v2.0.3
  • Support for Ninja advanced FileItem handling (jfendler)
  • Wireshark feature only enabled for non-assets (skips uris with prefix /assets)
  • Bump project to use Blaze v0.10.0 for build scripting

5.4.0.undertow1 - 2016-03-10

  • Bump to ninja v5.4.0
  • Bump to undertow v1.3.18.Final

5.3.1.undertow2 - 2016-02-29

  • META-INF/services resource included to take advantage of Ninja support for automatically loading standalone on boot
  • ninja-core now a provided dependency so ninja-undertow does not pull in more transitive dependencies
  • Cleaned up blaze/blaze.java benchmark script

5.3.1.undertow1 - 2016-02-27

  • Initial release