Skip to content

Releases: dexsper/RustRcon

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 12:29

Full Changelog: Ver.1.1.1...v2.0.0

Ver.1.1.1

Choose a tag to compare

@dexsper dexsper released this 21 Jul 00:33

RustRcon - Release Notes

Version: 1.2.0
Date: July 21, 2024

What's Changed

  • Migration to own asynchronous WebSocket client for improved performance and reliability. (2683d92)
  • Added object pooling to manage resource allocation more efficiently. (e3c88f9)

Bug Fixes

  • Replaced regex with span string splitting in plugin parsing to enhance performance and accuracy. (daa418)
  • Removed generic result from BaseCommand to simplify error handling. (2934d9e)