Skip to content
Closed
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Added:
* Added `RedisVersion` to Fixed (Essentials) databases.

### Changed:
* Added tests to strengthen coverage of fixed databases.
* Refactored structure of unit tests for fixed databases.

## 0.41.0 (3rd November 2025)

### Added:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# rediscloud-go-api

[![CI](https://github.com/RedisLabs/rediscloud-go-api/workflows/CI/badge.svg)](https://github.com/RedisLabs/rediscloud-go-api/actions?query=workflow%3ACI)
[![Vulnerability Check](https://github.com/RedisLabs/rediscloud-go-api/workflows/Vulnerability%20Check/badge.svg)](https://github.com/RedisLabs/rediscloud-go-api/actions?query=workflow%3A%22Vulnerability+Check%22)

This repository is a Go SDK for the [Redis Cloud REST API](https://docs.redislabs.com/latest/rc/api/).

## Getting Started
Expand Down
Loading