Skip to content

Commit 864ece6

Browse files
authored
Merge pull request #3 from binance/rc-v1.0.1
Release v1.0.1
2 parents 6261353 + 6eefb20 commit 864ece6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

3+
## 1.0.1 - 2025-05-08
4+
### Removed
5+
- Removed the references for `auto-reconnect` in the dropcopy session to fix the following [issue](https://github.com/binance/binance-fix-connector-python/issues/2).
6+
37
## 1.0.0 - 2025-03-24
48

59
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "binance_fix_connector"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
authors = [{name = "Binance"}]
99
description = "This is a simple Python library that provides access to Binance Financial Information eXchange (FIX) SPOT messages using the FIX protocol."
1010
readme = "README.md"

src/binance_fix_connector/fix_connector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ def create_drop_copy_session(
201201
fix_version=fix_version,
202202
heart_bt_int=heart_bt_int,
203203
socket_buffer_size=MAX_BUFFER_SIZE,
204-
auto_reconnect=False,
205-
auto_reconnect_attempts=3,
206204
reset_seq_num_flag="Y",
207205
encrypt_method=0,
208206
response_mode=response_mode,

0 commit comments

Comments
 (0)