redis-smq-common 9.0.0-next.8 β 9.0.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 +55 -0
- package/README.md +11 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,61 @@
|
|
|
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.0](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.18...v9.0.0) (2025-11-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package redis-smq-common
|
|
9
|
+
|
|
10
|
+
## [9.0.0-next.18](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.17...v9.0.0-next.18) (2025-11-07)
|
|
11
|
+
|
|
12
|
+
### π Documentation
|
|
13
|
+
|
|
14
|
+
- convert relative paths to absolute URLs in package READMEs ([ad5da5f](https://github.com/weyoss/redis-smq/commit/ad5da5f14aeb01822e560e7e15473dc27518e80a))
|
|
15
|
+
|
|
16
|
+
## [9.0.0-next.17](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.16...v9.0.0-next.17) (2025-11-07)
|
|
17
|
+
|
|
18
|
+
### π Documentation
|
|
19
|
+
|
|
20
|
+
- **redis-smq-common:** restructure README, move details to separate files ([fbdc31d](https://github.com/weyoss/redis-smq/commit/fbdc31d336543a25ffa0f17d2cafeb6ca685134f))
|
|
21
|
+
- standardize documentation links to use relative paths ([fc7c474](https://github.com/weyoss/redis-smq/commit/fc7c474bffbd2160fb9bb8727cec4bbdc5a23dc8))
|
|
22
|
+
|
|
23
|
+
## [9.0.0-next.16](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.15...v9.0.0-next.16) (2025-11-05)
|
|
24
|
+
|
|
25
|
+
**Note:** Version bump only for package redis-smq-common
|
|
26
|
+
|
|
27
|
+
## [9.0.0-next.15](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.14...v9.0.0-next.15) (2025-10-31)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package redis-smq-common
|
|
30
|
+
|
|
31
|
+
## [9.0.0-next.14](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.13...v9.0.0-next.14) (2025-10-28)
|
|
32
|
+
|
|
33
|
+
**Note:** Version bump only for package redis-smq-common
|
|
34
|
+
|
|
35
|
+
## [9.0.0-next.13](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.12...v9.0.0-next.13) (2025-10-28)
|
|
36
|
+
|
|
37
|
+
**Note:** Version bump only for package redis-smq-common
|
|
38
|
+
|
|
39
|
+
## [9.0.0-next.12](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.11...v9.0.0-next.12) (2025-10-27)
|
|
40
|
+
|
|
41
|
+
### π Documentation
|
|
42
|
+
|
|
43
|
+
- fix license section formatting and standardize project names ([abbdbda](https://github.com/weyoss/redis-smq/commit/abbdbdae6fc42f0a9353b7cd786386a98e6e850d))
|
|
44
|
+
|
|
45
|
+
## [9.0.0-next.11](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.10...v9.0.0-next.11) (2025-10-27)
|
|
46
|
+
|
|
47
|
+
### π Bug Fixes
|
|
48
|
+
|
|
49
|
+
- correct codecov badge URL format ([3ebb5c8](https://github.com/weyoss/redis-smq/commit/3ebb5c8ba8a7f9902de054d7aaf0c1fc572fb9a6))
|
|
50
|
+
|
|
51
|
+
## [9.0.0-next.10](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.9...v9.0.0-next.10) (2025-10-26)
|
|
52
|
+
|
|
53
|
+
**Note:** Version bump only for package redis-smq-common
|
|
54
|
+
|
|
55
|
+
## [9.0.0-next.9](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.8...v9.0.0-next.9) (2025-10-21)
|
|
56
|
+
|
|
57
|
+
### π Documentation
|
|
58
|
+
|
|
59
|
+
- **redis-smq-common:** standardize markdown formatting in API documentation ([445296c](https://github.com/weyoss/redis-smq/commit/445296cd091e1e6a77116238cc4b0327323f9f8a))
|
|
60
|
+
|
|
6
61
|
## [9.0.0-next.8](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.7...v9.0.0-next.8) (2025-10-18)
|
|
7
62
|
|
|
8
63
|
**Note:** Version bump only for package redis-smq-common
|
package/README.md
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
# RedisSMQ Common Library
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
> For the latest stable documentation, see:
|
|
6
|
-
>
|
|
7
|
-
> - Master (stable) README: https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-common
|
|
8
|
-
> - Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
|
|
9
|
-
> - Install stable packages with @latest; pre-release with @next.
|
|
10
|
-
|
|
11
|
-
[](https://www.npmjs.com/package/redis-smq-common?activeTab=versions)
|
|
12
|
-
[](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq-common)
|
|
3
|
+
[](https://www.npmjs.com/package/redis-smq-common?activeTab=versions)
|
|
4
|
+
[](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq-common)
|
|
13
5
|
|
|
14
6
|
A shared foundation for the RedisSMQ ecosystem.
|
|
15
7
|
This package provides essential components and utilities used by RedisSMQ and related packages, helping you configure
|
|
@@ -32,9 +24,9 @@ Redis clients, structure logging, and reuse core types across the stack.
|
|
|
32
24
|
Install the package:
|
|
33
25
|
|
|
34
26
|
```bash
|
|
35
|
-
npm install redis-smq-common@
|
|
27
|
+
npm install redis-smq-common@latest
|
|
36
28
|
# or
|
|
37
|
-
pnpm add redis-smq-common@
|
|
29
|
+
pnpm add redis-smq-common@latest
|
|
38
30
|
```
|
|
39
31
|
|
|
40
32
|
This package works with multiple Redis clients. Install one of the supported clients based on your needs:
|
|
@@ -55,25 +47,19 @@ Note: Redis clients are optional peer dependencies; pick one and configure it in
|
|
|
55
47
|
|
|
56
48
|
## Version compatibility
|
|
57
49
|
|
|
58
|
-
Always
|
|
59
|
-
See the monorepo documentation for Version Compatibility guidance.
|
|
50
|
+
Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq/docs/version-compatibility.md) for details.
|
|
60
51
|
|
|
61
52
|
## Documentation
|
|
62
53
|
|
|
63
|
-
For in-depth guides and API references, see the documentation
|
|
64
|
-
https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-common/docs
|
|
54
|
+
For in-depth guides and API references, see [the documentation page](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-common/docs/README.md).
|
|
65
55
|
|
|
66
56
|
## Related packages
|
|
67
57
|
|
|
68
|
-
- [redis-smq](
|
|
69
|
-
- [redis-smq-rest-api](
|
|
70
|
-
- [redis-smq-web-server](
|
|
71
|
-
- [redis-smq-web-ui](
|
|
72
|
-
|
|
73
|
-
## Contributing
|
|
74
|
-
|
|
75
|
-
Issues and pull requests are welcome. Please read the repositoryβs CONTRIBUTING.md at the project root before submitting changes.
|
|
58
|
+
- [redis-smq](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq/README.md): Core message queue for Node.js
|
|
59
|
+
- [redis-smq-rest-api](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api/README.md): REST API with OpenAPI v3 and Swagger UI
|
|
60
|
+
- [redis-smq-web-server](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-web-server/README.md): Web server for hosting the UI and proxying/serving the API
|
|
61
|
+
- [redis-smq-web-ui](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
|
|
76
62
|
|
|
77
63
|
## License
|
|
78
64
|
|
|
79
|
-
|
|
65
|
+
RedisSMQ Common Library is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/master/LICENSE).
|
package/package.json
CHANGED