Skip to content

Create v.2.48.0.md #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions content/develop/connect/insight/release-notes/v.2.48.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
Title: Redis Insight v2.48.0, April 2024
linkTitle: v2.48.0 (April 2024)
date: 2024-04-10 00:00:00 +0000
description: Redis Insight v2.48
weight: 1

---
## 2.48 (April 2024)
This is the General Availability (GA) release of Redis Insight 2.48.

### Highlights
- New look, equally fast.
- Learn Redis faster by uploading sample data and a concise tutorial for empty databases.
- Enhance the security and scalability when running Redis Insight on Docker behind a proxy by adding support for the static proxy subpath.


### Details

**Features and improvements**
- [#3233](https://github.com/RedisInsight/RedisInsight/pull/3233) New look, equally fast. We've refreshed our Redis Insight app to align with our new brand look.
- [#3224](https://github.com/RedisInsight/RedisInsight/pull/3224) Jumpstart your Redis journey by uploading sample data with JSON and basic data structures for empty databases. To upload the sample data, navigate to the Browser screen for your empty database and initiate the upload process with just a click.
- [#2711](https://github.com/RedisInsight/RedisInsight/pull/2711) Enhance the security and scalability by running Redis Insight on Docker [behind a proxy](https://github.com/RedisInsight/RedisInsight-reverse-proxy) using the newly added support for the static proxy subpath. Use the `RIPROXYPATH` environment variable to configure the subpath proxy path.