Skip to content

Commit 72f53b4

Browse files
authored
VER: Release 0.17.0
See release notes.
2 parents 28f97be + a6eb907 commit 72f53b4

14 files changed

+113
-478
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.17.0 - 2023-08-10
4+
5+
This release includes improvements to the ergonomics of the clients metadata API, you can read more about the changes [here](https://databento.com/blog/api-improvements-august-2023).
6+
7+
#### Enhancements
8+
- Upgraded `databento-dbn` to 0.8.2
9+
10+
#### Breaking changes
11+
- Changed `metadata.list_publishers()` to return a list of publisher details objects
12+
- Changed `metadata.list_fields(...)` to return a list of field detail objects for a particular schema and encoding
13+
- Changed `metadata.list_fields(...)` to require the `schema` and `encoding` parameters
14+
- Changed `metadata.list_unit_prices(...)` to return a list of unit prices for each feed mode and data schema
15+
- Changed `metadata.list_unit_prices(...)` to require the `dataset` parameter
16+
- Removed `metadata.list_unit_prices(...)` `mode` and `schema` parameters
17+
- Removed `metadata.list_fields(...)` `dataset` parameter
18+
319
## 0.16.1 - 2023-08-03
420

521
#### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.8"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.7.1"
35+
- databento-dbn = "0.8.2"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- requests = ">=2.24.0"

0 commit comments

Comments
 (0)