Release v0.3.4
Changelog
This release is mainly to align with the v0.3.4
server. It adds support for Subscription.Close().
Added
- Support for Subscription.Close() to close a subscriber without unsubscribing it (#115, #123)
- Run Staticcheck in Travis builds (#126)
Updated
- Build with Go 1.7.4
- StartAtSequence and StartAtTimeDelta no longer fail if out of range
Fixed
- Benchmark tool was not using the provided URL (#119)