Releases: redis/NRedisStack
0.8.0
What's new?
Triggers and Functions support (#145)
Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start
Add support for extended search commands (#151)
Add support for FT.SPELLCHECK, FT.PROFILE and Auto-suggest Command.
Breaking Changes
🐛 Bug Fixes
- Escape backslashes in RedisGraphUtilities.PrepareQuery (#155)
- Support GRAPH.DELETE returning boolean (#152)
Documentation
- Updates search tutorial doc examples to new format and data (#156)
Contributors
We'd like to thank all the contributors who worked on this release!
0.7.0
Changes
- Version 0.7.0 (#150)
- Add Hybrid Query Example (#138)
- Fix JSON.MERGE Summary (#139)
- Add doctest for Search Quickstart (#134)
Breaking Changes
- Fix Query input in Explain & ExplainCli (#149)
🚀 New Features
- Supporting setting a default DIALECT for search commands (#147)
- Support JSON.MERGE Command (#132)
- Support JSON.MSET Command (#131)
🐛 Bug Fixes
- Change TimeStamp from DateTime to Millisecond Instead of Ticks (#127)
🧰 Maintenance
- issue template (#137)
- Run TLS Connection tests only in CI (with env vars) (#130)
- Delete Enviroment (#133)
Contributors
We'd like to thank all the contributors who worked on this release!
@chayim, @shacharPash and @uglide
0.6.1
Changes
🚀 New Features
- Add FieldName signature to VectorField (#104)
🧰 Maintenance
- Testing against multiple redis-stack versions (#120)
- Redis Cloud Connection Example (#98)
- Add CONTRIBUTING Guidelines (#119)
- Ability to specify test host and port (#117)
- Simple documentation examples as test cases (#114)
- Add Basic & Advanced Examples (Json/Search) (#112)
- Add Examples from Specialist-Solution-Workshops Repo (#106)
Contributors
We'd like to thank all the contributors who worked on this release!
0.6.0
Changes
🚀 New Features
🧰 Maintenance
- Update to the Latest StackExchage.Redis Version (#94)
- Adding redis version compatibility details to the README (#92)
- Fix code examples in README (#86)
- Fixing link to examples folder (#82)
Contributors
We'd like to thank all the contributors who worked on this release!
0.5.1
🚀 New Features
🐛 Bug Fixes
- Wrong argument count in VectorField (#72)
🧰 Maintenance
- Remove Unnecessary Usings + Fix Namespaces (#80)
- Adding a README to the nuget package (#76)
- Ignore case on spellcheck (#67)
- Delete pre-release icon (#59)
- Examples of new and existing features(#68)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.5.0
Changes
🧪 Experimental Features
- Support for BF.CARD (#57)
🚀 New Features
🧰 Maintenance
- Increasing code coverage (#54, #56)
- Integrating Codecov as part of CI (#46)
- Mark the TOPK.COUNT command as deprecated (#52)
- README (#43)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.4.1
v0.4.1 Update Version to 0.4.1 (#44)
0.4.0
🚀 New Features
🧰 Maintenance
- Create Interfaces for the Commands Classes (#41)
- Add Command Builders (#42)
- Release drafter formatting improvement: titles (#38)
Contributors
We'd like to thank all the contributors who worked on this release!
@chayim and @shacharPash
Version 0.3.0
Changes
🚀 New Features
- Add Redis Search Commands (#32)
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.2.2
Changes
🚀 New Features
Contributors
We'd like to thank all the contributors who worked on this release!