Skip to content

Releases: RediSearch/redisearch-py

2.1.0

17 Nov 10:36
ea8befd
Compare
Choose a tag to compare

🚀Added Features

(#153)

Other Changes

2.0.0 - Compatible with RediSearch 2.0

22 Oct 17:27
d582ac9
Compare
Choose a tag to compare

This version is adding support for RediSearch 2.0

Added features

  • Add Support for RediSearch 2.0 IndexDefinition (#74, #75, #76)
  • Add connection password support (#82)
  • Add FT.TAGVALS command (#94)
  • Add FT.alias functionality (#99)

Thanks to: @maguec, @surajptl & @jtylh for the contributing!

1.0.0

10 Jul 13:03
Compare
Choose a tag to compare

Enhancements:

  • Added support FT.CONFIG command (#60)
  • Allow empty group_by([], reducer) ie. GROUPBY 0 (#68)
  • Added support for ADDHASH command (#69)
  • Added support for 'DD' parameter in FT.DEL command (#69)

Fixes

  • fixed an error while using cursor in aggregate (#69)
  • use six library for isinstance (#66)

Thanks to: @dipinarora9 @quintonparker @rednafi for the contributing!

0.9.0

05 Mar 13:36
Compare
Choose a tag to compare
  • Add spellcheck, dict operation commands - FT.SPELLCHECK, FT.DICTADD, FT.DICTDEL, FT.DICTDUMP (#33)
  • Add support for FT.MGET (#57, #56)
  • Add double metaphone phonetic matcher (#55)
  • Add support for NOCREATE (#52, #53)
  • Add password to init func (#58)
  • Add with_scores support to search command (#59)

Thanks to: @joeirimpan, @Aslan11 and @germanramos for the contributing!

0.8.3

05 Jan 15:22
b98606c
Compare
Choose a tag to compare

Fix setup.py use requirements list

0.8.2

05 Jan 15:05
Compare
Choose a tag to compare

Fix setup.py requirements list

0.8.1

26 Dec 08:43
Compare
Choose a tag to compare

Fix pypi release

0.8.0

29 Oct 14:58
Compare
Choose a tag to compare

Features

  • Add 'alter schema add' support

Fixes:
#37 - TagField does not work when changing separator
#41,#40 - Fix APPLY / SORTBY / GROUPBY / REDUCE order on FT.AGGREGATE s
#44 - Fix TextField Sortable/Nostem

0.7.1

12 Mar 22:47
7f62c26
Compare
Choose a tag to compare
v0.7.1

Update config.yml