Skip to content

Commit e3e5716

Browse files
committed
MOD: Deprecate start_date and end_date in response
1 parent 2aaef36 commit e3e5716

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- Fixed an issue where `batch.download`, `batch.download_async`, and `timeseries.get_range` could use a lot of memory while streaming data
1212
- Fixed an issue where reusing a `Live` client with an open output stream would drop DBN records when received at the same time as the `Metadata` header
1313

14+
##### Deprecations
15+
- The `start_date` and `end_date` keys in the response from `Historical.metadata.get_dataset_range` will be removed in a future release. Use the new `start` and `end` keys instead, which include time resolution
16+
1417
## 0.33.0 - 2024-04-16
1518

1619
#### Enhancements

0 commit comments

Comments
 (0)