#Release Notes
- Catch RequestsException Instead Of Connection Errors To Allow For Retries during timeouts (#30)
- search(): actually send the query_dict in the request body as was intended in 1.0.0 (missed a cherry-pick)
- Removed support for Python versions < 3.5 and pypy
- Use POST instead of GET for /select API calls in order to avoid exceeding the max uri length for long queries (#26)
- Only add /solr/ to the end of a solr url if it isn't already there
- Simplify the method of making requests, and add logging so it's more visible what's happening (#18)
- Don't log debugging messages as error messages (#19)
- Broaden Travis support (#17)
- Make sure a scheme is always on the solr request (#20)
- Add ability to update extraparams like omitHeader for solr requests
- Collection alias support
- Fix zookeeper cluster state unicode issue
- Zookeeper states for Solr 6
- handle situations with unknown Solr hostnames
- support stats in the query for Solr 6
- Add support for Python 3.x
- initial version for wukong