Releases: RediSearch/redisearch-py
Releases · RediSearch/redisearch-py
2.1.0
🚀Added Features
(#153)
- add support to single scheme field @AvitalFineRedis (#148)
- Fix missing import + typo in README.md @Noezor (#141)
- FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN @AvitalFineRedis (#144)
- Support 'AS' on fields and on RETURN @AvitalFineRedis (#135)
- ft.info change
fields
toattributes
@ashtul (#139) - Support json index type @AvitalFineRedis (#130)
- poetry, 2.7+, and 3.6+, no 2.9- @chayim (#132)
- move sortable and no_index to the field field abstract… @leibale (#118)
- transaction needs to be set to false, pipeline is OK tho @maguec (#119)
- add Scorer option to Query @chrisdiana (#113)
- add keep_docs to drop_index @ashtul (#108)
- check module version in tests @ashtul (#106)
Other Changes
- pinning redis to 3.5.3 and updating minor version @chayim (#160)
- Adding deprecation notice @chayim (#159)
- virtualenv cache issue @chayim (#158)
- Python 3.10 support, trove, and ci @chayim (#156)
- python 3.10 - without the experimental installer disabled @chayim
- Using github actions to publish to PyPi @filipecosta90 (#101)
- Adding poetry cache to caches @chayim (#145)
- replacing the version in the toml with the tag @chayim (#142)
- Format fixes @AvitalFineRedis (#136)
- fixing documentation errors @chayim (#138)
- Add more examples @abrookins (#121)
- README.md changes @emmanuelkeller (#109)
- Fix tests after minor behavior changes @ashtul (#105)
- Minor doc fixes. @simonprickett (#103)
2.0.0 - Compatible with RediSearch 2.0
1.0.0
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
Thanks to: @dipinarora9 @quintonparker @rednafi for the contributing!
0.9.0
- 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!