Skip to content

Commit d01da8b

Browse files
committed
1.1.4 readme
1 parent 8b776d1 commit d01da8b

File tree

2 files changed

+9
-24
lines changed

2 files changed

+9
-24
lines changed

README.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,40 +40,25 @@ Maven Example
4040
<dependency>
4141
<groupId>io.github.wuhewuhe</groupId>
4242
<artifactId>bybit-java-api</artifactId>
43-
<version>1.1.2</version>
43+
<version>1.1.4</version>
4444
</dependency>
4545
```
4646
Gradle Example
4747
```java
48-
implementation group: 'io.github.wuhewuhe', name: 'bybit-java-api', version: '1.1.2'
48+
implementation group: 'io.github.wuhewuhe', name: 'bybit-java-api', version: '1.1.4'
4949
```
50-
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)
5151

5252
## Release-Notes
5353
### 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
6655

6756
### 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+
7360
### 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
7762

7863
## Usage
7964
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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.wuhewuhe</groupId>
88
<artifactId>bybit-java-api</artifactId>
9-
<version>1.1.3</version>
9+
<version>1.1.4</version>
1010
<name>bybit-java-api</name>
1111
<url>https://github.com/wuhewuhe/bybit-java-api</url>
1212

0 commit comments

Comments
 (0)