Skip to content

0.6.0

Compare
Choose a tag to compare
@circlespainter circlespainter released this 10 Feb 14:03
· 68 commits to release since this release

New integration modules

comsat-kafka provides a Kafka Producer with an asynchronous send method that will return a Quasar SettableFuture. A SettableFuture can block fibers in addition to threads. Contributed by Tim Brooks. Thanks!

Improvements

  • comsat-actors-undertow, comsat-actors-netty and comsat-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 in comsat-actors-undertow and comsat-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

  • #49
  • #51
  • Fixed HTTP Web Actors watch in Web Actors backends and other minor fixes
  • Docs glitches