Skip to content

Releases: Challengermode/CoreRcon

v5.4.2

01 Nov 15:15
Compare
Choose a tag to compare

What's Changed

  • Add public readonly members IPEndpoint, IPAddress and Port as suggested by #102
  • ⬆️ Bump dependencies

Full Changelog: v5.4.1...v5.4.2

v5.4.1

26 Apr 14:30
Compare
Choose a tag to compare

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

18 Feb 10:05
Compare
Choose a tag to compare

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

Full Changelog: v5.3.2...v5.4.0

v5.3.2

30 Jan 14:56
Compare
Choose a tag to compare

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

24 Jan 10:28
Compare
Choose a tag to compare

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

Full Changelog: v5.2.1...v5.3.0

v5.2.1

30 Oct 08:28
Compare
Choose a tag to compare

What's Changed

  • Update RCON Disposal by @Cryptoc1 in #47
    • implement "Dispose" pattern
    • ensure SemaphoreSlim is disposed of
    • avoid NullReferenceException if Socket has not been created yet

New Contributors

Full Changelog: v5.2.0...v5.2.1

v5.2.0

26 Oct 09:30
Compare
Choose a tag to compare

🚀 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