Add plugin message fallback

Route unmatched messages through plugin fallback handlers

Add observer coverage and bump version to rc.15
This commit is contained in:
2026-04-13 16:27:53 +03:00
parent 2b64e8543f
commit aa18da73d5
7 changed files with 299 additions and 36 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v1.0.0-rc.15
### Changed
- Added plugin-level message fallback handlers for text messages and channel posts that do not match commands.
### Tests
- Added regression coverage for plugin message fallback routing, observer lifecycle events, command precedence, and middleware blocking.
## v1.0.0-rc.14
### Bot API 9.6