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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@
7
7
8
8
#### Enhancements
9
9
- Added export of `CBBOMsg` and `BBOMsg` from `databento_dbn` to the root `databento` package
10
+
- Upgraded `databento-dbn` to 0.43.0
11
+
- Added export of `F_PUBLISHER_SPECIFIC` constant to Python
12
+
- Added explicit `Unset` variant for `SystemCode` and `ErrorCode`
13
+
- Changed Python getters for enum fields to return the underlying type when no known variant can be found. As a result, these getters no longer raise an exception
10
14
11
15
#### Breaking changes
12
16
- Removed support for Python 3.9 due to end of life
0 commit comments