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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,20 @@
1
1
# Changelog
2
2
3
+
## 0.25.0 - 2024-01-09
4
+
5
+
#### Breaking changes
6
+
- Removed deprecated `pretty_px` parameter for `DBNStore.to_df`; `price_type` can be used instead
7
+
8
+
#### Bug fixes
9
+
- Fixed an issue where the `Live` client would not raise an exception when reading an incompatible DBN version
10
+
- Fixed an issue where sending lots of subscriptions could cause a `BufferError`
11
+
- Fixed an issue where `Historical.batch.download` was slow
12
+
- Fixed an issue where `Historical.timeseries.get_range` was slow
13
+
- Fixed an issue where reading a DBN file with non-empty metadata symbol mappings and mixed `SType` would cause an error when mapping symbols (credit: Jakob Lövhall)
14
+
3
15
## 0.24.1 - 2023-12-15
4
16
5
-
#####Enhancements
17
+
#### Enhancements
6
18
- Added new publisher value for OPRA MIAX Sapphire
0 commit comments