Skip to content

Releases: sourcecaster/serveme

v1.2.0

10 Jul 19:34

Choose a tag to compare

Added support for binary type (uses Uint8List). Format: binary12, binary64 etc. - any buffer length in bytes.
Example file is up to date now. (Message constructors require non-optional parameters).

v1.1.3

15 Dec 20:24

Choose a tag to compare

Bugfix: concurrent modifications during iteration occurred in some cases while processing events.

v1.1.2

06 Dec 03:46

Choose a tag to compare

Bugfix: expireAfterSeconds option for IndexDescriptor of CollectionDescriptor was ignored.

v1.1.1

18 Nov 12:19

Choose a tag to compare

Maximum data length increased to 2^63 for messages sent over TCP socket.
Bugfix: data messages sent over TCP socket could stall in some cases.

v1.1.0

17 Nov 14:34

Choose a tag to compare

TCP sockets support implemented (breaking changes).
ServeMeClient constructor now takes single ServeMeSocket argument.
Future ServeMe.connect() method added allowing to create WebSocket or TCP client connections (with the same functionality as server client connections).

v1.0.2

15 Nov 13:32

Choose a tag to compare

Bugfix: ESC key press caused ServeMe to crash on Linux

v1.0.1

28 Oct 11:55

Choose a tag to compare

Small fixes in ReadMe file.

v1.0.0

27 Oct 19:15

Choose a tag to compare

Initial release.