Skip to content

Releases: mark9064/factorio-rcon-py

1.1.0 release

31 May 19:30

Choose a tag to compare

  • 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

11 Aug 16:34

Choose a tag to compare

  • Allows long responses to be received without the library hanging / timing out

1.0.1 release

24 Jun 12:01

Choose a tag to compare

  • Fix typos in a few places
  • Add optional-requirements file

1.0.0 release

18 Jun 18:24

Choose a tag to compare

  • 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

15 Apr 10:09

Choose a tag to compare

First functional release - on pypi