From 4ea6cbb6f1a2d91a1e64c4b028b1c0ffe1bdd88d Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 14 Nov 2017 18:54:51 +1300 Subject: [PATCH] readme --- __dist/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/__dist/README.txt b/__dist/README.txt index 6b26aeb..4bbe888 100644 --- a/__dist/README.txt +++ b/__dist/README.txt @@ -1,7 +1,6 @@ An NMDC client protocol library for Golang. -- Offers both channel-based and synchronous APIs. -- Includes a sample logging client using the channel-based API. +This package offers both channel-based and synchronous APIs. Example is included. Written in golang Tags: nmdc @@ -13,6 +12,11 @@ This package can be installed via go get: `go get code.ivysaur.me/libnmdc` =CHANGELOG= +2017-11-14 0.15 +- Feature: Fallback reconnection if no data (not even keepalives) are recieved from the hub in 24 hours +- Fix an issue with detecting protocol messages inside multi-line chat messages +- Update examples and the default client version number + 2017-02-09 0.14 - Fix an issue with crashing on malformed IP addresses supplied by the hub