forked from bitfinexcom/bitfinex-api-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
34 lines (25 loc) · 992 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2.2.3
- Add transport keep alive pinger to keep tls connection open
- Fix multiple small race conditions
2.2.2
- Uses channel/write combo for websocket send requests to avoid race conditions
- Use mutex for building snapshot to avoid race conditions
- Use TradeExecution as type for authenticated trade data
2.2.1
- Adds v2/rest Derivatives service with new functions
- SetCollateral
- Adds v2/rest Status service with new functions
- DerivativeStatus
- DerivativeStatusMulti
- DerivativeStatusAll
- Adds support for auth ws feed 'status'
- Adds ws subscription function SubscribeStatus
2.2.0
- Adds v2/ws connection multiplexer
- Adds v2/ws api functions ConnectionCount and StartNewConnection
2.1.1
- Removes usage of string(int) conversion in v2/rest and uses strconv.FormatInt instead
- Adds version file
- Adds changelog file
- Fix v2/rest response error message to be passed down correctly
- Rework v2/rest/orders api, change function names and add additionals