Releases: Sagleft/utopialib-go
Releases · Sagleft/utopialib-go
v2.4.0
v2.3.0: Update ws (#5)
* change comment * add ws event converters * remove pointer
v2.2.2
v2.2.1
v2.2.0
What's Changed
- Methods for working with payments.
- Possibility to set debug-log callback to perform debugging of API work.
- Filters to sort channel list request.
- Code (v2) is 100% covered by unit tests.
- 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.
- For each method, the responses are parsed into convenient structures.
- All the code is broken into separate packages to facilitate further improvement of this library by the community.