Skip to content

Releases: Chia-Network/go-chia-libs

v0.8.4

30 Jul 22:51
07e84b6
Compare
Choose a tag to compare

What's Changed

  • Split out the parsing function to get paths/values from a list of str… by @cmmarslender in #138

Full Changelog: v0.8.3...v0.8.4

v0.8.3

30 Jul 21:24
27bb8ad
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 in the global group by @dependabot in #133
  • Add all chia config values to the config struct + bundle default config + allow setting config values with env paths by @cmmarslender in #132
  • Bump github.com/samber/mo from 1.11.0 to 1.12.0 in the global group by @dependabot in #134
  • Update Managed Files by @ChiaAutomation in #135
  • Update Managed Files by @ChiaAutomation in #136
  • Bump github.com/samber/mo from 1.12.0 to 1.13.0 in the global group by @dependabot in #137

Full Changelog: v0.8.2...v0.8.3

v0.8.2

13 Jun 14:54
17377c5
Compare
Choose a tag to compare

What's Changed

  • Add PeerID function to get the ID of the remote peer by @cmmarslender in #126
  • Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 in the global group by @dependabot in #129
  • Generate a unique origin name when creating the client by @cmmarslender in #131

Full Changelog: v0.8.1...v0.8.2

v0.8.1

21 May 19:51
5be5193
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Apr 16:38
20ddb15
Compare
Choose a tag to compare

What's Changed

  • feat(): add NewPeek / RequestBlock / RespondBlock by @n33pm in #118
  • feat(): add connection options - port/key/network by @n33pm in #119

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

20 Mar 02:52
829750d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

17 Mar 04:52
4cd4273
Compare
Choose a tag to compare

What's Changed

  • Add the go bindings for the chiavdf c wrapper by @cmmarslender in #108
  • Add get_network_info to all services + add timelord service by @cmmarslender in #112
  • Rework the websocket client with new sync mode + more intuitive usage patterns + add daemon service by @cmmarslender in #113
  • Add support to RPC for slog logger, and add some helpers for all defa… by @cmmarslender in #114
  • Call reconnect handlers in goroutine by @cmmarslender in #116

Breaking Changes

The websocket RPC client has been reworked to be easier to use and as such, has some breaking changes. See the readme for the current usage examples. Breaking changes listed below:

  • AddHandler now returns handlerID, error instead of just error - This enables removing a handler at a later point with RemoveHandler(handlerID)
  • ListenSync() not longer exists. There is a completely new and easier to use sync mode. Instead of using ListenSync(), use synchronous mode, which makes the RPC calls return similarly to the HTTP client. See the synchronous mode section of the readme.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Mar 17:19
068ad4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

12 Jan 17:46
ec129c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

21 Dec 19:37
bfa696f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2