| 2026-04-27 | valkey-glide-csharp | feat: Add automated compilation validation for C# code examples (#350) | PR |
| 2026-04-25 | valkey-doc | Add C# Valkey GLIDE client definition and fix GLIDE website links (#430) | PR |
| 2026-04-25 | valkey-io.github.io | Add Valkey GLIDE C# client to clients page (#506) | PR |
| 2026-04-24 | valkey-glide | chore: Clean up deny.toml (#5820) | PR |
| 2026-04-22 | valkey-glide-csharp | Fix broken language tab references in docs URLs (#341) | PR |
| 2026-04-22 | valkey-glide-csharp | Cherry-pick `release-1.0` changes into `main` (#339) | PR |
| 2026-04-21 | valkey-glide-csharp | Add GitHub issue templates and label scheme (#338) | PR |
| 2026-04-21 | valkey-glide-docs | Remove "Coming Soon" pre-release indicators for C# client (#192) | PR |
| 2026-04-17 | valkey-glide-csharp | Stream command API cleanup: enable core commands, disable pending ones (#324) | PR |
| 2026-04-17 | valkey-glide-csharp | refactor(string): string command API cleanup (#319) | PR |
| 2026-04-16 | valkey-glide-csharp | refactor: Sorted set command API cleanup (#314) | PR |
| 2026-04-15 | valkey-glide-csharp | refactor(set): split Set command API across GLIDE and SER tiers (#307) | PR |
| 2026-04-14 | valkey-glide-csharp | fix(pubsub): implement SER pub/sub commands and make API binary-safe with ValkeyKey/ValkeyValue (#296) | PR |
| 2026-04-13 | valkey-glide-csharp | refactor(geo): geospatial command API cleanup (#289) | PR |
| 2026-04-10 | valkey-glide-csharp | refactor(hash): hash command API cleanup (#284) | PR |
| 2026-04-09 | valkey-glide-php | Add DNS, TLS, and IP address tests (#157) | PR |
| 2026-04-07 | valkey-glide-csharp | refactor: Connection management command API cleanup (#279) | PR |
| 2026-04-06 | valkey-glide-csharp | Add `IBaseClient`, `IGlideClient`, and `IGlideClusterClient` interfaces (#274) | PR |
| 2026-04-06 | valkey-glide-csharp | Replace raw numeric time parameters with TimeSpan and DateTimeOffset (#258) | PR |
| 2026-04-06 | valkey-glide-csharp | refactor(abstract): Remove sync command methods and unsupported SER stubs (#267) | PR |
| 2026-04-03 | valkey-glide-csharp | fix: Remove unnecessary `Task<bool>` return types from GLIDE-native methods (#261) | PR |
| 2026-04-02 | valkey-glide-csharp | docs: Minor documentation cleanup (#257) | PR |
| 2026-04-02 | valkey-glide-csharp | Update documentation to link to the official Valkey GLIDE docs site (#256) | PR |
| 2026-04-01 | valkey-glide | feat(test): Improve DNS and IP address tests consistency (#5513) | PR |
| 2026-04-01 | valkey-glide-csharp | Add lychee link checking and improve linting (#255) | PR |
| 2026-03-31 | valkey-glide-csharp | Remove CommandFlags from GLIDE interfaces and relocate to SER compatibility layer (#250) | PR |
| 2026-03-27 | valkey-glide-docs | Add "Coming Soon" pre-release indicators for C# client documentation (#183) | PR |
| 2026-03-27 | valkey-glide-csharp | Remove legacy benchmarking code and update docs to point to resp-bench (#253) | PR |
| 2026-03-27 | valkey-glide-csharp | Add XML documentation comments to resolve CS1591 violations (#249) | PR |
| 2026-03-26 | valkey-glide-csharp | Add missing blank lines between member declarations (#247) | PR |
| 2026-03-25 | valkey-glide-docs | Add comprehensive C# documentation and cross-language improvements (#173) | PR |
| 2026-03-25 | valkey-glide-csharp | Use `IDisposable` for sensitive data cleanup (#241) | PR |
| 2026-03-24 | valkey-glide-csharp | Generalize collection parameter types from arrays to IEnumerable (#234) | PR |
| 2026-03-23 | valkey-glide-csharp | (cleanup): Fix IDE0058, IDE0059, and IDE0060 lint violations (#233) | PR |
| 2026-03-23 | valkey-glide-csharp | Add logging for insecure TLS client creation (#240) | PR |
| 2026-03-20 | valkey-glide-csharp | cleanup: replace "OK" string returns with void (#230) | PR |
| 2026-03-20 | valkey-glide-csharp | (cleanup): Fix IDE0001 (simplify name) violations (#232) | PR |
| 2026-03-20 | valkey-glide-csharp | Add DNS and TLS tests (#215) | PR |
| 2026-03-19 | valkey-glide-csharp | security: address high priority issues (#228) | PR |
| 2026-03-18 | valkey-glide-csharp | fix(consistency): change PingAsync return type from TimeSpan to ValkeyValue (#224) | PR |
| 2026-03-18 | valkey-glide-csharp | security: add insecure TLS warning and harden certificate file loading (#227) | PR |
| 2026-03-17 | valkey-glide-csharp | Fix incorrect XML doc comment on ClusterClientConfigurationBuilder, add new unit tests (#223) | PR |
| 2026-03-16 | valkey-glide-docs | Fix GithubReleases JSX syntax, apply codebase formatting, and add CI format check (#172) | PR |
| 2026-03-16 | valkey-glide-csharp | cleanup: rename `WithDataBaseId` to `WithDatabaseId` (#222) | PR |
| 2026-03-11 | valkey-glide-csharp | Bump submodule (read only) and improve test reliability (#219) | PR |
| 2026-03-05 | valkey-glide | feat(go): Add DNS, TLS, and IP address tests (#5479) | PR |
| 2026-03-05 | valkey-glide | feat(node): Add DNS, TLS, and IP address tests (#5497) | PR |
| 2026-03-05 | valkey-glide | feat(python): Add DNS, TLS, and IP address tests (#5465) | PR |
| 2026-03-04 | valkey-glide | feat(rust): Add DNS and TLS tests (#5436) | PR |
| 2026-02-26 | valkey-glide | feat(java): Add DNS and TLS tests (#5419) | PR |
| 2026-02-23 | valkey-glide-csharp | Pub/Sub: Add Blocking Subscribe/Unsubscribe Commands, Parametrized Tests (#211) | PR |
| 2026-02-18 | valkey-glide-csharp | feat: Update pub/sub for consistency with other clients (#209) | PR |
| 2026-02-10 | valkey-glide-csharp | feat: Add `GetSubscriptions` and `PubSubReconciliationInterval` (#206) | PR |
| 2026-02-06 | valkey-glide-csharp | Dynamic Pub/Sub `StackExchange.Redis` Compatibility (#202) | PR |
| 2026-02-05 | valkey-glide-csharp | cleanup: remove `.vscode` files that should be untracked (#203) | PR |
| 2026-02-02 | valkey-glide-csharp | (cleanup): rename `InvokeScript` to `ScriptInvoke` for consistency (#190) | PR |
| 2026-01-29 | valkey-glide-csharp | feat: dynamic pub/sub 3 - implementation and tests (#199) | PR |
| 2026-01-29 | valkey-glide-csharp | Add pull request template (#200) | PR |
| 2026-01-24 | valkey-glide-csharp | feat: dynamic pub/sub 2 - new interface and stubs (#198) | PR |
| 2026-01-22 | valkey-glide-csharp | feat: dynamic pub/sub 1 - update existing interface (#197) | PR |
| 2026-01-22 | valkey-glide-csharp | cleanup: use `GuardClauses.ThrowIfCommandFlags` (#196) | PR |
| 2026-01-22 | valkey-glide-csharp | chore(submodule): update `valkey-glide` for dynamic pub/sub (#194) | PR |
| 2026-01-22 | valkey-glide-csharp | cleanup: Remove unnecessary ignored expression values with `await` (#195) | PR |
| 2026-01-21 | valkey-glide-csharp | Windows CI and testing support with WSL (#185) | PR |
| 2026-01-08 | valkey-glide-csharp | (test): Remove `ProcessVariousMessageSizes_NoMemoryLeak_ConsistentBehavior` (#181) | PR |
| 2026-01-06 | valkey-glide-csharp | (cleanup): Add `Close` and `CloseAsync` and use async client disposal (#170) | PR |
| 2026-01-06 | valkey-glide-csharp | test: Fix intermittent PubSub cluster test failures with retry logic (#169) | PR |
| 2026-01-05 | valkey-glide-php | (feat): Add TLS support for secure connections (#100) | PR |
| 2026-01-05 | valkey-glide-php | (ci): `test-modules` job queuing indefinitely (#106) | PR |
| 2026-01-02 | valkey-glide-php | (dev): Update and improve linting infrastructure (#104) | PR |
| 2025-12-19 | valkey-glide-php | chore: bump valkey-glide submodule for root_certs support (#99) | PR |
| 2025-12-17 | valkey-glide-csharp | Add support for insecure TLS connections (#164) | PR |
| 2025-12-15 | valkey-glide-csharp | (test): Extract common logic to `TestUtils` project (#161) | PR |
| 2025-12-08 | valkey-glide-csharp | feat: Add TLS support for secure server connections (#159) | PR |
| 2025-11-28 | valkey-glide-csharp | Bump `valkey-glide` submodule (#157) | PR |
| 2025-11-26 | valkey-glide | Add `git-secrets-scan` workflow (#4983) | PR |
| 2025-11-26 | valkey-glide-csharp | fix(test): resolve OpenTelemetry multiple initialization in tests (#155) | PR |
| 2025-11-25 | valkey-glide-csharp | Add `git-secrets-scan` workflow (#146) | PR |
| 2025-11-25 | valkey-glide-php | Add `git-secrets-scan` workflow (#74) | PR |
| 2025-11-20 | valkey-glide-csharp | test: Add large argument tests (#147) | PR |
| 2025-11-18 | valkey-glide-csharp | feat: Add OpenTelemetry support (#138) | PR |
| 2025-11-12 | valkey-glide-csharp | feat: Support password update (#135) | PR |
| 2025-11-07 | valkey-glide-csharp | refactor: Replace duplicated command flag error messages with centralized method (#136) | PR |
| 2025-11-06 | valkey-glide-csharp | feat: Add RefreshTopologyFromInitialNodes (#126) | PR |
| 2025-11-05 | valkey-glide-csharp | Fix Test Failure - `TestScanAsync_InvalidCursorId` (#133) | PR |
| 2025-11-05 | valkey-glide-csharp | feat: Add IAM authentication support (#125) | PR |
| 2025-11-04 | valkey-glide-csharp | Fix lint job failures: increase timeout and fix lint errors (#130) | PR |
| 2025-10-29 | valkey-glide-csharp | Implement Cluster Scan (#113) | PR |
| 2025-10-28 | valkey-glide-csharp | Bump submodule and fix `TestKeyCopyAsync` test (#119) | PR |
| 2025-10-24 | valkey-glide-csharp | Fix Unit Test Lint Errors (#116) | PR |
| 2025-10-22 | valkey-glide-csharp | Support Lazy Connect (#104) | PR |