Skip to content

v9.0.0

Latest

Choose a tag to compare

@kemitchell kemitchell released this 23 Jul 18:00
· 51 commits to master since this release

This release transitions the protocol from data push to data pull.

Clients now specify the number of entries to read, {"from":100,"read":5}. The server responds with {"current":true} if the read reaches the end of the log, and {"head":250} when the read is complete.'

tcp-log-client version 5.0.0 implements the revised protocol.