Skip to content

v0.4.2 2015-08-31

Compare
Choose a tag to compare
@xfeep xfeep released this 01 Sep 02:47
· 304 commits to master since this release

0.4.2 (2015-08-31)

  1. New Feature: Support Sente (issue #87, see this PR)
  2. New Feature: Per-message Compression Extensions (PMCEs) for WebSocket (issue #88)
  3. New Feature: Add add-aggregated-listener! to makes handling small but fragmented websocket messages easier by clojure.
  4. Enhancement: Support to build on a Linux ARM machine
  5. Bug Fix: WebSocket and Server Channel do not Work with Some Ring Middlewares (issue #89)
  6. Bug Fix: Autodetect jvm_path doesn't work sometimes