File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.15.2 - TBD
3+ ## 0.15.2 - 2023-07-19
44
5- #### Bug Fixes
6- - Fixed and issue where the ` end ` parameter in ` timeseries.get_range_async ` did not support a value of ` None `
5+ #### Bug fixes
6+ - Fixed an issue where the ` end ` parameter in ` timeseries.get_range_async ` did not support a value of ` None `
77- Fixed an issue where ` timeseries.get_range ` requests would begin with an invalid ` path ` parameter
88
99## 0.15.1 - 2023-07-06
3333
3434## 0.14.1 - 2023-06-16
3535
36+ #### Bug fixes
3637- Fixed issue where ` DBNStore.to_df() ` would raise an exception if no records were present
3738- Fixed exception message when creating a DBNStore from an empty data source
3839
107108
108109## 0.11.0 - 2023-04-13
109110
111+ #### Bug fixes
110112- Changed ` end ` and ` end_date ` to optional to support new forward-fill behaviour
111113- Upgraded ` zstandard ` to 0.20.0
112114
Original file line number Diff line number Diff line change 1- __version__ = "0.15.1 "
1+ __version__ = "0.15.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databento"
3- version = " 0.15.1 "
3+ version = " 0.15.2 "
44description = " Official Python client library for Databento"
55authors = [
66 " Databento <support@databento.com>" ,
You can’t perform that action at this time.
0 commit comments