=======================
Bugfixes
--------
* Fixed setting proxy with env vars (``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY``)
* Enforce ``shelve`` to use ``dbm.dumb``/``dumbdbm`` modules for Python 3.x/2.7 respectively to prevent hiccups on a big amount of generated checkpoint. Was caught on macos X (``ndbm`` backend).
Enhancements
------------
* New command ``batch_scoring_deployment_aware`` for scoring with new deployment aware routes.