From 4692071161fb611655bcc9b82a61b6af501f7ef1 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Fri, 27 Sep 2024 19:20:50 +1000 Subject: [PATCH] Update release notes --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 6274d2810be6..fa7cb5a70bab 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,6 @@ # NautilusTrader 1.202.0 Beta -Released on TBD (UTC). +Released on 27th September 2024 (UTC). This will be the final release with support for Python 3.10. @@ -18,7 +18,7 @@ The `numpy` version requirement has been relaxed to >= 1.26.4. - Added `reduce_only` parameter for `Strategy.close_position(...)` method (`True` by default to maintain current behavior) - Added `reduce_only` parameter for `Strategy.close_all_positions(...)` method (`True` by default to maintain current behavior) - Implemented flush with truncate Postgres function for `PostgresCacheDatabase` (#1928), thanks @filipmacek -- Implemented file rotation for `StreamingFeatherWriter` with internal improvements using `Clock` and `Cache` (#1954), thanks @graceyangfan +- Implemented file rotation for `StreamingFeatherWriter` with internal improvements using `Clock` and `Cache` (#1954, #1961), thanks @graceyangfan - Improved dYdX execution client to use `RetryManager` for HTTP requests (#1941), thanks @davidsblom - Improved Interactive Brokers adapter to use a dynamic IB gateway `container_image` from config (#1940), thanks @rsmb7z - Improved `OrderBookDeltas` streaming and batching based on the `F_LAST` flag