Reply and callback tracking
- Renamed the reply-tracking size budgets to denote their scope:
replyTracking.maxEntries->maxEntriesPerChatandmaxBytes->
maxBytesPerChat(each bounds one session key's tables, per chat with the
default key). Breaking rename within the2.2.0prerelease line; the old names
shipped only in2.2.0-rc1.
Maintenance
- Simplified core functions and added Biome formatting and complexity checks to CI
(#1364, #1365). - Removed obsolete v2 migration references, corrected file attachment and
serialization comments, and regenerated the API reference (#1366).
Full changelog: v2.2.0-rc1...v2.2.0-rc2