Comsat v0.7.0 Release Notes
Release Date: 2016-04-06 // about 9 years ago-
🆕 New integrations
👀 The
comsat-shiro
module contributed by @roded (thanks!) through #53 allows custom implementations of Shiro Realms to perform fiber-blocking calls when invoked by fibers (see the docs for details).👌 Improvements
- ⬆️ Many dependencies have been upgraded both in the Java and Clojure modules.
- Other minor improvements, some from the community (like @andreiursan's 57cff66, thanks!)
Closed issues
Previous changes from v0.6.0
-
🆕 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
- 🐎