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
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 0.10.0 - TBD
4
+
5
+
#### Enhancements
6
+
- Added `LiveThreaded::BlockForStop` to make it easier to wait for one or more records
7
+
before closing the session
8
+
3
9
## 0.9.1 - 2023-07-11
4
10
5
11
#### Enhancements
@@ -44,18 +50,24 @@
44
50
- Added initial support for live data with `LiveBlocking` and `LiveThreaded` clients
45
51
- Added support for statistics schema
46
52
- Added `SystemMsg` and `ErrorMsg` records for use in live data
47
-
- Added `strike_price`, `strike_price_currency`, and `instrument_class` to `InstrumentDefMsg`
53
+
- Added `strike_price`, `strike_price_currency`, and `instrument_class` to
54
+
`InstrumentDefMsg`
48
55
- Added `FixedPx` helper class for formatting fixed prices
49
56
- Added configurable log receiver `ILogReceiver`
50
-
- Added `instrument_class`, `strike_price`, and `strike_price_currency` to definition schema
51
-
- Added additional `condition` variants for `DatasetConditionDetail` (degraded, pending, missing)
52
-
- Added additional member `last_modified_date` to `DatasetConditionDetail` Added `has_mixed_schema`, `has_mixed_stype_in`, and `ts_out` to `Metadata` to support live data
57
+
- Added `instrument_class`, `strike_price`, and `strike_price_currency` to definition
58
+
schema
59
+
- Added additional `condition` variants for `DatasetConditionDetail` (degraded, pending,
60
+
missing)
61
+
- Added additional member `last_modified_date` to `DatasetConditionDetail`
62
+
- Added `has_mixed_schema`, `has_mixed_stype_in`, and `ts_out` to `Metadata` to support
63
+
live data
53
64
- Added optional `compression` parameter to `BatchSubmitJob`
54
65
55
66
#### Breaking changes
56
67
- Removed `related` and `related_security_id` from `InstrumentDefMsg`
57
68
- Renamed `BatchJob.cost` to `cost_usd` and value now expressed as US dollars
58
-
- Renamed `SType::ProductId` to `SType::InstrumentId` and `SType::Native` to `SType::RawSymbol`
69
+
- Renamed `SType::ProductId` to `SType::InstrumentId` and `SType::Native` to
70
+
`SType::RawSymbol`
59
71
- Renamed `RecordHeader::product_id` to `instrument_id`
60
72
- Renamed `InstrumentDefMsg::symbol` to `raw_symbol`
61
73
- Renamed `SymbolMapping::native_symbol` to `raw_symbol`
0 commit comments