Skip to content

Commit 81774cd

Browse files
committed
VER: Release 0.59.0
1 parent d7aee28 commit 81774cd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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:

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.58.0"
1+
__version__ = "0.59.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databento"
3-
version = "0.58.0"
3+
version = "0.59.0"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <[email protected]>",
@@ -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"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)