Skip to content

Releases: ONSdigital/restolino

Release 0.8.1

17 Oct 10:02
v0.8.1
7c248f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

21 Mar 08:41
v0.8.0
70c8823
Compare
Choose a tag to compare

What's Changed

  • Feature configure http request header size limit for jetty by @dionisislolas in #17

New Contributors

Full Changelog: v0.7.1...v0.8.0

Release v0.7.1

11 Dec 15:33
v0.7.1
aea3b2c
Compare
Choose a tag to compare

Update external dependencies

Release 0.7.0

01 Aug 11:17
v0.7.0
245056d
Compare
Choose a tag to compare

Upgrading common-io library to version 2.9.0.

Release 0.6.0

10 Jul 14:27
v0.6.0
9315bc0
Compare
Choose a tag to compare
  • Makes jetty max threads configurable by use of the JETTY_MAX_THREADS environment variable

Release 0.5.0

05 Jul 11:27
Compare
Choose a tag to compare

What's Changed

  • Return 404 if files have not been served by @rafahop in #13

Full Changelog: v0.4.3...v0.5.0

Release 0.4.3

26 May 17:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Release 0.4.2

18 Feb 17:20
v0.4.2
4a1208b
Compare
Choose a tag to compare

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

14 Jan 11:53
v0.4.1
1bdb254
Compare
Choose a tag to compare

v0.4.1

Added logging to startups.

Release v0.4.0

11 Jan 16:09
v0.4.0
60c3b99
Compare
Choose a tag to compare

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.