Skip to content

Commit 4a64032

Browse files
authored
Merge pull request #167 from binance/fix_oneof
fix endpoints with multiple responses
2 parents 7988bb3 + 6adc08a commit 4a64032

File tree

940 files changed

+9258
-22544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

940 files changed

+9258
-22544
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For Spot (Spot package):
3737
<dependency>
3838
<groupId>io.github.binance</groupId>
3939
<artifactId>binance-spot</artifactId>
40-
<version>2.0.0</version>
40+
<version>3.0.0</version>
4141
</dependency>
4242
```
4343

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Each connector is published as a separate maven dependency. For example:
5454
<dependency>
5555
<groupId>io.github.binance</groupId>
5656
<artifactId>binance-spot</artifactId>
57-
<version>2.0.0</version>
57+
<version>3.0.0</version>
5858
</dependency>
5959
```
6060

clients/derivatives-trading-coin-futures/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.1 - 2025-06-24
4+
5+
### Changed (1)
6+
7+
- Fixed cases where the response can be an object or an array
8+
39
## 1.2.0 - 2025-05-13
410

511
- Add proxy authentication for websocket

clients/derivatives-trading-coin-futures/docs/GetFuturesOrderHistoryDownloadLinkByIdResponse1.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

clients/derivatives-trading-coin-futures/docs/GetFuturesOrderHistoryDownloadLinkByIdResponse2.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

clients/derivatives-trading-coin-futures/docs/GetFuturesTradeDownloadLinkByIdResponse1.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

clients/derivatives-trading-coin-futures/docs/GetFuturesTradeDownloadLinkByIdResponse2.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

clients/derivatives-trading-coin-futures/docs/GetFuturesTransactionHistoryDownloadLinkByIdResponse1.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

clients/derivatives-trading-coin-futures/docs/GetFuturesTransactionHistoryDownloadLinkByIdResponse2.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

clients/derivatives-trading-coin-futures/docs/rest-api/migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With the transition to a modularized structure, the Binance Connector has been s
2222
<dependency>
2323
<groupId>io.github.binance</groupId>
2424
<artifactId>binance-derivatives-trading-coin-futures</artifactId>
25-
<version>1.2.0</version>
25+
<version>1.2.1</version>
2626
</dependency>
2727
```
2828

@@ -91,7 +91,7 @@ by:
9191
<dependency>
9292
<groupId>io.github.binance</groupId>
9393
<artifactId>binance-derivatives-trading-coin-futures</artifactId>
94-
<version>1.2.0</version>
94+
<version>1.2.1</version>
9595
</dependency>
9696
```
9797

0 commit comments

Comments
 (0)