pysolr v3.3.3 Release Notes

Release Date: 2015-10-24 // over 8 years ago
    • V3.3.3. [Chris Adams]

    • 🛠 Fix response error handling on Python 3 (closes #162) [Chris Adams]

    Previously the error handling did not work correctly on Python 3 because a byte-string response wasn't decoded before processing.

    Thanks to Emmanuel Leblond (@touilleMan) for the patch.

    • ⬆️ Tests: upgrade Solr to 4.10.4. [Chris Adams]

      • Resync test Solar script with django-haystack These are still not quite the same; at some point it would be nice to look into a common tool which both projects could use
      • Update Solr configuration script to set correct libpath for solr-cell to avoid lazy-load failures during testing as was reported on e.g. #162
    • ⚡️ Tests: update Solr download script for recent API change. [Chris Adams]

    • 🔀 Merge pull request #142 from yspanchal/master. [Chris Adams]

    Add support for cursormark pagination

    • ➕ Added cursormark deep pagination support. [Yogesh Panchal]