Skip to content

Releases: dexsper/RustRcon

v2.0.0

21 Apr 12:29

Choose a tag to compare

Ver.1.1.1

21 Jul 00:33

Choose a tag to compare

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)