Skip to content

Commit 58a8b8c

Browse files
committed
ADD: Add EndOfInterval variant to SystemCode
1 parent 33f0283 commit 58a8b8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 0.62.0 - TBD
44

5+
#### Enhancements
6+
- Added `END_OF_INTERVAL` variant to `SystemCode` enum
7+
58
#### Breaking changes
69
- Removed `bill_id` from the response of `batch.list_jobs()` and `batch.submit_job()`
710

@@ -24,7 +27,7 @@
2427
- Added `parquet_schema` option to `DBNStore.to_parquet()` for overriding the pyarrow schema.
2528
- Upgraded `databento-dbn` to 0.39.0
2629
- Added `side()` and `unpaired_side()` methods to `ImbalanceMsg` that convert the fields
27-
of the same name to the `Side` enum
30+
of the same name to the `Side` enum
2831
- Added `pretty_auction_time` property in Python for `ImbalanceMsg`
2932
- Added `action` and `ts_in_delta` getters to `BboMsg`
3033
- Added `ts_recv` getter to `StatusMsg`

0 commit comments

Comments
 (0)