Skip to content

Commit 7a13740

Browse files
committed
VER: Release 0.74.0
1 parent 7e66d6b commit 7a13740

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Changelog
22

3-
## 0.74.0 - TBD
3+
## 0.74.0 - 2026-03-24
44

55
#### Enhancements
6-
- Changed default of `Live` client `slow_reader_behavior` to `SlowReaderBehavior.SKIP` instead of `SlowReaderBehavior.DROP`
76
- Upgraded `databento-dbn` to 0.52.0:
87
- Added `SYMBOL_CSTR_LEN` constant and versioned variants (`SYMBOL_CSTR_LEN_V1`,
98
`SYMBOL_CSTR_LEN_V2`, `SYMBOL_CSTR_LEN_V3`) to Python, including in each versioned
109
module (`v1`, `v2`, `v3`) as `SYMBOL_CSTR_LEN`
1110
- Added `v1`, `v2`, and `v3` submodule imports to `databento_dbn.__init__` so they are
1211
accessible as attributes (e.g. `databento_dbn.v1`)
1312

13+
#### Breaking changes
14+
- Changed default of `Live` client `slow_reader_behavior` to `SlowReaderBehavior.SKIP` instead of `SlowReaderBehavior.DROP`
15+
1416
## 0.73.0 - 2026-03-10
1517

1618
#### Enhancements

0 commit comments

Comments
 (0)