forked from bitfinexcom/bitfinex-api-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
59 lines (48 loc) · 1.53 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2.2.4
- Adds new rest v2 functions
- Funding.Offers
- Funding.OfferHistory
- Funding.Loans
- Funding.LoanHistory
- Funding.Credits
- Funding.CreditHistory
- Funding.Trades
- Funding.SubmitOffer
- Funding.CancelOffer
- Orders.SubmitOrder
- Orders.CancelOrder
- Orders.SubmitUpdateOrder
- Orders.SubmitCancelOrder
- Positions.Claim
- Wallet.Transfer
- Wallet.DepositAddress
- Wallet.CreateDepositAddress
- Wallet.Withdraw
- Adds new ws v2 functions
- Ws/SubmitFundingOffer
- Ws/SubmitFundingCancel
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