====================
Features and Enhancements
-------------------------
- Add a new Storm command, ``tee``, that allows for executing multiple storm queries with the input node as the input to
the queries, and rejoining their output as a new stream of nodes.
(`1323 <https://github.com/vertexproject/synapse/pull/1323>`_)
Bugfixes
--------
- Fix a bug in HTTP API session handling which created duplicate sessions on the server side.
(`1324 <https://github.com/vertexproject/synapse/pull/1324>`_)
- Fix a documentation error in the quickstart guide regarding permissions.
(`1326 <https://github.com/vertexproject/synapse/pull/1326>`_)