Skip to content

Commit a9e985b

Browse files
committed
Update dependencies and release notes
1 parent eb8718d commit a9e985b

File tree

4 files changed

+24
-32
lines changed

4 files changed

+24
-32
lines changed

Cargo.lock

Lines changed: 16 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pyo3-async-runtimes = { version = "0.25.0", default-features = false, features =
155155
"tokio",
156156
"tokio-runtime",
157157
] }
158-
pyo3-stub-gen = "0.12.2"
158+
pyo3-stub-gen = "0.13.1"
159159
rand = { version = "0.9.2", default-features = false, features = ["std", "thread_rng"] }
160160
redis = { version = "0.32.5", features = [
161161
"connection-manager",

RELEASES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Released on TBD (UTC).
7474
- Implemented live subscriptions for blockchain data client (#2832), thanks @filipmacek
7575
- Introduced `SharedCell` / `WeakCell` wrappers for ergonomic and safer handling of `Rc<RefCell<T>>` / `Weak<RefCell<T>>` pairs
7676
- Introduced efficient block syncing command in the `nautilus-cli` (#2861), thanks @filipmacek
77-
- Introduce efficient pool syncing command in the `nautilus-cli` (#2871), thanks @filipmacek
7877
- Added stream iterators support `BacktestDataIterator`
7978
- Added serialization support for execution reports
8079
- Added serialization support for execution report commands
@@ -94,6 +93,7 @@ Released on TBD (UTC).
9493
- Standardized DeFi chain name validation for `InstrumentId` (#2826), thanks @filipmacek
9594
- Standardized `NAUTILUS_PATH` env var across Tardis integration (#2850), thanks @nicolad
9695
- Standardized zero PnL as Money instead of None when exchange rate missing (#2880), thanks @nicolad
96+
- Refactored SpreadQuoteAggregator (#2905), thanks @faysou
9797
- Improved typing for all the DEX IDs with `DexType` and add validation (#2827), thanks @filipmacek
9898
- Improved reconciliation handling of internally generated orders to align positions (now uses the `INTERNAL-DIFF` strategy ID)
9999
- Improved data client for blockchain adapter (#2787), thanks @filipmacek
@@ -109,6 +109,7 @@ Released on TBD (UTC).
109109
- Improved security for `Credential` struct (#2882), thanks @nicolad
110110
- Improved DeFi pool event parsing and integrate Arbitrum Camelotv3 new pools signature (#2889), thanks @filipmacek
111111
- Improved Databento multiplier decoding to prevent precision loss (#2895), thanks @nicolad
112+
- Improved Bybit balance precision by avoiding float conversion (#2903), thanks @scoriiu
112113
- Refined Rust catalog path handling (#2743), thanks @faysou
113114
- Refined Rust `GreeksCalculator` (#2760), thanks @faysou
114115
- Refined Databento bars timestamp decoding and backtest execution usage (#2800), thanks @faysou
@@ -157,7 +158,8 @@ Released on TBD (UTC).
157158
- Fixed Bybit instrument provider fee rate handling during parsing
158159
- Fixed Bybit SPOT commission currency for makers
159160
- Fixed Bybit positions pagination to handle more than 20 positions (#2879), thanks @scoriiu
160-
- Fixed Bybit balance precision errors for high-value tokens (#2898), thanks @scoriiu
161+
- Fixed Bybit REST model parsing balance precision errors for high-value tokens (#2898), thanks @scoriiu
162+
- Fixed Bybit WebSocket message parsing balance precision errors for high-value tokens (#2904), thanks @scoriiu
161163
- Fixed RPC client content type header (#2828), thanks @filipmacek
162164
- Fixed `venue_order_id` handling for Polymarket order status request (#2848), thanks @DeirhX
163165
- Fixed race-condition on node shutdown in async `InteractiveBrokersDataClient._disconnect()` (#2865), thanks @ruvr

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)