Skip to content

Commit 6d1eb12

Browse files
committed
Update README and release notes
1 parent 2436c95 commit 6d1eb12

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ This project makes the [Soundness Pledge](https://raphlinus.github.io/rust/2020/
135135

136136
## Integrations
137137

138-
NautilusTrader is designed in a modular way to work with 'adapters' which provide
139-
connectivity to data providers and/or trading venues - converting their raw API
138+
NautilusTrader is designed in a modular way to work with _adapters_ which provide
139+
connectivity to trading venues and/or data providers - converting their raw API
140140
into a unified interface. The following integrations are currently supported:
141141

142142
| Name | ID | Type | Status | Docs |
@@ -149,7 +149,17 @@ into a unified interface. The following integrations are currently supported:
149149
| [Databento](https://databento.com) | `DATABENTO` | Data Provider | ![status](https://img.shields.io/badge/beta-yellow) | [Guide](https://docs.nautilustrader.io/integrations/databento.html) |
150150
| [Interactive Brokers](https://www.interactivebrokers.com) | `INTERACTIVE_BROKERS` | Brokerage (multi-venue) | ![status](https://img.shields.io/badge/stable-green) | [Guide](https://docs.nautilustrader.io/integrations/ib.html) |
151151

152+
- `ID:` The default client ID for the integrations adapter clients
153+
- `Type:` The type of integration (often the venue type)
154+
155+
### Status
156+
- `building` - Under construction and likely not in a usable state
157+
- `beta` - Completed to a minimally working state and in a 'beta' testing phase
158+
- `stable` - Stabilized feature set and API, the integration has been tested by both developers and users to a reasonable level (some bugs may still remain)
159+
160+
```{note}
152161
Refer to the [Integrations](https://docs.nautilustrader.io/integrations/index.html) documentation for further details.
162+
```
153163

154164
## Installation
155165

Diff for: RELEASES.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# NautilusTrader 1.190.0 Beta
22

3-
Released on TBD (UTC).
3+
Released on 22nd March 2024 (UTC).
44

55
### 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)
77
- Added `DatabaseConfig.timeout` config option for timeout seconds to wait for a new connection
88
- Added CSV tick and bar data loader params, thanks @rterbush
99
- 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
1011
- Improved Binance execution client ping listen key error handling and logging
1112
- Improved Redis cache adapter and message bus error handling and logging
12-
- Improved Interactive Brokers client connectivity resilience and component lifecycle, thanks @benjaminsingleton
1313
- Improved Redis port parsing (`DatabaseConfig.port` can now be either a string or integer)
14-
- Redact Redis passwords in strings and logs
1514
- 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
1717

1818
### Breaking Changes
1919
None
2020

2121
### Fixes
2222
- 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)
2525

2626
---
2727

0 commit comments

Comments
 (0)