You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [4.1.2] - 2026-04-01
9
+
10
+
### Fixed
11
+
12
+
- Interval parameter now auto-converts milliseconds to `HH:MM:SS.mmm` format for the MDDS gRPC server. Users pass `"60000"` for 1-minute bars as before -- conversion is internal and transparent.
13
+
8
14
## [4.1.1] - 2026-04-01
9
15
10
16
### Fixed
@@ -446,7 +452,8 @@ See [TODO.md](TODO.md) for the production readiness checklist and performance ro
446
452
- FIT decoder uses i64 accumulator with i32 saturation (no silent overflow)
447
453
- Price type range enforced with `assert!` in release builds
0 commit comments