redis-smq-benchmarks 9.0.10-next.4 → 9.0.11-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.0.11-next.0](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.4...v9.0.11-next.0) (2026-01-22)
|
|
7
|
+
|
|
8
|
+
### 🚀 Chore
|
|
9
|
+
|
|
10
|
+
- continue updating packages to fix security vulnerabilities ([e92a155](https://github.com/weyoss/redis-smq/commit/e92a155cffa92e68bb159ac397d54a549bf1acb6))
|
|
11
|
+
|
|
12
|
+
### 📝 Documentation
|
|
13
|
+
|
|
14
|
+
- improve README files for clarity ([6ba6543](https://github.com/weyoss/redis-smq/commit/6ba65433d6743d336141e7351ee6267de42a0219))
|
|
15
|
+
|
|
6
16
|
## [9.0.10-next.4](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.3...v9.0.10-next.4) (2026-01-16)
|
|
7
17
|
|
|
8
18
|
### 📝 Documentation
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://github.com/weyoss/redis-smq/releases)
|
|
4
4
|
[](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq-benchmarks)
|
|
5
5
|
|
|
6
|
-
> 💡 You are
|
|
6
|
+
> 💡 **Note:** You are viewing the `next` branch with upcoming features. For stable releases, check the [`master` branch](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-benchmarks).
|
|
7
7
|
|
|
8
8
|
A comprehensive benchmarking suite for RedisSMQ message queue system, measuring throughput, latency, and end-to-end
|
|
9
9
|
performance under various workloads.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq-benchmarks",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.11-next.0",
|
|
4
4
|
"description": "Benchmarking tool for RedisSMQ to assess performance and throughput in your application environment.",
|
|
5
5
|
"author": "Weyoss <weyoss@outlook.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"redis-smq": "^9.0.
|
|
54
|
-
"redis-smq-common": "^9.0.
|
|
53
|
+
"redis-smq": "^9.0.11-next.0",
|
|
54
|
+
"redis-smq-common": "^9.0.11-next.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"ioredis": "^5"
|