libnmdc: readme

This commit is contained in:
mappu 2016-04-03 19:23:14 +12:00
parent a37b1773d0
commit 1a3617b960
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
An NMDC client protocol library for Golang. An NMDC client protocol library for Golang.
- Channel-based API. - Offers both channel-based and synchronous APIs.
- Includes a sample logging client. - Includes a sample logging client using the channel-based API.
- This code hosting site isn't (yet) compatible with `go get`. - This code hosting site isn't (yet) compatible with `go get`.
Written in golang Written in golang
@ -9,6 +9,11 @@ Tags: nmdc
=CHANGELOG= =CHANGELOG=
2016-04-03 r4
- Feature: Add synchronous API
- Fix an issue with reading HubConnection's state parameter
- Fix an issue with buffered protocol commands
2016-04-03 r3 2016-04-03 r3
- Feature: Add `SkipVerifyTLS` option - Feature: Add `SkipVerifyTLS` option
- Fix an issue with calling `panic()` if connection failed - Fix an issue with calling `panic()` if connection failed