v0.7.0
版本发布时间: 2015-05-29 21:54:26
puniverse/quasar最新发布版本:v0.8.0(2018-11-03 02:13:29)
Breaking changes:
-
FiberSocketChannel
andFiberServerSocketChannel
are created passing aChannelGroup
rather than anAsynchronousChannelGroup
; this makes them independent from the async channels API -
quasar-core
is now aprovided
dependency forquasar-actors
andquasar-galaxy
rather than acompile
one
New features:
- Initial Kotlin support (
quasar-kotlin
module) -
StrandFactory
API - Additional transforming channels for take, reduce, split operations
-
ReceivePortGroup
now supports additional mix-style operations -
Pipeline
channel transfer utility - Additional
FiberSocketChannel.connect()
with timeout - New Java8 lambdas API for ports
- New
FiniteStateMachine
behavior -
getChildren
in supervisor actors
Improvements:
- Faster fiber stack layout and improved fiber stack management performance
- Improved buffered channels performance
-
ProxyServer
performance improvement - Migration from glib to byte-buddy
- Dependencies upgrade
Closed issues:
- #73
- #74
- #76
- #78
- #79
- #81
- #82
- #87
- #90
- Fix possible SupervisorActor NPE
- Duplicate files in quasar-core-jdk8.jar
- Possible instrumentation problem with conditionally initialized arrays