Skip to content

Commit

Permalink
VER: Release 0.17.0
Browse files Browse the repository at this point in the history
See release notes.
  • Loading branch information
nmacholl authored Aug 10, 2023
2 parents 28f97be + a6eb907 commit 72f53b4
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 478 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.17.0 - 2023-08-10

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).

#### Enhancements
- Upgraded `databento-dbn` to 0.8.2

#### Breaking changes
- Changed `metadata.list_publishers()` to return a list of publisher details objects
- Changed `metadata.list_fields(...)` to return a list of field detail objects for a particular schema and encoding
- Changed `metadata.list_fields(...)` to require the `schema` and `encoding` parameters
- Changed `metadata.list_unit_prices(...)` to return a list of unit prices for each feed mode and data schema
- Changed `metadata.list_unit_prices(...)` to require the `dataset` parameter
- Removed `metadata.list_unit_prices(...)` `mode` and `schema` parameters
- Removed `metadata.list_fields(...)` `dataset` parameter

## 0.16.1 - 2023-08-03

#### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
The minimum dependencies as found in the `pyproject.toml` are also listed below:
- python = "^3.8"
- aiohttp = "^3.8.3"
- databento-dbn = "0.7.1"
- databento-dbn = "0.8.2"
- numpy= ">=1.23.5"
- pandas = ">=1.5.3"
- requests = ">=2.24.0"
Expand Down
Loading

0 comments on commit 72f53b4

Please sign in to comment.