Comsat v0.6.0 Release Notes
Release Date: 2016-02-10 // almost 9 years ago-
๐ New integration modules
๐
comsat-kafka
provides a Kafka Producer with an asynchronoussend
method that will return a QuasarSettableFuture
. ASettableFuture
can block fibers in addition to threads. Contributed by Tim Brooks. Thanks!๐ Improvements
- ๐
comsat-actors-undertow
,comsat-actors-netty
andcomsat-servlet
have been performance-optimized and allow more tuning (see the docs for more details). - โฌ๏ธ Many dependencies have been upgraded both in the Java and Clojure modules.
๐ฅ Breaking changes
The
WebHandler.Context
interfaces incomsat-actors-undertow
andcomsat-actors-netty
have changed to allow greater control and optimization.
๐ They are used only when selecting request-serving web actor instances manually with the Undertow and Netty backends (rather than by scanning the classpath for@WebActor
annotations).
๐ See the docs for more details.Closed issues
- ๐