Skip to content

Commit 9b5e46e

Browse files
DEV: update what's new page for 2Q2025 (#2159)
* DEV: update what's new page for 2Q2025 * Update content/develop/whats-new/_index.md Co-authored-by: andy-stark-redis <[email protected]> --------- Co-authored-by: andy-stark-redis <[email protected]>
1 parent f0d97a8 commit 9b5e46e

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

content/develop/whats-new/_index.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,109 @@ linkTitle: What's new?
1111
hideListLinks: true
1212
weight: 10
1313
---
14+
## Q2 2025 (April - June) Updates
15+
16+
### Tools
17+
18+
- Redis Insight [v2.70.1 release notes]({{< relref "/develop/tools/insight/release-notes/v.2.70.1" >}})
19+
- Redis Insight [v1.4.0 release notes]({{< relref "/develop/tools/insight/release-notes/v1.4.0" >}})
20+
- Updated [Redis Insight pages]({{< relref "/develop/tools/insight/_index" >}}) with consistent image-card layout
21+
- Added Redis Insight SVG icons and download links across [tools documentation]({{< relref "/develop/tools/_index" >}})
22+
23+
---
24+
25+
### Redis AI & Vectors
26+
27+
- Reorganized [search and query documentation]({{< relref "/develop/ai/search-and-query/_index" >}}) under AI section
28+
- Added [AI video tutorials]({{< relref "/develop/ai/ai-videos" >}}) with YouTube content
29+
- Added [AI notebook collection]({{< relref "/develop/ai/notebook-collection" >}}) with 8 new notebook links
30+
- Expanded vector examples across multiple clients:
31+
- [Python vector sets]({{< relref "/develop/clients/redis-py/vecsets" >}})
32+
- [Go vector sets]({{< relref "/develop/clients/go/vecsets" >}})
33+
- [JavaScript vector sets]({{< relref "/develop/clients/nodejs/vecsets" >}})
34+
- [Lettuce vector queries]({{< relref "/develop/clients/lettuce/vecsearch" >}})
35+
- [Lettuce vector sets]({{< relref "/develop/clients/lettuce/vecsets" >}})
36+
- Updated [redisvl documentation]({{< relref "/develop/ai/redisvl/_index" >}}) for versions 0.6.0-0.8.2
37+
- Added [LangCache SDK]({{< relref "/develop/ai/langcache/_index" >}}) documentation with [API reference]({{< relref "/develop/ai/langcache/api-examples" >}})
38+
39+
---
40+
41+
### Redis 8.0 & 8.2 Features
42+
43+
- [Redis Open Source 8.2 documentation]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes" >}})
44+
- Updated [Redis 8.0 release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes" >}})
45+
- [Redis Query Engine expiration capabilities]({{< relref "/develop/ai/search-and-query/advanced-concepts/expiration" >}}) in Redis 8
46+
- Enhanced [TAG documentation]({{< relref "/develop/ai/search-and-query/advanced-concepts/tags" >}}) per GitHub issues
47+
- [Vector quantization and compression]({{< relref "/develop/ai/search-and-query/vectors/svs-compression" >}}) moved to dedicated page
48+
49+
---
50+
51+
### Data Types
52+
53+
- TimeSeries:
54+
- [Enhanced time series examples]({{< relref "/develop/data-types/timeseries/_index" >}}) with query and aggregation info
55+
- Added testable code examples (TCE) support
56+
- Probabilistic:
57+
- Added testable examples for [Python]({{< relref "/develop/clients/redis-py/prob/" >}}), [C#]({{< relref "/develop/clients/dotnet/prob/" >}}), [Java]({{< relref "/develop/clients/jedis/prob/" >}}), and [Go]({{< relref "/develop/clients/go/prob/" >}})
58+
- Updated [Cuckoo filter documentation]({{< relref "/develop/data-types/probabilistic/cuckoo-filter" >}})
59+
60+
---
61+
62+
### Client Libraries
63+
64+
#### Python (redis-py)
65+
- Added [reconnection examples]({{< relref "/develop/clients/redis-py/connect/#retrying-connections" >}})
66+
- Enhanced [timeout and retry details]({{< relref "/develop/clients/redis-py/produsage#timeouts" >}})
67+
- Fixed [pip install command]({{< relref "/develop/clients/redis-py/amr/" >}}) for redis-py entraid extension
68+
- Added [Binder environment links]({{< relref "/develop/clients/redis-py/_index#connect-and-test" >}}) for Python examples
69+
70+
#### Java (Jedis)
71+
- Updated to [latest Jedis version]({{< relref "/develop/clients/jedis/#install" >}})
72+
- Added [reconnection examples]({{< relref "/develop/clients/jedis/connect#retrying-a-command-after-a-connection-failure" >}})
73+
- Enhanced [probabilistic data type examples]({{< relref "/develop/clients/jedis/prob" >}})
74+
75+
#### Node.js
76+
- Added [command reliability information]({{< relref "/develop/clients/nodejs/produsage#command-execution-reliability" >}})
77+
- Fixed [reconnection details]({{< relref "/develop/clients/nodejs/connect#reconnect-after-disconnection" >}})
78+
79+
#### .NET (NRedisStack)
80+
- Added [retries and timeouts]({{< relref "/develop/clients/dotnet/produsage" >}}) to production usage advice
81+
- Enhanced [dialect 2 notes]({{< relref "/develop/clients/dotnet/queryjson" >}})
82+
83+
#### Go (go-redis)
84+
- Added [retries and timeouts]({{< relref "/develop/clients/go/produsage" >}}) to production usage
85+
- Enhanced [dialect 2 notes]({{< relref "/develop/clients/go/queryjson" >}})
86+
- Added [Connect with AMR]({{< relref "/develop/clients/go/amr" >}}) page.
87+
88+
#### Lettuce
89+
- Updated to [latest Lettuce version]({{< relref "/develop/clients/lettuce/_index#install" >}})
90+
- Added [command reliability information]({{< relref "/develop/clients/lettuce/produsage#connection-and-execution-reliability" >}})
91+
- Added [JSON query examples]({{< relref "/develop/clients/lettuce/queryjson" >}})
92+
93+
#### PHP (Predis)
94+
- Enhanced [dialect 2 notes]({{< relref "/develop/clients/php/queryjson" >}})
95+
96+
---
97+
98+
### Documentation Structure & Navigation
99+
100+
- Reorganized [develop section navigation]({{< relref "/develop/_index" >}}) with improved sidebar structure
101+
- Moved [programmability section]({{< relref "/develop/programmability/_index" >}}) into develop area
102+
- Relocated [patterns folder]({{< relref "/develop/clients/patterns/_index" >}}) to clients section
103+
- Added [Using commands section]({{< relref "/develop/using-commands/_index" >}}) to develop area
104+
- Enhanced [keyspace notifications]({{< relref "/develop/pubsub/keyspace-notifications" >}}) and [pub/sub]({{< relref "/develop/pubsub/_index" >}}) documentation
105+
- Updated [transactions]({{< relref "/develop/using-commands/transactions" >}}) and [pipeline]({{< relref "/develop/using-commands/pipelining/" >}}) pages
106+
- Added comprehensive aliases for backward compatibility
107+
108+
---
109+
110+
### Protocol & Technical Updates
111+
112+
- Fixed [RESP protocol specification]({{< relref "/develop/reference/protocol-spec" >}}) attribute byte documentation
113+
- Enhanced [FT.AGGREGATE expression precedence]({{< relref "/develop/ai/search-and-query/advanced-concepts/aggregations-syntax/" >}}) documentation
114+
- Updated [distributed locks]({{< relref "/develop/clients/patterns/distributed-locks" >}}) documentation
115+
- Fixed [FP32 vectorsets endianness]({{< relref "/develop/data-types/vector-sets#endianness-considerations-for-fp32-format" >}}) documentation
116+
14117
## Q1 2025 (January - March) Updates
15118

16119
### Tools

0 commit comments

Comments
 (0)