====================
Features and Enhancements
-------------------------
- Correct the StormType ``Queue.pop()`` API to properly pop and return
only the item at the specified index or the next entry in the Queue.
This simplifies the intent behind the ``.pop()`` operation; and removes
the ``cull`` and ``wait`` parameters which were previously on the method.
(`2032 <https://github.com/vertexproject/synapse/pull/2032>`_)
Bugfixes
--------
- Use ``resp.iter_chunked`` in the Axon ``.wget()`` API to improve
compatibility with some third party libraries.
(`2030 <https://github.com/vertexproject/synapse/pull/2030>`_)
- Require the use of a msgpack based deepcopy operation in handling
storage nodes.
(`2031 <https://github.com/vertexproject/synapse/pull/2031>`_)
- Fix for ambiguous whitespace in Storm command argument parsing.
(`2033 <https://github.com/vertexproject/synapse/pull/2033>`_)