Compare commits
3 Commits
v0.4.0
...
nmdc-log-s
| Author | SHA1 | Date | |
|---|---|---|---|
| 611a934a4e | |||
| 1a3617b960 | |||
| a37b1773d0 |
1
.hgtags
1
.hgtags
@@ -3,3 +3,4 @@
|
|||||||
137c1b65039e03c80379826a6efdfd808f6fbc8f libnmdc-r2
|
137c1b65039e03c80379826a6efdfd808f6fbc8f libnmdc-r2
|
||||||
d8b64d5527c2a5e4d76872e5bc3d69f7646135c6 libnmdc-r3
|
d8b64d5527c2a5e4d76872e5bc3d69f7646135c6 libnmdc-r3
|
||||||
fca41372e400853775b02e951f9db91d87f41adb nmdc-log-service-1.0.1
|
fca41372e400853775b02e951f9db91d87f41adb nmdc-log-service-1.0.1
|
||||||
|
050b424a7c5d5a27c9323c8810f3afbead1f5b96 libnmdc-r4
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -30,6 +30,9 @@ Usage of nmdc-log-service:
|
|||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
|
2016-04-03 1.0.2
|
||||||
|
- Enhancement: Upgrade `libnmdc` from `r3` to `r4`
|
||||||
|
|
||||||
2016-04-03 1.0.1
|
2016-04-03 1.0.1
|
||||||
- Enhancement: Add `-VerifyTLS` option
|
- Enhancement: Add `-VerifyTLS` option
|
||||||
- Enhancement: Upgrade `libnmdc` from `r2` to `r3`
|
- Enhancement: Upgrade `libnmdc` from `r2` to `r3`
|
||||||
|
|||||||
Reference in New Issue
Block a user