Skip to content

Releases: Sagleft/utopialib-go

v2.4.0

19 Feb 17:15
Compare
Choose a tag to compare
add `SetProfileData` method to interface

v2.3.0: Update ws (#5)

15 Feb 10:55
7f3b72a
Compare
Choose a tag to compare
* change comment

* add ws event converters

* remove pointer

v2.2.2

15 Feb 10:40
Compare
Choose a tag to compare
add `EnableReadOnly` method

v2.2.1

15 Feb 10:32
Compare
Choose a tag to compare
add `WsSubscribe` to client interface

v2.2.0

26 Dec 11:52
40e4d9a
Compare
Choose a tag to compare

What's Changed

  1. Methods for working with payments.
  2. Possibility to set debug-log callback to perform debugging of API work.
  3. Filters to sort channel list request.
  4. Code (v2) is 100% covered by unit tests.
  5. Lib updated to version 2.0, it now includes support for API rate limit on each method individually, automatically limits the frequency of requests for convenience to developers so they do not have to write this part themselves.
  6. For each method, the responses are parsed into convenient structures.
  7. All the code is broken into separate packages to facilitate further improvement of this library by the community.

v2.1.0

14 Dec 13:40
Compare
Choose a tag to compare
set joinchannel req limits

v1.12.2

26 Dec 11:45
Compare
Choose a tag to compare
set joinchannel req limits

v2.0.4

30 Nov 20:43
Compare
Choose a tag to compare
add peer info container

v2.0.3

30 Nov 19:56
Compare
Choose a tag to compare
remove unused arg

v2.0.2

30 Nov 19:50
Compare
Choose a tag to compare
move some structs