Skip to content

Commit 380169c

Browse files
committed
Update release notes
1 parent da5451d commit 380169c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Released on 18th May 2024 (UTC).
99
- Added Sandbox example with Interactive Brokers (#1618), thanks @rsmb7z
1010
- Added `ParquetDataCatalog` S3 support (#1620), thanks @benjaminsingleton
1111
- Added `Bar.from_raw_arrays_to_list` (#1623), thanks @rsmb7z
12-
- Added `SandboxExecutionClientConfig.bar_execution` option, thanks @davidsblom
12+
- Added `SandboxExecutionClientConfig.bar_execution` option (#1646), thanks @davidsblom
1313
- Improved venue order ID generation and assignment (it was previously possible for the `OrderMatchingEngine` to generate multiple IDs for the same order)
1414
- Improved `LiveTimer` robustness and flexibility by not requiring positive intervals or stop times in the future (will immediately produce a time event), thanks for reporting @davidsblom
1515

@@ -23,17 +23,17 @@ Released on 18th May 2024 (UTC).
2323
- Fixed `CashAccount` PnL and balance calculations (was adjusting filled quantity based on open position quantity - causing a desync and incorrect balance values)
2424
- Fixed `from_str` for `Price`, `Quantity` and `Money` when input string contains underscores in Rust, thanks for reporting @filipmacek
2525
- Fixed `Money` string parsing where the value from `str(money)` can now be passed to `Money.from_str`
26-
- Fixed `TimeEvent` equality (now based on then event `id` rather than the event `name`)
26+
- Fixed `TimeEvent` equality (now based on the event `id` rather than the event `name`)
2727
- Fixed `ParquetDataCatalog` bar queries by `instrument_id` which were no longer returning data (the intent is to use `bar_type`, however using `instrument_id` now returns all matching bars)
2828
- Fixed venue order ID generation and application in sandbox mode (was previously generating additional venue order IDs), thanks for reporting @rsmb7z and @davidsblom
29-
- Fixed multiple fills causing overfills in sandbox mode (`OrderMatchingEngine` now cached filled quantity to prevent this), thanks @davidsblom
29+
- Fixed multiple fills causing overfills in sandbox mode (`OrderMatchingEngine` now caching filled quantity to prevent this) (#1642), thanks @davidsblom
3030
- Fixed `leaves_qty` exception message underflow (now correctly displays the projected negative leaves quantity)
3131
- Fixed Interactive Brokers contract details parsing (#1615), thanks @rsmb7z
3232
- Fixed Interactive Brokers portfolio registration (#1616), thanks @rsmb7z
3333
- Fixed Interactive Brokers `IBOrder` attributes assignment (#1634), thanks @rsmb7z
3434
- Fixed IBKR reconnection after gateway/TWS disconnection (#1622), thanks @benjaminsingleton
3535
- Fixed Binance Futures account balance calculation (was over stating `free` balance with margin collateral, which could result in a negative `locked` balance)
36-
- Fixed Betfair stream reconnection and avoid multiple reconnect attempts, thanks @imemo88
36+
- Fixed Betfair stream reconnection and avoid multiple reconnect attempts (#1644), thanks @imemo88
3737

3838
---
3939

0 commit comments

Comments
 (0)