Skip to content

Releases: redis/NRedisStack

0.6.0

15 Mar 14:29
43f03d5
Compare
Choose a tag to compare

Changes

🚀 New Features

  • Target .NET Standard 2.0 (#89)
  • Convert SearchResult to JSON (#87)

🧰 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!

@ahmadi-ali, @chayim, @shacharPash, @slorello89 and @uglide

0.5.1

08 Feb 09:47
c01633b
Compare
Choose a tag to compare

🚀 New Features

  • Support Pipeline & Transaction (#68) (#50)

🐛 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!

@chayim, @shacharPash, @Jeevananthan-23

Version 0.5.0

12 Jan 12:50
7bac5cd
Compare
Choose a tag to compare

Changes

🧪 Experimental Features

  • Support for BF.CARD (#57)

🚀 New Features

  • Adding support for .NET 7 (#47, #49)

🧰 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!

@shacharPash

Version 0.4.1

30 Nov 11:34
1aa77cd
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release
v0.4.1

Update Version to 0.4.1 (#44)

0.4.0

24 Nov 10:53
55fe3d6
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

🚀 New Features

  • Add Redis Graph Commands (#37)
  • Add SetFromFile and SetFromDirectory Commands for Json Files (#40)

🧰 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

12 Oct 14:08
5ef9e4f
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Changes

🚀 New Features

  • Add Redis Search Commands (#32)

Changes

  • Updating the version to v0.3.0 (#35 )
  • Updating TDIGEST.ADD Command (#32)

Contributors

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

@shacharPash

Version 0.2.2

02 Oct 12:42
3a4bb42
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Changes

🚀 New Features

  • Implement new TDIGEST commands and TDIGEST.CREATE compression (#33)
  • Adding JSON commands (#29)

Contributors

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

@shacharPash and @slorello89

Version 0.2.1

06 Sep 12:30
600f067
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Changes

  • Updating the version to v0.2.1 (#31)
  • Linking README to the latest pre-release (#30)
  • Supporting multiple databases (#28)

Contributors

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

@chayim and @shacharPash

0.2.0

28 Aug 15:13
4a5ce1f
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changes

  • Add COMPRESSION keyword to TDIGEST.CREATE (#24)
  • Add TimeSeries Commands (#18)

Contributors

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

@chayim and @shacharPash

Version 0.1.0

17 Aug 10:52
01f00c6
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

This is the first release of NRedisStack, a library built on top of StackExchange.Redis, adding support for Redis Modules.

🚀 New Features

  • Support for Async methods (#7)
  • Support for RedisBloom (#3, #4, #5, #6, #8)