This commit is contained in:
mappu 2017-11-14 18:54:51 +13:00
parent b2ae91959e
commit 4ea6cbb6f1
1 changed files with 6 additions and 2 deletions

View File

@ -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