Skip to content
This repository has been archived by the owner. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@fomkin fomkin released this 31 Mar 16:37
· 537 commits to master since this release
25f11dc

Features

  1. Support of FormData downloading #58
  2. Timers/delay support #30
  3. Support of JSR-107 (JCache) #90
  4. Access to deviceId inside render #73
  5. Way to update value of inputs #99

Bugs

  1. Example did not run as according to docs #76
  2. WebSocket heartbeat was missed #82
  3. Large static files are broken #83

Infrastructure

  1. Use JWT addon for Saucelabs #87
  2. Adjust Korolev to produce a valid OSGi bundle JAR, work within the OSGi container #81

Breaking changes

Default executor had been moved to korolev.execution package, so now you need to import them in server initialization scope (import korolev.execution._). See examples.