Important: This news article covers an old version of Javalin (v4.6.0).
The current version is v6.3.0.
See the documentation page for up-to-date information.
See the documentation page for up-to-date information.
Changes
- Server-sent events were broken by 4.5.0, but they should be working like before now
- An option to programmatically close the SSE session has been added
- You can now collect errors from
NullableValidator
- You can now call
getOrThrow
on allValidator
s - The
TestUtil
class in thejavalin-testtools
module has been deprecated in favor ofJavalinTest