Releases: Elopteryx/upload-parser
Releases · Elopteryx/upload-parser
v4.0.0
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
Compiled on Java 11.
Added module descriptors.
v2.2.1
Fixed the incorrect method call caused by building on JDK9.
v2.2.0
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
Better support for content type detection. Usable channel utilities moved to a public package.
v2.0.1
Various bugfixes for Tomcat and Jetty.
v2.0.0
Compiled on Java 8. New configuration added to control the size of the byte buffers used.
v1.3.0
JAX-RS module API improved.
v1.2.0
New Jax-Rs module added. API improvements.
v1.1.0
Blocking mode added for the parser. API fixes.