Skip to content

Releases: xrpscan/xrpl-go

xrpl-go release 0.2.11

27 Dec 19:22

Choose a tag to compare

Fixed synchronization issues with upstream websocket connections.

Full Changelog: v0.2.10...v0.2.11

xrpl-go release 0.2.10

29 Jul 18:37

Choose a tag to compare

This release fixes the following issues:

  • Fixed goroutine Leak in handleResponse()
  • Fixed bug in ReadTimeout, WriteTimeout and HeartbeatInterval initialization.

Full Changelog: v0.2.8...v0.2.10

xrpl-go release 0.2.7

22 Sep 18:49

Choose a tag to compare

Updated deadline management in Ping to WriteControl to address connection timeout issues.

Full Changelog: v0.2.6...v0.2.7

xrpl-go release 0.2.6

10 Sep 14:38

Choose a tag to compare

Added support for converting ripple time to unix time. This release adds the following functions

  • RippleTimeToUnixTime
  • UnixTimeToRippleTime
  • RippleTimeToISOTime
  • IsoTimeToRippleTime

Full Changelog: v0.2.4...v0.2.6

xrpl-go release 0.2.4

08 Jan 13:14

Choose a tag to compare

This is a minor update release to pull in gorilla websocket fixes.

  • Updated gorilla/websocket version to v1.5.1.

Full Changelog: v0.2.3...v0.2.4

xrpl-go release 0.2.2

15 Oct 15:42

Choose a tag to compare

xrpl-go v0.2.2 is now available. This release adds support for handling multiple XRPL compatible networks. Following networks are supported out of the box:

	NetworkXrplMainnet   Network = 0
	NetworkXrplTestnet   Network = 1
	NetworkXrplDevnet    Network = 2
	NetworkXrplAmmDevnet Network = 25
	NetworkXahauMainnet  Network = 21337
	NetworkXahauTestnet  Network = 21338

xrpl-go release 0.2.0

09 Aug 20:20

Choose a tag to compare

xrpl-go release 0.2.0 Pre-release
Pre-release

xrpl-go v0.2.0 is now available. This release adds support for automatically reconnecting websocket connections. Connection timeouts can be configured via ReadTimeout, WriteTimeout and HeartbeatInterval config parameters.

Full Changelog: v0.1.0...v0.2.0

xrpl-go release 0.1.0

06 Jun 11:16

Choose a tag to compare

xrpl-go release 0.1.0 Pre-release
Pre-release

xrpl-go release 0.1.0

Full Changelog: https://github.com/xrpscan/xrpl-go/commits/v0.1.0