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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.27.0 - 2024-01-23
4
+
5
+
#### Enhancements
6
+
- Added `Session.session_id` property which will contain the numerical session ID once a live session has been authenticated
7
+
- Upgraded `databento-dbn` to 0.15.1
8
+
9
+
#### Breaking changes
10
+
- Renamed `DatabentoLiveProtocol.started` to `DatabentoLiveProtocol.is_started` which now returns a bool instead of an `asyncio.Event`
11
+
12
+
#### Bug fixes
13
+
- 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
14
+
3
15
## 0.26.0 - 2024-01-16
4
16
5
17
This release adds support for transcoding DBN data into Apache parquet.
@@ -246,7 +258,7 @@ This release includes updates to the fields in text encodings (CSV and JSON), yo
246
258
## 0.14.0 - 2023-06-14
247
259
248
260
#### Enhancements
249
-
- Added `DatatbentoLiveProtocol` class
261
+
- Added `DatabentoLiveProtocol` class
250
262
- Added `metadata` property to `Live`
251
263
- Added support for reusing a `Live` client to reconnect
252
264
- Added support for emitting warnings in API response headers
0 commit comments