Akka 2.5.10 已发布,该版本包含了一些新的功能:
- 使用 TCP 和 TLS 的干线传输
- StreamRefs – 网络上的响应流 (click for 5min video)
- 滚动更新配置验证
其他值得关注的改进和 bug 修复:
- Remove unused and quarantined outbound connections in Artery (memory leak), #23967
- Fix blocking-io-dispatcher setting in Akka Streams, #24357
- Fix bug that caused stashed timer messages to be discarded, #24557
- Fix bug in automatic unsubscribe from DistributedPubSub on actor termination, thanks to @naiello, #24294
- Akka Streams combinators
Flow.ask
, #24325Source.lazilyAsync
, thanks to @kelebra, #24519Flow.lazyInit
, thanks to @gosubpl, #24427Flow.wireTap
, thanks to @catalin-ursachi, #15077Flow.divertTo
, thanks to @viktorklang, #24388Flow.alsoTo
eager cancellation by default, thanks to @jeremystone, #24291Flow.collectType
thanks to @hepin1989, #24254- Allow
RestartFlow
/RestartSink
to restart only on failures, thanks to @nachinius, #24421 - Higher level API for TLS over TCP, #24153
自 2.5.9 以来共关闭了 131 个 issue。完整列表可以在 github 上的 2.5.10 里程碑上找到。
更多内容请参阅发布主页,源码点此下载。
转自 http://www.oschina.net/news/93626/akka-2-5-10-released