Skip to content

Commit c2a65e1

Browse files
committed
VER: Release 0.15.0
1 parent fa03a62 commit c2a65e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Changelog
22

3-
## 0.15.0 - TBD
3+
## 0.15.0 - 2023-07-03
44

55
#### Enhancements
66
- Added `symbology_map` property to `Live` client
77
- Added `optional_symbols_list_to_list` parsing function
88
- Changed `Live.add_callback` and `Live.add_stream` to accept an exception callback
99
- Changed `Live.__iter__()` and `Live.__aiter__()` to send the session start message if the session is connected but not started
1010
- Upgraded `databento-dbn` to 0.7.1
11-
- Removed `Encoding`, `Compression`, `Schema`, and `SType` enums as they are now exposed by `databento-dbn`
1211
- Removed exception chaining from exceptions emitted by the library
1312

1413
#### Bug fixes
1514
- Fixed issue where a large unreadable symbol subscription message could be sent
1615

1716
#### Breaking changes
17+
- Removed `Encoding`, `Compression`, `Schema`, and `SType` enums as they are now exposed by `databento-dbn`
1818
- Renamed `func` parameter to `record_callback` for `Live.add_callback` and `Live.add_stream`
1919
- Removed `optional_symbols_list_to_string` parsing function
2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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.6.1"
35+
- databento-dbn = "0.7.1"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
38-
- requests = ">=2.28.1"
38+
- requests = ">=2.24.0"
3939
- zstandard = ">=0.21.0"
4040

4141
## Installation

0 commit comments

Comments
 (0)