Skip to content

Commit 48f9927

Browse files
committed
chore(release): publish 0.11.1
1 parent 193f475 commit 48f9927

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 0.11.1 (2025-08-17)
2+
3+
### 🚀 Features
4+
5+
- add issue templates for bug reports, documentation, and feature requests; update pull request template; enhance security policy with vulnerability reporting details ([2de3386](https://github.com/CSenshi/nestjs-redis/commit/2de3386))
6+
- add socket.io-adapter to issue templates and CI workflows ([8489115](https://github.com/CSenshi/nestjs-redis/commit/8489115))
7+
- **ci): add Codecov action for coverage report uploads refactor(jest:** unify coverage directory structure across packages ([d2f50fb](https://github.com/CSenshi/nestjs-redis/commit/d2f50fb))
8+
- **health-indicator:** add Redis client dependency and integration tests ([f2db41c](https://github.com/CSenshi/nestjs-redis/commit/f2db41c))
9+
- **kit:** add socket.io-adapter as a dependency and export in index ([27f3831](https://github.com/CSenshi/nestjs-redis/commit/27f3831))
10+
- **socket.io-adapter:** init ([f84b14d](https://github.com/CSenshi/nestjs-redis/commit/f84b14d))
11+
- **socket.io-adapter:** implement Redis integration with custom exceptions and adapter setup ([b85467d](https://github.com/CSenshi/nestjs-redis/commit/b85467d))
12+
- **socket.io-adapter:** write README ([8e079fb](https://github.com/CSenshi/nestjs-redis/commit/8e079fb))
13+
- **socket.io-adapter:** update package.json ([cd0cbda](https://github.com/CSenshi/nestjs-redis/commit/cd0cbda))
14+
- **socket.io-adapter:** refactor exports ([87fdc5b](https://github.com/CSenshi/nestjs-redis/commit/87fdc5b))
15+
16+
### 🩹 Fixes
17+
18+
- remove unused @nestjs-redis/client dependency and related integration tests ([193f475](https://github.com/CSenshi/nestjs-redis/commit/193f475))
19+
- **health-indicator:** update RedisHealthIndicator to use HealthIndicatorService directly ([1f324b0](https://github.com/CSenshi/nestjs-redis/commit/1f324b0))
20+
21+
### ❤️ Thank You
22+
23+
- CSenshi
24+
125
## 0.11.0 (2025-08-17)
226

327
### 🚀 Features

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/client",
3-
"version": "0.10.1",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Flexible, production-ready Redis client module for NestJS with multi-connection support, built on the modern node-redis client",

packages/health-indicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/health-indicator",
3-
"version": "0.10.1",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "A comprehensive Redis health indicator for NestJS applications using the Terminus health check library",

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/kit",
3-
"version": "0.10.1",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "All-in-one convenience package that re-exports every module in the NestJS Redis Toolkit",

packages/lock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/lock",
3-
"version": "0.10.1",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Redis-based distributed lock module for NestJS, built on @redis-kit/lock",

packages/socket.io-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/socket.io-adapter",
3-
"version": "0.0.1",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Redis-powered Socket.IO adapter for NestJS enabling scalable WebSocket connections",

packages/throttler-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/throttler-storage",
3-
"version": "0.10.1",
3+
"version": "0.11.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Redis storage for NestJS Throttler enabling distributed rate limiting across multiple application instances",

0 commit comments

Comments
 (0)