This repository was archived by the owner on Dec 4, 2019. It is now read-only.
Releases: sparkswap/grpc-methods
Releases · sparkswap/grpc-methods
v0.8.0 Release
Fixed a bug that caused some errors to be double logged and converted public errors to private errors.
v0.7.2 release
Fixed a bug that caused some errors to be double logged while additionally converting public errors to private errors.
This change did not break the current build HOWEVER there is removal of the onError handler which can be found in 0.8.0 which is breaking
v0.7.1 Release
Merge pull request #19 from sparkswap/bump-0.7.1 version bump to 0.7.1
v0.7.0 Release
Changes the default to expose error messages to clients and adds an option to hide messages (retaining the old default behavior).
v0.6.5 Release
v0.6.4 Release
Minor release that updates grpc dependency due to security vulnerability in a child library.
For more info see: sparkswap/lnd-engine#100
v0.6.3 Release
Updated grpc-methods constructors for authentication
v0.6.2 Release
Adds middleware for authentication to grpc-methods
v0.6.1 Release
Merge pull request #7 from kinesis-exchange/fix/end-stream Fix: End calls with an error emitter
v0.6.0 Release
Merge pull request #6 from kinesis-exchange/feature/client-meta Feature: receive metadata from the client [Breaking Change]