Releases: OwenCochell/mctools
1.3.0
This release contains some minor redesigns and bugfixes.
Bug Fixes
- Removes an unnecessary ping operation when doing a ping request without asking for stats.
- Removed a lot of bug prone behavior from the decoders and clients
Added
-
LOTS of typing additions! These are added using the python typing system, as well as via docstrings.
Most of these changes are applied to internal components, as the high-level
user facing methods were already mostly-typed. -
Added some unit tests for decoders, tests for other components will be added at a later date!
Changed
-
PINGPackets, QUERYPackets, and some RCONPackets now determine state by using ints and globally defined values,
which should be slightly faster and should reduce the risk of bugs where packet
types differ across the codebase. -
Many changes to make the codebase more clear and less bug prone.
-
Project now has a pyproject.toml file which is used for tool configuration and building.
-
Moved changelog from
README.md
toCHANGELOG.md
1.2.2
Removed some debugging print statements.
1.2.1
We now correctly disable length checking in RCONClient if specified by the user.
The 'set_timeout()' method in BaseProtocol will now work correctly even if the protocol object is not started.
This change applies to all clients, as they all use this method.
Added a 'DEFAULT_TIMEOUT' constant and moved some protocol attributes to BaseProtocol to prevent redundancy.
Protocol objects now inits the parent BaseProtocol object.
Fixed some spelling errors, added more type hinting, made some more minor changes to the documentation.
1.2.0
Clients (of any type!) can now be started after being stopped, so creating a new client after stopping it is no longer necessary.
The PINGClient will now auto stop itself after each operation.
Fixed a bug where the QUERYClient did not auto-start itself.
The documentation was updated to reflect these changes, and it now explains stopping/starting clients a lot better.
1.1.2 Release
Fixed an issue where outgoing packet size check does not correctly identify when packets are too big
1.1.1 Release
Fixed a minor bug where the clients will hang if the remote host closes the connection.
1.1.0 Release
Release for mctools version 1.1.0. This release contains the wheel and source distribution for mctools, as well as an executable for mcli, built using pyinstaller.
mctools 1.0.0
Release for mctools version 1.0.0. This release contains the wheel and source distribution for mctools, as well as an executable for mcli, built using pyinstaller.