You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore build tool, please check [sonar type central repository](https://central.sonatype.com/artifact/io.github.wuhewuhe/bybit-java-api/1.1.2)
50
+
Furthermore build tool, please check [sonar type central repository](https://central.sonatype.com/artifact/io.github.wuhewuhe/bybit-java-api/1.1.4)
51
51
52
52
## Release-Notes
53
53
### HTTP Sync & Async Request
54
-
- Receive Window Parameter: Added by default (5 seconds).
55
-
- Debug Mode Parameter: Added by default (false) to print request and response headers.
56
-
- Base URL Setting: Allows setting to testnet or mainnet.
57
-
- Log Option Interceptor Parameter: Currently supports SLF4J and OkHttp3; planning to support customized messaging in the next version.
58
-
- Trade API: For create/amend/cancel single & batch orders, now supports dedicated class, map, and JSON.
59
-
- Asset API: Deposit and withdrawal operations will automatically generate a transfer ID.
60
-
- Account API : Add new function Set Spot Hedging
61
-
- Position API : Add new function Confirm New Risk Limit
62
-
### WebSocket
63
-
- Ping Pong Interval Parameter: Added by default (20 seconds).
64
-
- Max Alive Time Parameter: Only supports private channel, ranging from 30s to 600s (also supports minutes).
65
-
- Log Option Interceptor for WebSocket: Currently supports SLF4J and OkHttp3; planning to support customized messaging in the next version.
54
+
- Institutional Loan new endpoint Bind Or Unbind UID /v5/ins-loan/association-uid
66
55
67
56
### Improvements
68
-
- Class Mapping for POST Requests: Each POST request will have a class mapped and converted to JSON for the request body.
69
-
- Enhanced Unit Tests: Added more tests for serialization and deserialization of data.
70
-
- Performance Tests for WebSocket: Added tests for maximum argument limits.
71
-
- POST Request Handling: Parameters not supported in query string will be reset to the body.
72
-
- Security Enhancements: Secure check for signed requests implemented.
57
+
- Refactor websocket and reduce dependency have vulnerability
58
+
- Improve serialise and deserialize performance from request to receive json result
59
+
73
60
### Change Log
74
-
- CategoryType: Renamed from ProductType.
75
-
- Deprecated useTestnet: This function is now deprecated.
76
-
- Serialization Optimization: No reserialization of data before sending POST requests, using conversion instead.
61
+
- Broker Earning change endpoint to /v5/broker/earnings-info
77
62
78
63
## Usage
79
64
Note: Replace placeholders (like YOUR_API_KEY, links, or other details) with the actual information. You can also customize this template to better fit the actual state and details of your Java API.
0 commit comments