Skip to content

Releases: longbridge/openapi-go

v0.24.0

24 Apr 07:29
e7e4a85

Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0

v0.23.0

03 Apr 02:54
473e8c6

Choose a tag to compare

What's Changed

  • feat(content): add ContentContext with topic and reply APIs by @huacnlee in #82
  • feat(asset): add StatementContext for statement list and download APIs, support staging environment by @ZGeomantic in #83
  • refactor: rename ListMyTopicsOptions to MyTopicsOptions by @wuxsoft in #84
  • upgrade changelog by @wuxsoft in #85

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

20 Mar 11:00

Choose a tag to compare

What's Changed

migrate CN endpoints to longbridge.cn, update token storage path

Full Changelog: v0.21.0...v0.22.0

v0.21.0

19 Mar 10:18
d213845

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

19 Mar 07:36
b9f72a6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.20.0

v0.17.1

21 Nov 10:00
e183969

Choose a tag to compare

What's Changed

  • fix: candle stick trade session is different to trade session in prot… by @sunfuze in #77

Full Changelog: v0.17.0...v0.17.1

v0.17.0

21 Nov 09:52
21a7c1e

Choose a tag to compare

What's Changed

  • support get over night trade session kline by @sunfuze in #76

Full Changelog: v0.16.4...v0.17.0

v0.16.4

21 Aug 02:21
f494776

Choose a tag to compare

What's Changed

  • fix: should set accept-language by config.Language by @sunfuze in #74

Full Changelog: v0.16.3...v0.16.4

v0.16.3

19 Jun 01:42
8c2de5d

Choose a tag to compare

fix trade GetHistoryExecutions (#71)

fix: start_ad and end_at of GetHistoryExecutions should be unix
timestamp

v0.16.2

18 Apr 09:14
77d6c2b

Choose a tag to compare

Features

  • quote/trade add OnReconnect option to support register reconnect callback function