We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdf9e1 commit f7cf43bCopy full SHA for f7cf43b
CHANGELOG.md
@@ -1,10 +1,10 @@
1
# Changelog
2
3
-## 0.43.1 - TBD
+## 0.43.1 - 2024-10-15
4
5
#### Enhancements
6
- Keyword arguments to `DBNStore.to_parquet` will now allow `where` and `schema` to be specified
7
-- Improve records processing time
+- Improved record processing time for the `Live` client
8
9
#### Bug fixes
10
- Fixed an issue where validating the checksum of a batch file loaded the entire file into memory
databento/version.py
@@ -1 +1 @@
-__version__ = "0.43.0"
+__version__ = "0.43.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
-version = "0.43.0"
+version = "0.43.1"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
0 commit comments