Important: This news article covers an old version of Javalin (v4.6.0).
The current version is v6.7.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
getOrThrowon allValidators - The
TestUtilclass in thejavalin-testtoolsmodule has been deprecated in favor ofJavalinTest