Skip to content

v2.3.0

Choose a tag to compare

@codemeasandwich codemeasandwich released this 05 Jan 23:47
· 104 commits to main since this release

Features

  • feat: Implement semantic version bumping based on conventional commits and generate detailed release changelogs.
  • feat: Add client-to-client file streaming support via <!F> tags, enhancing FileTransferManager with streaming capabilities and dedicated tests.
  • feat: introduce Forest distributed mesh feature with multiple database adapters and updated documentation.
  • feat: Enhance publish script to handle existing tags and releases and add a curl fallback for GitHub release creation.

Bug Fixes

  • fix: Correct typo in onConnent to onConnect, onDisconnent to onDisconnect, and setOnReciver to setOnReceiver across

Refactoring

  • refactor: reimplement client management with ape.clients Map, adding sessionId and sendTo per client.