File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## TBD
4- - Updated ` Flag ` enum
3+ ## 0.3.0 - 2023-01-06
4+ - Add support for definition schema
5+ - Fix cancellation in ` Historical::TimeseriesStream `
6+ - Fix race condition in ` Historical::TimeseriesStream ` exception handling
7+ - Fix gtest linker error on macOS
8+ - Add option for CMake to download gtest
9+ - Rename ` TickMsg ` to ` MboMsg `
10+ - Change ` flags ` fields to unsigned
11+ - Update ` Flag ` enum
12+ - Standardize getter method names to pascal case
13+ - Rename ` is_full_book ` to ` is_full_universe `
514
615## 0.2.0 - 2022-12-01
716- Add dataset condition endpoint
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
44# Project details
55#
66
7- project ("databento" VERSION 0.2 .0 LANGUAGES CXX)
7+ project ("databento" VERSION 0.3 .0 LANGUAGES CXX)
88string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99
1010#
You can’t perform that action at this time.
0 commit comments