DEV Community

Robert Jaros
Robert Jaros

Posted on

KVision v3.0.0 is released (with Javalin support)

KVision is an open source web framework created for Kotlin/JS. It allows developers to build modern web applications with the Kotlin language.

I have released KVision 3.0.0. This is a major upgrade bringing a few incompatibilities and breaking changes. Highlights of this release:

  • major improvements to the event handling architecture (including new module with support for event Flows)

  • new server-side module with full support for the Javalin server

  • upgrade Jooby to version 2

  • important bugfixes and minor improvements for different components

For more details about this release see the changelog and the migration chapter in the guide. There are also some new example apps with Javalin server in the examples repository.

Don't forget to ⭐️ my project if you like it!

Any feedback is appreciated!

Top comments (0)