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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.57.0 - 2025-06-10
4
+
5
+
#### Enhancements
6
+
- Upgraded `databento-dbn` to 0.36.0
7
+
- Added missing Python type stubs for several leg properties of `InstrumentDefMsg`
8
+
9
+
#### Bug fixes
10
+
- Fixed an issue where the zstandard frame size could limit the size of `DataFrame` objects returned by `DBNStore.to_df()` when a `count` was specified
11
+
12
+
#### Deprecations
13
+
- Deprecated `int` and `pd.Timestamp` types for `start_date` and `end_date` parameters which will be removed in a future release
0 commit comments