redis-smq-common 9.0.0-next.15 → 9.0.0-next.17
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 +11 -0
- package/README.md +2 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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-next.17](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.16...v9.0.0-next.17) (2025-11-07)
|
|
7
|
+
|
|
8
|
+
### 📝 Documentation
|
|
9
|
+
|
|
10
|
+
- **redis-smq-common:** restructure README, move details to separate files ([fbdc31d](https://github.com/weyoss/redis-smq/commit/fbdc31d336543a25ffa0f17d2cafeb6ca685134f))
|
|
11
|
+
- standardize documentation links to use relative paths ([fc7c474](https://github.com/weyoss/redis-smq/commit/fc7c474bffbd2160fb9bb8727cec4bbdc5a23dc8))
|
|
12
|
+
|
|
13
|
+
## [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)
|
|
14
|
+
|
|
15
|
+
**Note:** Version bump only for package redis-smq-common
|
|
16
|
+
|
|
6
17
|
## [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)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package redis-smq-common
|
package/README.md
CHANGED
|
@@ -55,13 +55,11 @@ Note: Redis clients are optional peer dependencies; pick one and configure it in
|
|
|
55
55
|
|
|
56
56
|
## Version compatibility
|
|
57
57
|
|
|
58
|
-
Always
|
|
59
|
-
See the monorepo documentation for Version Compatibility guidance.
|
|
58
|
+
Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](/packages/redis-smq/docs/version-compatibility.md) for details.
|
|
60
59
|
|
|
61
60
|
## Documentation
|
|
62
61
|
|
|
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
|
|
62
|
+
For in-depth guides and API references, see [the documentation page](docs/README.md).
|
|
65
63
|
|
|
66
64
|
## Related packages
|
|
67
65
|
|
|
@@ -70,10 +68,6 @@ https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-common/docs
|
|
|
70
68
|
- [redis-smq-web-server](../redis-smq-web-server/README.md): Web server for hosting the UI and proxying/serving the API
|
|
71
69
|
- [redis-smq-web-ui](../redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
|
|
72
70
|
|
|
73
|
-
## Contributing
|
|
74
|
-
|
|
75
|
-
Issues and pull requests are welcome. Please read the repository’s CONTRIBUTING.md at the project root before submitting changes.
|
|
76
|
-
|
|
77
71
|
## License
|
|
78
72
|
|
|
79
73
|
RedisSMQ Common Library is released under the [MIT License](/LICENSE).
|
package/package.json
CHANGED