From 003039527b3c3390b1206a8992ac328a25f08551 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Fri, 22 Dec 2023 22:03:28 +1100 Subject: [PATCH] Update release notes --- RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index cf928758908e..bfafe4e1bfb9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,12 +1,13 @@ # NautilusTrader 1.182.0 Beta -Released on TBD (UTC). +Released on 23rd December 2023 (UTC). ### Enhancements - Added `CacheDatabaseFacade` and `CacheDatabaseAdapter` to abstract backing technology from Python codebase - Added `RedisCacheDatabase` implemented in Rust with separate MPSC channel thread for insert, update and delete operations - Added TA-Lib integration, thanks @rsmb7z - Added `OrderBookDelta` and `OrderBookDeltas` to serializable and publishable types +- Moved `PortfolioFacade` to `Actor` - Improved `Actor` and `Strategy` usability to be more lenient to mistaken calls to `clock` and `logger` from the constructor (warnings also added to docs) - Removed `redis` and `hiredis` dependencies from Python codebase