Skip to content

Releases: drift-labs/gateway

v1.3.6

11 Mar 04:33
Compare
Choose a tag to compare

fixes:

  • race condition where spot positions could return mangled values (#115, thanks @0xRango )

changes:

  • remove some unused dependencies (better build times)

v1.3.5 (docker only)

21 Feb 03:45
Compare
Choose a tag to compare

fix for v1.3.4 for the docker image only (related #113, #109 )

v1.3.4 (program v2.110.0)

20 Feb 04:11
c3ed139
Compare
Choose a tag to compare

Update to this release for latest drift program v2.110.0 compatibility

Fix:

  • fixes market deserialization error (#110)

Change:

  • --verbose is now more verbose, logging more network subscriptions/activity

v1.3.3

13 Feb 06:30
Compare
Choose a tag to compare

Fix

  • Fixes issue where subscribing to events over gateway Ws would cause issues on disconnect (#107)

v1.3.2

05 Feb 10:43
45ce188
Compare
Choose a tag to compare

compatible with program v2.108.0

Fixes

  • multiple cases where Ws connections could silently fail. previously users had to restart the gateway to fix this, it is now handled automatically and the process will exit if reconnection fails successively.

v1.2.5

21 Jan 00:14
Compare
Choose a tag to compare

Fixes

  • fixes issue trading newer market indexes

v1.2.4

20 Jan 12:48
bc209fd
Compare
Choose a tag to compare

Updated to support program v2.105.0

v1.2.3

11 Dec 04:22
Compare
Choose a tag to compare

Fixes

  • Failed txs return error code from txEvents endpoint #96

Changes

  • Updated to support program version 2.103.0

v1.2.2

06 Dec 17:35
5aa8c6a
Compare
Choose a tag to compare

Fixes

  • Make --extra-rpcs non-optional (again)
  • handle margin calculations for accounts in high-leverage mode

v1.2.1

22 Nov 15:38
Compare
Choose a tag to compare

Fixes:

  • fix issue where --extra-rpcs was non-optional