Skip to content

Commit 36e5487

Browse files
DEV: update what's new page for 3Q2025 (#2192)
* DEV: update what's new page for 3Q2025 * Apply suggestions from code review Co-authored-by: andy-stark-redis <[email protected]> --------- Co-authored-by: andy-stark-redis <[email protected]>
1 parent 11e069e commit 36e5487

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

content/develop/whats-new/_index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,54 @@ linkTitle: What's new?
1111
hideListLinks: true
1212
weight: 10
1313
---
14+
## Q3 2025 (July - September) Updates
15+
16+
### Tools
17+
18+
- Added [redis-cli installation instructions]({{< relref "/develop/tools/cli" >}})
19+
20+
---
21+
22+
### Redis AI & Vectors
23+
24+
- Updated [vector types documentation]({{< relref "/develop/ai/search-and-query/vectors/_index" >}}) for INT8 and UINT8
25+
- Added [GEO search precision information]({{< relref "/develop/ai/search-and-query/indexing/geoindex" >}})
26+
- Enhanced [LangCache SDK]({{< relref "/develop/ai/langcache/_index" >}}) with savings calculator and improved API documentation
27+
28+
---
29+
30+
### Data Types
31+
32+
- [Bitmaps]({{< relref "/develop/data-types/bitmaps" >}}):
33+
- Added BITOP documentation with Python testable code examples
34+
- Added bit operation diagrams
35+
36+
---
37+
38+
### Client Libraries
39+
40+
#### Java (Jedis)
41+
- Added [vector set embedding examples]({{< relref "/develop/clients/jedis/vecsets" >}})
42+
43+
#### .NET (NRedisStack)
44+
- Added [vector set embedding examples]({{< relref "/develop/clients/dotnet/vecsets" >}})
45+
- Enabled C#-Sync and C#-Async client variants with async examples on the landing page
46+
47+
#### Rust (NEW)
48+
- Added initial [Rust client documentation]({{< relref "/develop/clients/rust/_index" >}})
49+
- Enabled Rust-Sync and Rust-Async client variants
50+
- Landing page code examples for Rust
51+
52+
---
53+
54+
### Documentation Updates
55+
56+
- Added [close/quit details]({{< relref "/develop/clients/_index" >}}) to client landing pages
57+
- Added [redlock-universal]({{< relref "/develop/clients/patterns/distributed-locks" >}}) to Redlock implementations list
58+
- Fixed [keyspace notifications]({{< relref "/develop/pubsub/keyspace-notifications" >}}) typo
59+
- Updated Unicode quotes to ASCII throughout documentation
60+
- Fixed broken links and improved cross-references
61+
1462
## Q2 2025 (April - June) Updates
1563

1664
### Tools

0 commit comments

Comments
 (0)