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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,31 @@
1
1
# Changelog
2
2
3
+
## 0.65.0 - 2025-11-11
4
+
5
+
#### Deprecations
6
+
- Deprecated `mode` parameter in `metadata.get_cost`, which will be removed in a future release
7
+
8
+
#### Enhancements
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
14
+
15
+
#### Breaking changes
16
+
- Removed support for Python 3.9 due to end of life
17
+
3
18
## 0.64.0 - 2025-09-30
4
19
5
20
#### Enhancements
6
21
- Upgraded `databento-dbn` to 0.42.0
7
22
- Added `ts_index` and `pretty_ts_index` properties for records in Python which provides the timestamp that is most appropriate for indexing
8
23
- Fixed type stub for `channel_id` to allow None
9
24
25
+
#### Enhancements
26
+
- Reduced the log level of `SystemMsg` records in the `Live` client to debug
27
+
- Increased the log level of `SystemMsg` records with the code `SystemCode.SLOW_READER_WARNING` to warning
28
+
10
29
#### Bug fixes
11
30
- Fixed type hint for `start` parameter in `Live.subscribe()`
0 commit comments