File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.59.0 - TBD
3+ ## 0.59.0 - 2025-07-15
4+
5+ #### Enhancements
6+ - Upgraded ` databento-dbn ` to 0.37.1
7+ - Fix buffer growth in ` DbnFsm::write_all() ` , which is used by ` DBNDecoder.write() `
48
59#### Breaking changes
610- Renamed the following Venue, Dataset, and Publishers:
Original file line number Diff line number Diff line change 1- __version__ = "0.58 .0"
1+ __version__ = "0.59 .0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databento"
3- version = " 0.58 .0"
3+ version = " 0.59 .0"
44description = " Official Python client library for Databento"
55authors = [
66 " Databento <support@databento.com>" ,
@@ -32,7 +32,7 @@ aiohttp = [
3232 {version = " ^3.8.3" , python = " <3.12" },
3333 {version = " ^3.9.0" , python = " ^3.12" }
3434]
35- databento-dbn = " ~=0.36.2 "
35+ databento-dbn = " ~=0.37.1 "
3636numpy = [
3737 {version = " >=1.23.5" , python = " <3.12" },
3838 {version = " >=1.26.0" , python = " ^3.12" }
You can’t perform that action at this time.
0 commit comments