- from scratch rewrite, too many changes to name
- altered shape of
manifold.stream/description
for Netty sources and sinks - made instrumentation of individual connections optional, as it was having a small but measurable performance impact around ~100k connections
- target manifold 0.1.4, byte-streams 0.2.2
Thanks to Zak Kristjanson, Elana Hashman, Casey Marshall, Jeroen van Dijk, Cameron Desautels, Leon Mergen, Ryan Waters, Nate Young, and Martin Klepsch
- allow for
:ssl-context
to be defined for clients - add
aleph.netty/ssl-client-context
, and basic example of SSL configuration - add websocket close status and message to stream description
- match nested query param behavior in clj-http
- target manifold 0.1.6
- make all threads daemon by default
- add
aleph.netty/wait-for-close
method, to prevent the process from closing prematurely
Thanks to Dominic Monroe
- fix bug in client ssl-context creation
- fix memory lead in handling of binary websocket frames
- fix handling of decoder errors in Netty's HTTP stack