Skip to content

Releases: Elopteryx/upload-parser

v4.0.0

18 Sep 20:06
Compare
Choose a tag to compare

Compiled on Java 17.
Removed the Jax-Rs module due to lack of support. If you still need it, you can use the < 4.0.0 versions.

v3.0.0

30 Sep 15:28
Compare
Choose a tag to compare

Compiled on Java 11.
Added module descriptors.

v2.2.1

12 Dec 18:47
Compare
Choose a tag to compare

Fixed the incorrect method call caused by building on JDK9.

v2.2.0

11 Nov 13:05
Compare
Choose a tag to compare

Added more utility classes to help convert between streams and channels.
Added manifest attributes to the jars, including Automatic-Module-Name.
Removed usages of JSR-305.
Fixed a bug with buffer thresholds and part finish flags.

v2.1.0

28 Feb 09:58
Compare
Choose a tag to compare

Better support for content type detection. Usable channel utilities moved to a public package.

v2.0.1

06 Dec 15:43
Compare
Choose a tag to compare

Various bugfixes for Tomcat and Jetty.

v2.0.0

29 Aug 08:14
Compare
Choose a tag to compare

Compiled on Java 8. New configuration added to control the size of the byte buffers used.

v1.3.0

10 Apr 20:50
Compare
Choose a tag to compare

JAX-RS module API improved.

v1.2.0

03 Apr 21:07
Compare
Choose a tag to compare

New Jax-Rs module added. API improvements.

v1.1.0

03 Apr 21:10
Compare
Choose a tag to compare

Blocking mode added for the parser. API fixes.