Comsat v0.7.0 Release Notes

Release Date: 2016-04-06 // almost 8 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

    • #44
    • #50
    • #54
    • ๐Ÿ”ง comsat-actors-undertow and comsat-actors-netty support for concurrent requests within the same session has been made safer and more configurable.

Previous changes from v0.6.0

  • ๐Ÿ†• 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