|
1 | 1 | # NautilusTrader 1.190.0 Beta
|
2 | 2 |
|
3 |
| -Released on TBD (UTC). |
| 3 | +Released on 22nd March 2024 (UTC). |
4 | 4 |
|
5 | 5 | ### Enhancements
|
6 |
| -- Added Databento adapter continuous symbology support (will infer from symbols) |
| 6 | +- Added Databento adapter `continuous`, `parent` and `instrument_id` symbology support (will infer from symbols) |
7 | 7 | - Added `DatabaseConfig.timeout` config option for timeout seconds to wait for a new connection
|
8 | 8 | - Added CSV tick and bar data loader params, thanks @rterbush
|
9 | 9 | - Implemented `LogGuard` to ensure global logger is flushed on termination, thanks @ayush-sb and @twitu
|
| 10 | +- Improved Interactive Brokers client connectivity resilience and component lifecycle, thanks @benjaminsingleton |
10 | 11 | - Improved Binance execution client ping listen key error handling and logging
|
11 | 12 | - Improved Redis cache adapter and message bus error handling and logging
|
12 |
| -- Improved Interactive Brokers client connectivity resilience and component lifecycle, thanks @benjaminsingleton |
13 | 13 | - Improved Redis port parsing (`DatabaseConfig.port` can now be either a string or integer)
|
14 |
| -- Redact Redis passwords in strings and logs |
15 | 14 | - Refactored `InteractiveBrokersEWrapper`, thanks @rsmb7z
|
16 |
| -- Upgraded `redis` crate to 0.25.1 which bumps up TLS dependencies |
| 15 | +- Redact Redis passwords in strings and logs |
| 16 | +- Upgraded `redis` crate to 0.25.2 which bumps up TLS dependencies, and turned on `tls-rustls-webpki-roots` feature flag |
17 | 17 |
|
18 | 18 | ### Breaking Changes
|
19 | 19 | None
|
20 | 20 |
|
21 | 21 | ### Fixes
|
22 | 22 | - Fixed JSON format for log file output (was missing `timestamp` and `trader\_id`)
|
23 |
| -- Fixed `DatabaseConfig` port JSON parsing for Redis (was always falling back to the default 6379) |
24 |
| -- Fixed `ChandeMomentumOscillator` indicator divide by zero error |
| 23 | +- Fixed `DatabaseConfig` port JSON parsing for Redis (was always defaulting to 6379) |
| 24 | +- Fixed `ChandeMomentumOscillator` indicator divide by zero error (both Rust and Cython versions) |
25 | 25 |
|
26 | 26 | ---
|
27 | 27 |
|
|
0 commit comments