Skip to content

Releases: good-tcp/gtcp-python

v0.3.3 Alpha

01 Aug 11:17

Choose a tag to compare

v0.3.3 Alpha Pre-release
Pre-release

Removed print statements from server.py

v0.3.2 Alpha

31 Jul 04:09

Choose a tag to compare

v0.3.2 Alpha Pre-release
Pre-release

Added options dictionary to constructors and made encryption optional.

v0.3.0 Alpha

20 Jul 15:38

Choose a tag to compare

v0.3.0 Alpha Pre-release
Pre-release

Introduced callback functions for request-response styled events.

v0.2.10 Alpha

17 Jul 01:53

Choose a tag to compare

v0.2.10 Alpha Pre-release
Pre-release

Optimized server performance.

v0.2.9 Alpha

09 Jul 05:40

Choose a tag to compare

v0.2.9 Alpha Pre-release
Pre-release

This release optimized the byte conversions for performance, added an "end" event to handle client disconnect, and made the client synchronous.

v0.2.5 Alpha

08 Jul 03:35

Choose a tag to compare

v0.2.5 Alpha Pre-release
Pre-release

This release improved the backend to better take advantage of structs.

v0.2.4 Alpha

21 Jun 18:32

Choose a tag to compare

v0.2.4 Alpha Pre-release
Pre-release

This release mostly improved multithreading (before the server could not handle multiple sockets) and rooms (before .to() methods could not be chained to emit to several sockets).

v0.2.0 Alpha

21 Jun 05:07

Choose a tag to compare

v0.2.0 Alpha Pre-release
Pre-release

This release represents the first functioning build of this package.