Releases: mark9064/factorio-rcon-py
Releases · mark9064/factorio-rcon-py
1.1.0 release
- Async client now uses anyio, allowing it to be used with asyncio, curio and trio
- OSError is now raised when the connection is refused or times out during client.connect()
- Async send_command now works as expected
- Docs cleaned up
1.0.2 release
- Allows long responses to be received without the library hanging / timing out
1.0.1 release
- Fix typos in a few places
- Add optional-requirements file
1.0.0 release
- Rewrite, some breaking changes
- Full async support
- Full docs in docstrings
- Better more descriptive error messages
- Faster when sending multiple commands at the same time (2x speedup in testing with 10 commands)
0.0.2 release
First functional release - on pypi