Skip to content

Commit

Permalink
MOD: Deprecate start_date and end_date in response
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed May 14, 2024
1 parent 2aaef36 commit e3e5716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- Fixed an issue where `batch.download`, `batch.download_async`, and `timeseries.get_range` could use a lot of memory while streaming data
- 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

##### Deprecations
- 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

## 0.33.0 - 2024-04-16

#### Enhancements
Expand Down

0 comments on commit e3e5716

Please sign in to comment.