Skip to content

Releases: django-haystack/pysolr

v3.11.0

18 Nov 10:25
9243537

Choose a tag to compare

What's Changed

  • GitHub Actions: Add Python 3.13 to the testing by @cclauss in #488
  • [REMOVE] - tests: remove duplicate get_solr method from SolrTestCase class. by @DhavalGojiya in #506
  • fix: Remove ruff (handled by pre-commit.ci, not a runtime dependency) by @DhavalGojiya in #516
  • fix: Remove setup.cfg to eliminate Python 2 tag from distribution by @DhavalGojiya in #517
  • EOL: Drop support for Python 3.9 and below by @DhavalGojiya in #518
  • feat: Configure Ruff linter pre-commit to perform write operations by @DhavalGojiya in #519
  • Format Python code with ruff-format instead of black by @cclauss in #520

Dependabot

Pre-commit

New Contributors

Full Changelog: v3.10.0...v3.11.0

v3.10.0

18 Sep 22:45
57ece99

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0...v3.10.0

v3.10.0b2: final testing before 3.10 release

13 Oct 15:37
3149bdd

Choose a tag to compare

Merge pull request #431 from django-haystack/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

v3.9.0

17 Apr 20:27
0adcbe1

Choose a tag to compare

  • Improved SolrCloud support
  • Support for Solr.ping
  • Dropped support for Python 3.4
  • Added JSON interface which can be significantly faster

v3.8.1

13 Dec 19:52
7852f37

Choose a tag to compare

  • extract() handles spaces and special characters in filenames
  • Python set() instances are handled automatically just like lists
  • Updates no longer commit by default

3.2.0

04 Mar 17:53

Choose a tag to compare

  • Better XML serialization: see 0b1fb09
  • Update content extraction for newer versions of Solr - see #104, #96, #90
  • Test updates