We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a13740 commit ac26739Copy full SHA for ac26739
1 file changed
CHANGELOG.md
@@ -3,16 +3,14 @@
3
## 0.74.0 - 2026-03-24
4
5
#### Enhancements
6
+- Changed `SlowReaderBehavior.SKIP` to send "skip" instead of "drop" to the gateway
7
- Upgraded `databento-dbn` to 0.52.0:
8
- Added `SYMBOL_CSTR_LEN` constant and versioned variants (`SYMBOL_CSTR_LEN_V1`,
9
`SYMBOL_CSTR_LEN_V2`, `SYMBOL_CSTR_LEN_V3`) to Python, including in each versioned
10
module (`v1`, `v2`, `v3`) as `SYMBOL_CSTR_LEN`
11
- Added `v1`, `v2`, and `v3` submodule imports to `databento_dbn.__init__` so they are
12
accessible as attributes (e.g. `databento_dbn.v1`)
13
-#### Breaking changes
14
-- Changed default of `Live` client `slow_reader_behavior` to `SlowReaderBehavior.SKIP` instead of `SlowReaderBehavior.DROP`
15
-
16
## 0.73.0 - 2026-03-10
17
18
0 commit comments