Releases: ONSdigital/restolino
Releases · ONSdigital/restolino
Release 0.8.1
v0.8.0
What's Changed
- Feature configure http request header size limit for jetty by @dionisislolas in #17
New Contributors
- @dionisislolas made their first contribution in #17
Full Changelog: v0.7.1...v0.8.0
Release v0.7.1
Update external dependencies
Release 0.7.0
Upgrading common-io library to version 2.9.0.
Release 0.6.0
- Makes jetty max threads configurable by use of the JETTY_MAX_THREADS environment variable
Release 0.5.0
What's Changed
Full Changelog: v0.4.3...v0.5.0
Release 0.4.3
Release 0.4.2
Fixed PostFilters
to always run at the end of the request even if there is an error or a PreFilter halts execution (i.e. returns false
).
Release v0.4.1
v0.4.1
Added logging to startups.
Release v0.4.0
v0.4.0
You can now specify an order for your apps Startups
using the @Priority(n)
annotation.
On start up the framework applies a PriorityComparator
to sort the list of Startups
based on their annotation weight. If no annotations are found or no value is set then a default priority weight will be applied.