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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@
7
7
- Added `map_symbols` option for `batch.submit_job(...)`, default `False`. When `True` this appends a requested symbol field to each record (available for CSV and JSON text encodings)
8
8
9
9
#### Bug fixes
10
-
- Fixed an issue where no disconnection exception were raised when iterating the `Live` client.
10
+
- Fixed an issue where no disconnection exception were raised when iterating the `Live` client
11
+
- Fixed an issue where calling `DBNStore.to_df`, `DBNStore.to_json`, or `DBNStore.to_csv` with `map_symbols=True` would cause a `TypeError`
11
12
12
13
#### Breaking changes
13
14
- Removed `default_value` parameter from `Historical.symbology.resolve`
0 commit comments