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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,13 @@
2
2
3
3
## 0.35.0 - TBD
4
4
5
+
#### Enhancements
6
+
- Upgraded `databento-dbn` to 0.18.0
7
+
5
8
#### Breaking changes
6
-
- Rename `use_snapshot` parameter in `Live.subscribe` function to `snapshot`
9
+
- Renamed `CbboMsg` to `CBBOMsg`.
10
+
- Renamed `use_snapshot` parameter in `Live.subscribe` function to `snapshot`
11
+
- All Python exceptions raised by `databento-dbn` have been changed to use the `DBNError` type
7
12
8
13
## 0.34.1 - 2024-05-21
9
14
@@ -14,7 +19,7 @@
14
19
15
20
#### Enhancements
16
21
- Added `pip-system-certs` dependency for Windows platforms to prevent a connection issue in `requests` when behind a proxy
17
-
- Iteration of the `Live` client will now automatically call `Live.stop` when the iterator is destroyed, such as when a for loop is escaped with an exception or `break` statement.
22
+
- Iteration of the `Live` client will now automatically call `Live.stop` when the iterator is destroyed, such as when a for loop is escaped with an exception or `break` statement
18
23
19
24
#### Bug fixes
20
25
- Fixed an issue where `batch.download` and `batch.download_async` would fail if requested files already existed in the output directory
0 commit comments