Skip to content

Releases: RDFLib/rdflib-sqlalchemy

0.5.4

05 Mar 14:36
0.5.4
Compare
Choose a tag to compare

Adding SQLALchemy version constraint <2.0.0

Release 0.5.3

21 May 15:04
0.5.3
Compare
Choose a tag to compare

Fixes #92. Thanks, @gjhiggins!

Release 0.5.0

22 Dec 15:58
0.5.0
Compare
Choose a tag to compare

Fixes

  • Removing support for deprecated rdflib.term.Statement
  • Making a more accurate count for store length
  • Fixing query selection from query triple (#87)
  • Limiting index size for MySQL tables (#67)

Maintenance

  • Switching to Github Actions
  • Adding automated deployment of development snapshots to PyPI. Only intended
    for use in continuous integration environments

Release 0.4.0

24 Nov 18:07
0.4.0
Compare
Choose a tag to compare

Features

  • Adding max_terms_per_where option allowing to limit the number of
    terms in generated SQL in a call to addN

Fixes

  • Restoring the setuptools RDFLib store plugin entrypoint so users no
    longer need to call registerplugins in most cases

  • Making addN, add, bind not error out when there's a conflicting
    entry

Maintenance

  • Removing uses of rdflib.py3compat

  • Adding configs for generating documentation

  • Minor documentation cleanup

  • Supporting Python 3.6 and 3.7