Skip to content

Releases: redis-developer/sql-redis

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:30

🐛 Bug Fix

  • fix(executor): tolerate nil field-arrays in FT.SEARCH/FT.AGGREGATE replies #39 (@vishal-bala)

Authors: 1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 17:47

🚀 Enhancement

  • feat: FT.HYBRID support via hybrid_vector_search() #37 (@rbs333)

Authors: 1

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:22

🐛 Bug Fix

  • fix(docs): point docs at GitHub Pages, the actual host #36 (@rbs333)

Authors: 1

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:29

🐛 Bug Fix

  • fix(docs): point site_url at canonical docs.redisvl.com URL #34 (@rbs333)

Authors: 1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 May 17:00

🚀 Enhancement

  • ci: deploy docs to GitHub Pages on push to main #29 (@nkanu17)
  • docs: migrate to MkDocs Material, apply Redis branding, restore Diataxis README #28 (@nkanu17)

🐛 Bug Fix

  • Bug updates #33 (@rbs333)
  • fix(docs): commit missing redis-logo-script-red.svg to unblock Pages build #32 (@nkanu17)
  • Update documentation by removing experimental warning #31 (@nkanu17)
  • docs: point published URL to docs.redisvl.com/projects/sql-redis/ #27 (@nkanu17)
  • docs: build a Diataxis-aligned Sphinx site #27 (@nkanu17)
  • Chore/public readiness #26 (@rbs333)

⚠️ Pushed to main

Authors: 2

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 May 17:02

🚀 Enhancement

  • feat: adopt Auto-based release strategy from redis-vl-python #24 (@rbs333)

🐛 Bug Fix

Authors: 2

v0.4.0

Choose a tag to compare

@nkanu17 nkanu17 released this 06 Apr 16:26

What's Changed

  • fead: add-is-null-is-not-null-support by @nkanu17 in #13
  • feat: add exists() support via FT.AGGREGATE APPLY/FILTER by @nkanu17 in #14
  • feat: lazy loading + instance-level caching for SchemaRegistry by @nkanu17 in #16
  • executor factory pattern by @rbs333 in #19
  • feat: TEXT field search with exact phrase, fuzzy, proximity, OR/union, scoring by @nkanu17 in #17

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@nkanu17 nkanu17 released this 16 Mar 16:59

What's Changed

Full Changelog: v0.2.0...v0.3.0

0.2.0

Choose a tag to compare

@nkanu17 nkanu17 released this 02 Mar 18:08

What's Changed

Full Changelog: 0.1.2...v0.2.0

0.1.2

Choose a tag to compare

@rbs333 rbs333 released this 06 Feb 15:29
733bef6

What's Changed

  • replace str.replace() with token-based parameter substitution by @nkanu17 in #6

New Contributors

Full Changelog: 0.1.1...0.1.2