Skip to content

Commit 72e5138

Browse files
atakavcislorello89
andauthored
Bump version and update readme with 'default dialect' note (#403)
* bump v10.0.0.-beta1 * suggestion from @slorello89 Co-authored-by: Steve Lorello <[email protected]> --------- Co-authored-by: Steve Lorello <[email protected]>
1 parent 2481084 commit 72e5138

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ Each module has a command class with its own commands.
4040

4141
The supported modules are [Search](https://redis.io/commands/?group=search), [JSON](https://redis.io/commands/?group=json), [TimeSeries](https://redis.io/commands/?group=timeseries), [Bloom Filter](https://redis.io/commands/?group=bf), [Cuckoo Filter](https://redis.io/commands/?group=cf), [T-Digest](https://redis.io/commands/?group=tdigest), [Count-min Sketch](https://redis.io/commands/?group=cms), and [Top-K](https://redis.io/commands/?group=topk).
4242

43-
**Note:** RedisGraph support has been deprecated starting from Redis Stack version 7.2. For more information, please refer to [this blog post](https://redis.com/blog/redisgraph-eol/).
44-
**IMPORTANT:** NRedisStack will end the support for Graph functionalities with version 0.13.x
43+
**Note:** RedisGraph support has been deprecated starting from Redis Stack version 7.2. For more information, please refer to [this blog post](https://redis.com/blog/redisgraph-eol/).<br>
44+
**IMPORTANT:** NRedisStack will end the support for Graph functionalities with version 0.13.x<br>
45+
**IMPORTANT:** Starting from version **1.0.0-beta1**, by default, the client now overrides the [server-side dialect](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/dialects/) with version 2, automatically appending `DIALECT 2` to commands like **FT.AGGREGATE** and **FT.SEARCH**. Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by configuring the client accordingly. Please see [release notes](https://github.com/redis/NRedisStack/releases/tag/v1.0.0-beta1).
4546

4647
# Usage
4748

Diff for: src/NRedisStack/NRedisStack.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<Owners>Redis OSS</Owners>
1111
<Description>.Net Client for Redis Stack</Description>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
13-
<Version>0.13.1</Version>
14-
<ReleaseVersion>0.13.1</ReleaseVersion>
15-
<PackageVersion>0.13.1</PackageVersion>
13+
<Version>1.0.0-beta1</Version>
14+
<ReleaseVersion>1.0.0-beta1</ReleaseVersion>
15+
<PackageVersion>1.0.0-beta1</PackageVersion>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)