Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 13:04
· 199 commits to refs/heads/main since this release
684e980

🚀 New Features

  • Allow users to not save enumerated data in the StateManager (#194)
  • Inverted contains queries (#188)
  • Key TTL on insertion (#166)
  • Add Wrapper for FT.INFO to get index information (#178)
  • Added the ability to configure stopwords on an index (#168)
  • Adding FindByIdsAsync (#167)

🐛 Bug Fixes

  • fix an issue with grouped queries (#193)
  • Make FindByIdAsync() work asynchronous independent of the type of T in RedisCollection class. (#187)
  • Fix #170 to save FindById result to StateManager (#185)

🧰 Maintenance

  • Add more unit test for GetIndexInfo (#184)
  • Update Test Project to .NET 6 (#177)

Contributors

We'd like to thank all the contributors who worked on this release!

@AmirEsdeki, @berviantoleo, @frostshoxx, @shacharPash and @slorello89