halo/docs
guqing 0e17d53ede
feat: subscription support for expression-based subscribing (#5705)
#### What type of PR is this?
/kind feature
/area core
/milestone 2.15.x

#### What this PR does / why we need it:
通知订阅支持基于表达式订阅

see #5632 for more details

how to test it?
1. 测试系统通知功能的文章、页面有新评论通知和评论有新回复通知的功能是否正常
2. 测试 2.14 创建的文章、评论和回复升级到此版本后是否能继续收到相应通知,如文章有新评论

#### Which issue(s) this PR fixes:
Fixes #5632

#### Does this PR introduce a user-facing change?
```release-note
通知订阅支持基于表达式订阅避免订阅随数据量增长同时自动优化之前的订阅数据
```
2024-04-26 10:26:41 +00:00
..
authentication Fix typo of authentication document (#4717) 2023-10-12 10:00:39 +00:00
cache Enable configuration caching with separate names (#4151) 2023-06-29 07:02:11 +00:00
developer-guide Support configuration properties mechanism for plugin in Halo core (#4043) 2023-06-07 09:55:23 +00:00
email-verification feat: support user email verification mechanism (#4878) 2023-11-27 14:20:09 +00:00
extension-points Provide extension points for authentication-related web filters (#5386) 2024-02-23 09:04:40 +00:00
full-text-search Implement full-text search of posts with Lucene default (#2675) 2022-11-11 16:12:13 +00:00
index feat: add index mechanism for extension (#5121) 2024-01-19 06:36:09 +00:00
notification feat: subscription support for expression-based subscribing (#5705) 2024-04-26 10:26:41 +00:00
plugin Add WebSocket support in plugins (#5662) 2024-04-25 08:19:14 +00:00
backup-and-restore.md Support backup and restore (#4206) 2023-07-24 08:26:16 +00:00