readme
This commit is contained in:
parent
b2ae91959e
commit
4ea6cbb6f1
@ -1,7 +1,6 @@
|
|||||||
An NMDC client protocol library for Golang.
|
An NMDC client protocol library for Golang.
|
||||||
|
|
||||||
- Offers both channel-based and synchronous APIs.
|
This package offers both channel-based and synchronous APIs. Example is included.
|
||||||
- Includes a sample logging client using the channel-based API.
|
|
||||||
|
|
||||||
Written in golang
|
Written in golang
|
||||||
Tags: nmdc
|
Tags: nmdc
|
||||||
@ -13,6 +12,11 @@ This package can be installed via go get: `go get code.ivysaur.me/libnmdc`
|
|||||||
|
|
||||||
=CHANGELOG=
|
=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
|
2017-02-09 0.14
|
||||||
- Fix an issue with crashing on malformed IP addresses supplied by the hub
|
- Fix an issue with crashing on malformed IP addresses supplied by the hub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user