Berconpy

Latest version: v2.1.4

Safety actively analyzes 625095 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.1.4

Fixes

- Fix potential `InvalidStateError` while sending a command if `AsyncRCONClient` disconnects before a response is received
- Fix `Config entry:` server messages causing superfluous errors
- Fix players potentially being fetched more than once during login if cache is already populated
- Fix possible (but minor) memory leak when using `AsyncRCONClient.wait_for()` to wait on a non-predefined event

**Full Changelog**: https://github.com/thegamecracks/berconpy/compare/v2.1.3...v2.1.4

2.1.3

Fixes
- Remove unnecessary `wheel` build dependency
- Add missing `py.typed` marker to comply with [PEP 561](https://peps.python.org/pep-0561/) distribution of type information

Documentation
- Fix typo in `berconpy.Ban` docstring
- Explicitly document coroutine listener support in `AsyncEventDispatcher`

**Full Changelog**: https://github.com/thegamecracks/berconpy/compare/v2.1.1...v2.1.3

2.1.1

This release fixes missing validation for `NonceCheck(max_size=)` parameter and adds a few BattlEye messages to be ignored by the `RCONClient.on_message()` parser.

Changelog: https://berconpy.readthedocs.io/en/stable/changelog.html

2.1.0

This is a final release with no modifications since the last beta, 2.1.0b3.

Changelog: https://berconpy.readthedocs.io/en/stable/changelog.html

2.1.0b3

This release hides the `Task exception was never retrieved` console clutter when RCON keep alive commands fail to be sent, as this is already logged as a warning.

**Full Changelog**: https://github.com/thegamecracks/berconpy/compare/v2.1.0b2...v2.1.0b3

2.1.0b2

This release adds `EventDispatcher.on_*` decorators as an alternative type-safe syntax for registering listeners, allowing type checkers to verify that listeners have a signature compatible with the expected arguments for each event.

See also the latest documentation of [EventDispatcher](https://berconpy.readthedocs.io/en/latest/generated/berconpy.dispatch.EventDispatcher.html#berconpy.dispatch.EventDispatcher).

**Full Changelog**: https://github.com/thegamecracks/berconpy/compare/v2.0.0...v2.1.0b2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.