Skip to content

Commit 3eb1893

Browse files
committed
Prepare release
1 parent db969c9 commit 3eb1893

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASES.md

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

3-
Released on TBD (UTC).
3+
Released on 29th June 2026 (UTC).
44

55
### Enhancements
66
- Added v2 Python visualization (tearsheet) support with a `visualization` extra
@@ -18,12 +18,16 @@ Released on TBD (UTC).
1818
- Renamed Bybit data config `instrument_status_poll_secs` to `instrument_poll_interval_secs`
1919

2020
### Security
21+
- Fixed unbounded HTTP response buffering that could exhaust memory (#4332), thanks @AlaeddineMessadi
2122
- Removed direct `bincode` use from `event_store` on-disk envelopes (#4330), thanks @folknor
2223

2324
### Fixes
2425
- Fixed `LiveTimer` tasks leaking after clock drop or component teardown (#4322), thanks @filipmacek
2526
- Fixed Strategy order-list cache visibility for live handlers (Rust)
2627
- Fixed Rust strategy `oms_type` registration for custom HEDGING position IDs (#4327), thanks for reporting @dxwil
28+
- Fixed duplicate realized PnLs in post-run analysis (#4344), thanks for reporting @a1zb2yc3z
29+
- Fixed `RateOfChange` period window and log calculation (#4326), thanks @Martingale42
30+
- Fixed `VerticalHorizontalFilter` and `OnBalanceVolume` period windows (#4333), thanks @Martingale42
2731
- Fixed Architect AX execution reconciliation for open positions and fills
2832
- Fixed Architect AX to deny unsupported order types and times in force locally
2933
- Fixed Architect AX to report unfilled IOC/FOK orders as canceled and flag post-only rejections
@@ -33,12 +37,11 @@ Released on TBD (UTC).
3337
- Fixed Bybit submit rejection classification and batch amend/cancel request builders (Rust)
3438
- Fixed Databento OPRA option expirations stamped at midnight UTC (#4321), thanks for reporting @pjlegato
3539
- Fixed Hyperliquid fill report decoding for new venue fill directions (#4325), thanks for reporting @magnified103
36-
- Fixed Interactive Brokers (Rust) stock contract resolution for non-USD and cross-listed symbols (#4335), thanks @dfjmax
40+
- Fixed Interactive Brokers stock contract resolution for non-USD and cross-listed symbols (#4337), thanks @dfjmax
3741
- Fixed Interactive Brokers crypto quote-quantity SELL order sizing (#4309), thanks @bebop23
3842
- Fixed Lighter stop-market and market-if-touched order modification rejected for a missing price
3943
- Fixed Polymarket reconciliation producing out-of-range fill prices
4044
- Fixed Polymarket RTDS duplicate snapshot replay and incremental batching (#4319), thanks @graceyangfan
41-
- Fixed `RateOfChange` period window and log calculation (#4326), thanks @Martingale42
4245

4346
### Internal Improvements
4447
- Expanded API facade surface coverage for Cache, Clock, Order, and Portfolio reads (Rust)
@@ -59,8 +62,6 @@ Released on TBD (UTC).
5962
- Refined event sourcing marker sidecar docs to match the shipped markers module
6063
- Refined Polymarket integration guide for Rust config fields and order behavior
6164

62-
### Deprecations
63-
6465
---
6566

6667
# NautilusTrader 1.229.0 Beta

0 commit comments

Comments
 (0)