v0.17.1 #485
bitspittle
announced in
Announcements
v0.17.1
#485
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a small release which adds a new feature to Kobweb Workers and has also migrated its dependencies to target Compose 1.6.1 and Kotlin 1.9.23.
Important
Planning to upgrade? Review instructions in the README.
Changes
Workers
Notes
The
WorkerFactory
interface has changed and will cause compile errorsIn order to support transferable objects, the
WorkerFactory
interface has changed from using a lambda:to using a new class called
OutputDispatcher
:Please update any implementations accordingly. Once the signature has been updated, your code should compile again as before.
For example, here is the diff in the
empty
template:Deprecated code
We occasionally audit the codebase for deprecated code older than 6 months. In this case, we removed a lot. Hopefully, this won't affect you, if you already moved away from such code.
You can review this commit to see if a compile error you're getting was due to such a method
Full Changelog: v0.17.0...v0.17.1
This discussion was created from the release v0.17.1.
Beta Was this translation helpful? Give feedback.
All reactions