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,9 +1,21 @@
1
1
# Changelog
2
2
3
+
## 0.30.0 - 2024-02-22
4
+
5
+
#### Enhancements
6
+
- Changed how `SymbolMappingMsg` objects are ingested by `InstrumentMap` to single source the timestamp parsing from the `databento-dbn` package
7
+
8
+
#### Bug fixes
9
+
- Fixed an issue where setting a timezone in `DBNStore.to_df` could cause invalid symbol mappings
10
+
11
+
#### Breaking changes
12
+
- Changed `Live.add_stream` to use the exclusive write mode when handling file paths so existing files won't be overwritten
13
+
3
14
## 0.29.0 - 2024-02-13
4
15
5
16
#### Enhancements
6
17
- Added `tz` parameter to `DBNStore.to_df` which will convert all timestamp fields from UTC to a specified timezone when used with `pretty_ts`
18
+
- Added new publisher values for consolidated DBEQ.MAX
7
19
8
20
#### Bug fixes
9
21
-`Live.block_for_close` and `Live.wait_for_close` will now call `Live.stop` when a timeout is reached instead of `Live.terminate` to close the stream more gracefully
0 commit comments