Skip to content

version 2.0.0.M3

Compare
Choose a tag to compare
@seratch seratch released this 30 Jul 12:56
· 420 commits to master since this release

NOTICE: See also 2.0.0.M2 release note to know what major updates are in Skinny 2.

This release mainly contains some improvements to detect unstable operations inside Future values.

Since this version, using Future values in Skinny 2 apps is much safer than before because skinny-engine is now so fail-fast when unstable accesses from different threads are found.

Changes

  • [engine] #279 UnstableAccessValidation to detect unstable access
  • [engine] #280 Add thread id validation to detect illegal dynamic scope access more
  • [engine] #281 Split engine-scalate from engine project
  • [engine] #282 Keep supporting Servlet 3.0 for now