Skip to content

Commit 27640b2

Browse files
DEV: add new what's new page (#908)
* DEV: add new what's new page * DOC-4503 small changes to lists --------- Co-authored-by: Andy Stark <andrew.stark@redis.com>
1 parent dbfafea commit 27640b2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

content/develop/whats-new/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: What's new?
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
- rc
9+
description: High-level description of important updates to the Develop section
10+
linkTitle: What's new?
11+
weight: 10
12+
---
13+
## Q4 2024 (October - December) Updates
14+
15+
* Updated the RESP3 specification document to include the [attribute type]({{< relref "/develop/reference/protocol-spec#attributes" >}}).
16+
* Updates to the [key eviction]({{< relref "/develop/reference/eviction" >}}) page.
17+
* Updates to the Redis Insight page related to its new Redis Query Engine auto-completion [feature]({{< relref "/develop/tools/insight#workbench">}}).
18+
* Restructured and added testable connection examples to the [client pages]({{< relref "/develop/clients" >}}).
19+
* Added [Redis Community Edition]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce" >}}) and [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisstack" >}}) release notes.
20+
* Added new [Redis for AI]({{< relref "/develop/ai" >}}) page.
21+
* Added new [Predis (PHP client library)]({{< relref "/develop/clients/php" >}}) page.
22+
23+
## Q3 2024 (July - September) Updates
24+
25+
* Updated the [RAG with Redis quick start guide]({{< relref "/develop/get-started/rag" >}}).
26+
* Updates for [Redis Community Edition version 7.4]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce" >}}).
27+
* Added new [Redis Insight debugging]({{< relref "/develop/tools/insight/debugging" >}}) page.
28+
* Completed a major re-write/restructuring of the [vector indexing page]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}}).
29+
* Added new [client-side caching page]({{< relref "/develop/clients/client-side-caching" >}}).
30+
* Added new documentation for the [RDI in Redis Insight feature]({{< relref "/develop/tools/insight/rdi-connector" >}}).
31+
* Added new documentation for the [Redis for VS Code feature]({{< relref "/develop/tools/redis-for-vscode/" >}}).
32+
* Added multi-language code examples to the Redis Query Engine [query]({{< relref "/develop/interact/search-and-query/query">}}) pages.
33+
* Added client-side caching information to the [supported clients]({{< relref "/develop/clients/client-side-caching#which-client-libraries-support-client-side-caching" >}}) pages.
34+
* Numerous changes to the [Redis client content]({{< relref "/develop/clients" >}}).

0 commit comments

Comments
 (0)