Skip to content

2.2.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@yagop yagop released this 07 Sep 17:44
· 2 commits to master since this release
5e1d784

Reply and callback tracking

  • Renamed the reply-tracking size budgets to denote their scope:
    replyTracking.maxEntries -> maxEntriesPerChat and maxBytes ->
    maxBytesPerChat (each bounds one session key's tables, per chat with the
    default key). Breaking rename within the 2.2.0 prerelease line; the old names
    shipped only in 2.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