You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## 0.28.0 - TBD
3
+
## 0.28.0 - 2024-02-01
4
4
5
5
#### Enhancements
6
6
- Substantially increased iteration queue size
@@ -12,7 +12,7 @@
12
12
#### Breaking changes
13
13
- 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
14
14
- 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
0 commit comments