Skip to content

Releases: good-tcp/gtcp-python

v0.3.3 Alpha

v0.3.3 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 01 Aug 11:17

Removed print statements from server.py

v0.3.2 Alpha

v0.3.2 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 31 Jul 04:09

Added options dictionary to constructors and made encryption optional.

v0.3.0 Alpha

v0.3.0 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 20 Jul 15:38

Introduced callback functions for request-response styled events.

v0.2.10 Alpha

v0.2.10 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 17 Jul 01:53

Optimized server performance.

v0.2.9 Alpha

v0.2.9 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 09 Jul 05:40

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

v0.2.5 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 08 Jul 03:35

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

v0.2.4 Alpha

v0.2.4 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 21 Jun 18:32

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

v0.2.0 Alpha Pre-release
Pre-release

Choose a tag to compare

@Keizouw8 Keizouw8 released this 21 Jun 05:07

This release represents the first functioning build of this package.