Skip to content

Commit 4adeee9

Browse files
committed
VER: Release 0.28.0
1 parent 629069d commit 4adeee9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.28.0 - TBD
3+
## 0.28.0 - 2024-02-01
44

55
#### Enhancements
66
- Substantially increased iteration queue size
@@ -12,7 +12,7 @@
1212
#### Breaking changes
1313
- Iterating a `Live` client after the streaming session has started will now raise a `ValueError`. Calling `Live.start` is not necessary when iterating the `Live` client
1414
- Moved constant `databento.live.client.DEFAULT_QUEUE_SIZE` to `databento.live.session.DBN_QUEUE_CAPACITY`
15-
- Removed `maxsize` parameter from `DBNQueue` constructor, `None` is now used instead
15+
- Removed `maxsize` parameter from `DBNQueue` constructor. `DBNQueue` now subclasses `SimpleQueue` instead
1616
- Removed property `DBNQueue.enabled`, use `DBNQueue.is_enabled` instead
1717
- Removed method `DBNQueue.is_half_full`, use `DBNQueue.is_full` instead
1818

databento/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databento"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <support@databento.com>",

0 commit comments

Comments
 (0)