Skip to content

Releases: startersclan/PSSourceQuery

v0.2.0

16 Nov 02:59
644bc49
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🖊️ Refactors

  • Refactor (ci): Bump PSModulePublisher to v0.7.0, cleanup CI jobs, and add powershell 7.3 test job @leojonathanoh (#26)

📝 Documentation

v0.1.1 🌈

07 Feb 06:51
547df6d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (tests): Fix unit tests to work correctly @leojonathanoh (#22)
  • Fix (ci): Remove deprecated windows-2016 test job and bump all test jobs to run on ubuntu-latest @leojonathanoh (#21)

📝 Documentation

v0.1.0 🌈

30 May 08:32
ce5bc1c
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Fix: Remove undefined variable in SourceQuery @leojonathanoh (#11)
  • Fix (tests): Use random password to reduce server rate limiting causing failed tests @leojonathanoh (#20)
  • Fix (tests): Fix test entrypoint script not exiting with non-zero exit code on any failed test @leojonathanoh (#10)

🖊️ Refactors

📝 Documentation

🧰 Maintenance

v0.0.5

28 May 10:50
c2902fb
Compare
Choose a tag to compare
  • Docs: Simplify readme examples
  • Fix title in readme

v0.0.4

28 May 10:50
Compare
Choose a tag to compare
  • [SourceRcon] Fix handling of no multipacket response for commands like 'exit'

v0.0.3

28 May 10:50
Compare
Choose a tag to compare
  • Improve error handling in GoldSourceRcon, SourceRcon, and SourceQuery

v0.0.2

28 May 10:50
Compare
Choose a tag to compare
  • improve error handling and rethrowing
  • update readme

v0.0.1

28 May 10:50
Compare
Choose a tag to compare
  • add license
  • update readme
  • update readme
  • remove Example.ps1
  • add readme
  • use write-verbose instead of write-host; properly define private functions expected argument types
  • fixed bugs where exceptions were thrown when client ip was banned by server
  • Make Powershell modules
  • Update examples
  • Renamed variable
  • Update example
  • Added few code comments
  • Fix 'rules' query for GoldSource
  • Fixed 'rules' SourceQuery for srcds
  • Minor variable renames
  • Fix junk $null on pipeline
  • Fixed bug in 'players' Query when server is empty
  • Improved exception handling
  • Update Examples
  • Add .gitignore
  • Add SourceQuery ping
  • Major fixes to SourceRcon
  • Tidy up debug code
  • Remove whitespaces
  • Renamed variables in SourceRcon
  • Improved debug console output for GoldSourceRcon
  • Update examples
  • Minor fix for SourceRcon - poll for multipack
  • Wrong library in SourceRcon.ps1
  • Clean up duplicate code in GoldSourceRcon.ps1
  • Add GoldSourceRcon and SourceRcon, and Examples
  • Cleaned up junk code
  • Add SourceQuery