This repository has been archived by the owner. It is now read-only.
Releases: fomkin/korolev
Releases · fomkin/korolev
v0.3.1
v0.3.0
Features
- Support of FormData downloading #58
- Timers/delay support #30
- Support of JSR-107 (JCache) #90
- Access to deviceId inside render #73
- Way to update value of inputs #99
Bugs
- Example did not run as according to docs #76
- WebSocket heartbeat was missed #82
- Large static files are broken #83
Infrastructure
- Use JWT addon for Saucelabs #87
- 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.
v0.2.1
v0.2.0
Features
- Logging support #39
- SSL support out of box #60
- Fall back to long polling when WebSocket doesn't connecting feature #68
Bugs
- Start render when global event handler already registered #56
- Cookie parsing problem #65
- Korolev hangs on initialization #71
Infrastructure
- Browser compatibility tests #37