@sapphire/plugin-scheduled-tasks 7.0.0-pr-437.cfcbc0f.0 → 7.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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@sapphire/plugin-scheduled-tasks@7.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-scheduled-tasks@6.0.1...@sapphire/plugin-scheduled-tasks@7.0.0) - (2023-05-05)
|
|
6
|
+
|
|
7
|
+
## 🏠 Refactor
|
|
8
|
+
|
|
9
|
+
- **scheduled-tasks:** Remove sqs support (#437) ([332f25d](https://github.com/sapphiredev/plugins/commit/332f25db960ec4047ca7b6b97bbeb63a6ad7e991))
|
|
10
|
+
- 💥 **BREAKING CHANGE:** sqs support has been removed as it was no longer maintained and used version has been deprecated
|
|
11
|
+
- 💥 **BREAKING CHANGE:** redis strategy is now default and the naming scheme of all types and classes have been changed to match
|
|
12
|
+
- 💥 **BREAKING CHANGE:** The options passed to `clientOptions.tasks` can be flattened to remove the `new ScheduledTaskRedisStrategy` and just provide options directly.
|
|
13
|
+
|
|
5
14
|
# [@sapphire/plugin-scheduled-tasks@6.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-scheduled-tasks@6.0.0...@sapphire/plugin-scheduled-tasks@6.0.1) - (2023-04-10)
|
|
6
15
|
|
|
7
16
|
## 🐛 Bug Fixes
|