* Undo JSON serializer override, falling back to the pyramid default which appears to be ~10x more performant with waitress
5.3.0
=====
`PR 214 Type Specific Index Setting <https://github.com/4dn-dcic/snovault/pull/214>`_
* Implements type specific index settings, documenting the important settings * Configurable by overriding the ``Collection.index_settings`` method to return a custom ``snovault.util.IndexSettings`` object
5.2.0
=====
`PR 213 Make pillow, wheel, and pyyaml be dev dependencies. If the portals wa... <https://github.com/4dn-dcic/snovault/pull/213>`_
* Make ``pillow``, ``wheel``, and ``pyyaml`` be dev dependencies. If the portals want them, they can make them be regular dependencies.
5.1.1
=====
`PR 212 Fix some dependencies to be a bit more flexible <https://github.com/4dn-dcic/snovault/pull/222>`_
This change intends to let Snovault work in Python 3.7.
* Update ``psycopg2`` to use ``psycopg2-binary``. * Use matrix format testing and adjust the way indices are built in so they include Python version number. Needed to assure proper cleanup, but also to avoid these different processes colliding with one another. * Adjusted GA testing to use ``250`` timeout instead of ``200``.
Opportunistic:
* Phase out use of ``TRAVIS_JOB_ID`` in favor of ``TEST_JOB_ID``. A tiny bit of additional code is retained in case ``cgap-portal`` or ``fourfront`` still use any of this, but none of the calls in ``snovault`` try to use ``TRAVIS_JOB_ID`` any more. * Rename the ``travis-test`` recipe to ``remote-test`` in ``Makefile``.