Skip to content

Commit

Permalink
Update dependencies and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 24, 2025
1 parent b59fe0d commit eb9a7ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This release will be the final version that uses Poetry for package and dependen
- Improved `WebSocketClient` with state management, timeouts, and more robust reconnect logic
- Improved `SocketClient` with state management, timeouts, and more robust reconnect logic
- Improved `TradingNode` shutdown when running with `asyncio.run()` (more orderly handling of event loop)
- Refactored CI with composite actions (#2242), thanks @sunlei
- Ported market order processing for `OrderMatchingEngine` in Rust (#2202), thanks @filipmacek
- Ported limit order processing for `OrderMatchingEngine` in Rust (#2212), thanks @filipmacek
- Ported stop limit order processing for `OrderMatchingEngine` in Rust (#2225), thanks @filipmacek
Expand All @@ -45,6 +46,7 @@ This release will be the final version that uses Poetry for package and dependen
- Fixed reconnect handling for Betfair (#2232), thanks @limx0
- Fixed `instrument.id` null dereferences in error logs (#2237), thanks for reporting @ryantam626
- Fixed schema for listing markets of dYdX (#2240), thanks @davidsblom
- Fixed realized pnl bug in `Portfolio` where flat positions were not included in cumulative sum (#2243), thanks @faysou

### Documentation Updates
- Added Databento overview (#2233), thanks @stefansimik
Expand Down
4 changes: 2 additions & 2 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nautilus_core/infrastructure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
ustr = { workspace = true }
redis = { version = "0.28.1", features = [
redis = { version = "0.28.2", features = [
"connection-manager",
"keep-alive",
"sentinel",
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb9a7ec

Please sign in to comment.