Skip to content

Commit d385f64

Browse files
authored
Merge pull request #507 from binance/release_clients_2026_03_16
2 parents b901cf2 + 8b4e2c0 commit d385f64

132 files changed

Lines changed: 5230 additions & 1406 deletions

File tree

Some content is hidden

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

clients/algo/CHANGELOG.md

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

3+
## 2.5.0 - 2026-03-16
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.7.0`
8+
39
## 2.4.0 - 2026-02-11
410

511
### Changed (2)

clients/algo/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-algo"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "Official Binance Algo SDK - A lightweight library that provides a convenient interface to Binance's Algo REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -18,7 +18,7 @@ websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
1919
pycryptodome = "^3.17"
2020
aiohttp = "^3.9"
21-
binance-common = "3.6.0"
21+
binance-common = "3.7.0"
2222

2323
[tool.poetry.extras]
2424
dev = ["pytest"]

clients/alpha/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.3.0 - 2026-03-16
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.7.0`
8+
39
## 1.2.1 - 2026-02-25
410

511
### Changed (1)

clients/alpha/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-alpha"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "Official Binance Alpha Connector - A lightweight library that provides a convenient interface to Binance's Alpha REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -17,7 +17,7 @@ websockets = "^15.0.1"
1717
websocket-client = ">=1.6.3"
1818
pycryptodome = "^3.17"
1919
aiohttp = "^3.9"
20-
binance-common = "3.6.0"
20+
binance-common = "3.7.0"
2121

2222
[tool.poetry.extras]
2323
dev = ["pytest"]

clients/c2c/CHANGELOG.md

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

3+
## 3.5.0 - 2026-03-16
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.7.0`
8+
39
## 3.4.0 - 2026-02-11
410

511
### Changed (2)

clients/c2c/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-c2c"
3-
version = "3.4.0"
3+
version = "3.5.0"
44
description = "Official Binance C2C SDK - A lightweight library that provides a convenient interface to Binance's C2C REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -18,7 +18,7 @@ websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
1919
pycryptodome = "^3.17"
2020
aiohttp = "^3.9"
21-
binance-common = "3.6.0"
21+
binance-common = "3.7.0"
2222

2323
[tool.poetry.extras]
2424
dev = ["pytest"]

clients/convert/CHANGELOG.md

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

3+
## 4.2.0 - 2026-03-16
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.7.0`
8+
39
## 4.1.0 - 2026-02-11
410

511
### Changed (2)

clients/convert/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-convert"
3-
version = "4.1.0"
3+
version = "4.2.0"
44
description = "Official Binance Convert SDK - A lightweight library that provides a convenient interface to Binance's Convert REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -18,7 +18,7 @@ websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
1919
pycryptodome = "^3.17"
2020
aiohttp = "^3.9"
21-
binance-common = "3.6.0"
21+
binance-common = "3.7.0"
2222

2323
[tool.poetry.extras]
2424
dev = ["pytest"]

clients/copy_trading/CHANGELOG.md

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

3+
## 2.5.0 - 2026-03-16
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.7.0`
8+
39
## 2.4.0 - 2026-02-11
410

511
### Changed (2)
@@ -77,4 +83,4 @@
7783

7884
## 1.0.0 - 2025-07-17
7985

80-
- Initial release
86+
- Initial release

clients/copy_trading/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-copy-trading"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "Official Binance CopyTrading Connector - A lightweight library that provides a convenient interface to Binance's CopyTrading REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -18,7 +18,7 @@ websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
1919
pycryptodome = "^3.17"
2020
aiohttp = "^3.9"
21-
binance-common = "3.6.0"
21+
binance-common = "3.7.0"
2222

2323
[tool.poetry.extras]
2424
dev = ["pytest"]

0 commit comments

Comments
 (0)