Skip to content

Releases: aadel/sqlalchemy-solr

v0.2.4.3

08 Aug 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4.2...v0.2.4.3

v0.2.4.2

25 Jul 18:28
Compare
Choose a tag to compare

What's Changed

  • Disabling SQL compilation cache for Solr releases earlier than 9.0
  • Returning native types result-set

Full Changelog: v0.2.4.1...v0.2.4.2

v0.2.4.1

05 Jun 09:18
Compare
Choose a tag to compare

What's Changed

  • Pinning dependencies versions in pyproject.toml
  • Bump idna from 3.6 to 3.7 by @dependabot in #26

Full Changelog: v0.2.4.0...v0.2.4.1

v0.2.4.0

24 Apr 17:18
Compare
Choose a tag to compare

What's Changed

  • Adding Solr Aliases Support in #20
  • SQL Compilation Caching Support in #24
  • DBAPI Compliance in #22
  • Cross Release Compatibility in #25
  • Bumping requests from 2.25.1 to 2.31.0 in #23

Full Changelog: v0.2.3.0...v0.2.4.0

v0.2.3.0

15 Jan 16:54
b4b19f3
Compare
Choose a tag to compare

Features

  • Adding JWT authentication #11
  • Introducing verify_ssl parameter

Fixes

  • Filtering out schema from FROM clause