Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Releases: gateio/gatews

v0.5.1 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 14 Aug 07:38
  • added recent new fields

v0.5.0 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 30 Apr 07:40
  • support order operations

Python 0.4.0 release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 30 Apr 07:41
  • support order operations

v0.4.2 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 09 May 07:23
083ef9d
  • no longer try websocket ping after disconnect
  • retry connect ws on any error
  • support querying websocket connection status

v0.4.1 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 16 Mar 08:18
  • fix subscribe msg concurrent write cause panic
  • add FuturesOrder response fields stop_profit_price and stop_loss_price
  • add FuturesAutoOrder response fields me_order_id, order_type and initial.auto_size

v0.4.0 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 07 Dec 06:29
  • spot balance add fields freeze, freeze_change and change_type

v0.3.0 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 24 Nov 07:51
  • add common response field time_ms for time of message created

v0.2.8 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 21 Oct 12:30
  • futures model FuturesUserTrade add fields fee and point_fee
  • avoid saving ping and time subscribe msg in request history

v0.2.7 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 11 Aug 05:36
  • remove client method NewConnConf. Recommend to use NewConnConfFromOption instead
  • add new config field PingInterval to send ping message
  • add default ping message to avoid to be closed by server

v0.2.6 Release

Choose a tag to compare

@Sinclair-Ni Sinclair-Ni released this 24 May 11:34
  • fix reconnect panic
  • update spot and futures models
  • add ShowReconnectMsg config field to decide to show reconnect success msg
  • update some test cases