Skip to content

Commit ac26739

Browse files
committed
FIX: Fix change note for slow_reader_behavior
1 parent 7a13740 commit ac26739

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
## 0.74.0 - 2026-03-24
44

55
#### Enhancements
6+
- Changed `SlowReaderBehavior.SKIP` to send "skip" instead of "drop" to the gateway
67
- Upgraded `databento-dbn` to 0.52.0:
78
- Added `SYMBOL_CSTR_LEN` constant and versioned variants (`SYMBOL_CSTR_LEN_V1`,
89
`SYMBOL_CSTR_LEN_V2`, `SYMBOL_CSTR_LEN_V3`) to Python, including in each versioned
910
module (`v1`, `v2`, `v3`) as `SYMBOL_CSTR_LEN`
1011
- Added `v1`, `v2`, and `v3` submodule imports to `databento_dbn.__init__` so they are
1112
accessible as attributes (e.g. `databento_dbn.v1`)
1213

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

1816
#### Enhancements

0 commit comments

Comments
 (0)