Skip to content
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
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# Changelog

All notable changes to the Valkey GLIDE C# client will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## 1.1.0

### Changes
### Added

- Valkey JSON (JSON.*) command support for clients and batches (#358)
- Valkey Search (FT.*) command support for clients (#225)
- Client-side caching with TTL-based expiration, LRU/LFU eviction policies, and cache metrics API (#330)
- Compression support for CustomCommand with incompatible command detection and improved error messages (#348)

### Security

- Add client-side caching support with TTL-based expiration, LRU/LFU eviction policies, and cache metrics (#330)
- Remove credential leakage vectors from FFI debug output (#371)

## 0.10.0
## 1.0.0

### Changes
### Added

- Add support for Windows CI and testing with WSL (#184)
- Add StackExchange.Redis compatible pub/sub API (#202)
- Add transparent compression support with Zstd and LZ4 backends (#213)
- Add Valkey Search command support (#225)
- StackExchange.Redis compatible pub/sub API (#202)
- Transparent compression support with Zstd and LZ4 backends (#213)
- Windows CI and testing with WSL (#184)
Loading