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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 0.27.0 - TBD
4
+
5
+
#### Breaking changes
6
+
- Renamed `DatatbentoLiveProtocol.started` to `DatatbentoLiveProtocol.is_started` which now returns a bool instead of an `asyncio.Event`
7
+
8
+
#### Bug fixes
9
+
- Fixed an issue where an error message from the live gateway would not properly raise an exception if the connection closed before `Live.start` was called
10
+
3
11
## 0.26.0 - 2024-01-16
4
12
5
13
This release adds support for transcoding DBN data into Apache parquet.
0 commit comments