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

Releases: fomkin/korolev

v0.3.1

12 May 07:30
Compare
Choose a tag to compare

Bugs

  1. File upload of large files over a certain size fails #112

v0.3.0

31 Mar 16:37
25f11dc
Compare
Choose a tag to compare

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.

v0.2.1

09 Mar 20:19
Compare
Choose a tag to compare

Bugs

  1. WebSocket heartbeat #82
  2. Large static files are broken #83

v0.2.0

19 Feb 11:43
a6764a8
Compare
Choose a tag to compare

Features

  1. Logging support #39
  2. SSL support out of box #60
  3. Fall back to long polling when WebSocket doesn't connecting feature #68

Bugs

  1. Start render when global event handler already registered #56
  2. Cookie parsing problem #65
  3. Korolev hangs on initialization #71

Infrastructure

  1. Browser compatibility tests #37

v0.1.0

05 Jan 15:34
3b262b2
Compare
Choose a tag to compare

Features:

  1. Run single page applications on server
  2. Use Async typeclass to work with any IO-like monad: Future, Task, etc
  3. Write HTML with special DSL named SHTML