Releases: Challengermode/CoreRcon
Releases · Challengermode/CoreRcon
v5.4.2
v5.4.1
What's Changed
- 🐛 Fix a bug in packet numbering when sending many commands conncurrently
- Added automatic CI with integration testing for CS2 and Minecraft
- Use correct framework by @kasperk81 in #64
- ⬆️ Bump System.Diagnostics.DiagnosticSource from 8.0.0 to 8.0.1 by https://github.com/dependabot in #71
Full Changelog: v5.4.0...v5.4.1
v5.4.0
What's Changed
- PR, Palworld Support (Tested on Minecraft and PalWorld) by @ExusAltimus in #57
- Added support for non strict package matching (for Palworld)
- Improved re connection logic by @ExusAltimu
New Contributors
- @ExusAltimus made their first contribution in #57
Full Changelog: v5.3.2...v5.4.0
v5.3.2
What's Changed
- ⬆️ Bump MSTest.TestAdapter from 3.1.1 to 3.2.0 by @dependabot in #54
- ⬆️ Bump MSTest.TestFramework from 3.1.1 to 3.2.0 by @dependabot in #55
- 🐛 Fix a bug where the package was only terminated with one
null
character
Full Changelog: v5.3.1...v5.3.2
v5.3.0
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #48
- Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0 by @dependabot in #51
- Bump Microsoft.Extensions.Logging.Console from 7.0.0 to 8.0.0 by @dependabot in #49
- Bump System.IO.Pipelines from 7.0.0 to 8.0.0 by @dependabot in #50
- fix targetframework by @kasperk81 in #52
- Add overrideTimeout option by @chte in #53
- Add activity based tracing that can be monitored using source name "CoreRcon.RconClient"
- Fixed a bug where MultiPacket responses were not handled correctly
- Refactored RconPacket Serialization & Deserialization
New Contributors
- @dependabot made their first contribution in #48
- @kasperk81 made their first contribution in #52
- @chte made their first contribution in #53
Full Changelog: v5.2.1...v5.3.0
v5.2.1
v5.2.0
🚀 5.2.0 - CS2 Improvements
What's Changed
- Observe connection exceptions correctly.
- Support RCON responses larger than 4096 bytes (as observed from CS2 servers).
Thanks to @arildboifot for reporting.
Full Changelog: b76f3db...v5.2.0