Releases: nknorg/nkn-sdk-go
Releases · nknorg/nkn-sdk-go
v1.4.8
What's Changed
- rpc call will not parse response if code is not 200 by @yilunzhang in #131
- Support WebRTC communication by @billfort in #129
- retry webrtc create peer and increase timeout by @yilunzhang in #132
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
- Add MaybeNext api to onConnect and onMessage type by @yilunzhang in #124
- Multiclient reconnect will also trigger onConnect event by @yilunzhang in #125
- Remove bool return in MaybeNext for gomobile compatibility by @yilunzhang in #126
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- Add ResolveDest in client by @iheron in #112
- Add context to resolver methods by @yilunzhang in #113
- Add *Node argument to connect and reconnect function by @billfort in #114
- Access unexported fields by getter method by @omani in #117
New Contributors
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Use unlimited retries for reconnect by @yilunzhang in #111
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- Fix some RPC requests ignore context by @yilunzhang in #110
Full Changelog: v1.4.3...v1.4.4
v1.4.3
v1.4.2
What's Changed
- Update gomobile doc by @yilunzhang in #90
- Add Resolver by @iheron in #91
- add grpc example by @lochv in #95
- Add DialContext by @iheron in #96
- Add DialContext by @iheron in #97
- Add SendPayload by @iheron in #99
- client authorization by @billfort in #98
- Use session write timeout instead of default ws write timeout by @yilunzhang in #101
- support unlimited connect retries with negative value by @yilunzhang in #102
- Fix zero writeTimeout cause write failure by @yilunzhang in #103
- Simplify RPC result parsing logic by @yilunzhang in #92
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Add FixNonce config in TransactionConfig to fix nonce at 0
v1.4.0
- Breaking change: add fee parameter to nanopay IncrementAmount method
v1.3.9
- Unencrypted message will not be handled by default
- Add seed 1-8 to default rpc node list