Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Releases: sparkswap/grpc-methods

v0.8.0 Release

25 Jun 21:54
096730f

Choose a tag to compare

v0.8.0 Release Pre-release
Pre-release

Fixed a bug that caused some errors to be double logged and converted public errors to private errors.

v0.7.2 release

26 Jun 17:02
30d9274

Choose a tag to compare

v0.7.2 release Pre-release
Pre-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

20 Mar 21:55
6bb0677

Choose a tag to compare

v0.7.1 Release Pre-release
Pre-release
Merge pull request #19 from sparkswap/bump-0.7.1

version bump to 0.7.1

v0.7.0 Release

22 Feb 22:38
fc40650

Choose a tag to compare

v0.7.0 Release Pre-release
Pre-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

02 Nov 18:40
4c0cca3

Choose a tag to compare

Version bump for grpc-methods to 0.6.5

v0.6.4 Release

02 Nov 16:22
ca6f6f2

Choose a tag to compare

v0.6.4 Release Pre-release
Pre-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

04 Sep 21:52
4cb89ff

Choose a tag to compare

v0.6.3 Release Pre-release
Pre-release

Updated grpc-methods constructors for authentication

v0.6.2 Release

22 Aug 22:24
a4cbe15

Choose a tag to compare

v0.6.2 Release Pre-release
Pre-release

Adds middleware for authentication to grpc-methods

v0.6.1 Release

24 Jul 02:14
20c8658

Choose a tag to compare

Merge pull request #7 from kinesis-exchange/fix/end-stream

Fix: End calls with an error emitter

v0.6.0 Release

19 Jul 20:40
40e0303

Choose a tag to compare

Merge pull request #6 from kinesis-exchange/feature/client-meta

Feature: receive metadata from the client [Breaking Change]