Skip to content

Commit 0d54b0b

Browse files
authored
Merge pull request #429 from binance/release_clients_2025_09_12
2 parents a1a2862 + 2e6c6bc commit 0d54b0b

File tree

216 files changed

+10961
-5623
lines changed

Some content is hidden

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

216 files changed

+10961
-5623
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
needs: detect-clients
2828
runs-on: ubuntu-latest
2929
strategy:
30+
max-parallel: 2
3031
matrix:
3132
client: ${{ fromJson(needs.detect-clients.outputs.clients) }}
3233
steps:

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+
## 1.5.0 - 2025-09-12
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.1.0`
8+
39
## 1.4.0 - 2025-09-05
410

511
### Changed (1)

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 = "1.4.0"
3+
version = "1.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"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "3.0.0"
23+
binance-common = "3.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

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+
## 1.5.0 - 2025-09-12
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.1.0`
8+
39
## 1.4.0 - 2025-09-05
410

511
### Changed (1)

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 = "1.4.0"
3+
version = "1.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"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "3.0.0"
23+
binance-common = "3.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

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+
## 1.5.0 - 2025-09-12
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.1.0`
8+
39
## 1.4.0 - 2025-09-05
410

511
### Changed (1)

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 = "1.4.0"
3+
version = "1.5.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"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "3.0.0"
23+
binance-common = "3.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

clients/copy_trading/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.5.0 - 2025-09-12
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.1.0`
8+
39
## 1.4.0 - 2025-09-05
410

511
### Changed (1)

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 = "1.4.0"
3+
version = "1.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"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "3.0.0"
23+
binance-common = "3.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

clients/crypto_loan/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.1.0 - 2025-09-12
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.1.0`
8+
39
## 2.0.0 - 2025-08-25
410

511
### Changed (5)

0 commit comments

Comments
 (0)