Skip to content

Latest commit

 

History

History
91 lines (73 loc) · 1.18 KB

CHANGELOG.rst

File metadata and controls

91 lines (73 loc) · 1.18 KB

Chages

v 0.8.3

  • New utils module
  • New timeout parameter

v 0.8.2

  • Updates travis config
  • Persistent connections by using requests.Session object

v 0.8.1

  • coveralls integration
  • Use anyjson for searialization

v 0.8

  • Solr 4 support
  • Python 3 fixes
  • Test improvements

v 0.7.3

  • Python 3.3 support
  • Documentation updates

v 0.7.2

  • Using requests last version

v 0.7.1

  • methods for retrieving solrconfig.xml and schema.xml
  • HTTP Basic Auth and Digest Auth support
  • Bug fixes

v 0.7

  • mlt support
  • Python 2.6 support
  • New SolrResponse object that handles exceptions better
  • New theme for the documentation

v 0.6.1

  • Ping command
  • Tox integration
  • Documentation updates

v 0.6

  • Bug fixes
  • Cursors
  • Use OrderedDict for facets

v 0.5.1

  • Bug fixes
  • Travis-ci integration

v 0.5

  • Python 3.2 compatible
  • Documentation: Benchmarks

v 0.4

  • Concurrent search
  • Documentation: Recipes

v 0.3

  • Spellchecker support
  • Highlighting support

v 0.2

  • Stats module support
  • Documentation
  • Tests

v 0.1

  • Fully functional Solr interface
  • Facets support