Skip to content

Commit e479ab4

Browse files
authored
Release 1.217.0
See release notes.
2 parents e8d6677 + ad10f69 commit e479ab4

File tree

405 files changed

+12740
-5084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+12740
-5084
lines changed

.docker/nautilus_trader.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN uv sync --no-install-package nautilus_trader
3535
COPY Cargo.toml ./
3636
COPY Cargo.lock ./
3737
COPY crates ./crates
38-
RUN cargo build --release --all-features
38+
RUN cargo build --lib --release --all-features
3939

4040
COPY nautilus_trader ./nautilus_trader
4141
COPY README.md ./

.github/ISSUE_TEMPLATE/bug_report.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
name: Bug Report
33
about: Report a bug here
44
labels:
5-
- bug
5+
- bug
66
---
77

88
# Bug Report
99

10-
### Expected Behavior
10+
## Expected Behavior
11+
1112
Add here...
1213

1314
### Actual Behavior
15+
1416
Add here...
1517

1618
### Steps to Reproduce the Problem

.github/ISSUE_TEMPLATE/feature_request.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,29 @@
22
name: Feature Request
33
about: Request a new feature to be added here
44
labels:
5-
- enhancement
5+
- enhancement
66
---
77

88
# Feature Request
99

10-
### Problem Statement
10+
## Problem Statement
11+
1112
What problem are you trying to solve? What limitations exist in the current implementation?
1213

1314
### Proposed Solution
15+
1416
Detailed description of the feature you'd like to see implemented.
1517

1618
### Example Usage
19+
1720
```python
1821
# Show how the feature would be used
1922
```
2023

2124
### Alternatives Considered
25+
2226
What alternatives have you explored? Why is this solution preferred?
2327

2428
### Additional Context
29+
2530
Any other relevant information or references.

.github/ISSUE_TEMPLATE/rfc.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
name: RFC (Request for Comments)
33
about: Propose change or idea for discussion
44
labels:
5-
- RFC
5+
- RFC
66
---
77

88
# RFC: [Title]
99

10-
### Context
10+
## Context
11+
1112
What would you like to propose? This could be improvements, refinements, optimizations, process changes, or other significant topics.
1213

1314
### Considerations
15+
1416
What should we keep in mind? Include relevant context, tradeoffs, or concerns.

0 commit comments

Comments
 (0)