Skip to content

Commit adfda05

Browse files
committed
VER: Release C++ 0.17.0
1 parent 38908de commit adfda05

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Changelog
22

3-
## 0.17.0 - TBD
3+
## 0.17.0 - 2024-04-01
44

55
### Enhancements
66
- Added `StatusMsg` record, and `StatusAction`, `StatusReason`, `TradingEvent`, and
77
`TriState` enums
8+
- Added `CbboMsg` record and corresponding `ConsolidatedBidAskPair` structure
9+
- Added new enum values for `Schema` and `RType` corresponding to new schemas
10+
`cbbo`, `cbbo-1s`, `cbbo-1m`, `tcbbo`, `bbo-1s`, `bbo-1m`
811
- Added `Volatility` and `Delta` `StatType` variants
912
- Added `Undefined` and `TimeProRata` `MatchAlgorithm` variants
1013
- Changed format of `unit_of_measure_qty` to a fixed-precision decimal
1114
- Added logic to skip `find_package` call if `nlohmann_json` and `httplib` targets
1215
already exist (credit: @akovachev)
1316
- Added specific instructions for installing dependencies on Ubuntu and macOS (credit: @camrongodbout)
14-
- Added `CbboMsg` record and corresponding `ConsolidatedBidAskPair` structure
15-
- Added new enum values for `Schema` and `RType` corresponding to new schemas
16-
`cbbo`, `cbbo-1s`, `cbbo-1m`, `tcbbo`, `bbo-1s`, `bbo-1m`
1717

1818
### Breaking changes
1919
- Renamed publishers from deprecated datasets to their respective sources (`XNAS.NLS`
20-
and `XNYS.TRADES` respectively)
20+
and `XNYS.TRADES` respectively)
2121

2222
### Deprecations
2323
- Deprecated dataset values `FINN.NLS` and `FINY.TRADES`

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
44
# Project details
55
#
66

7-
project("databento" VERSION 0.16.0 LANGUAGES CXX)
7+
project("databento" VERSION 0.17.0 LANGUAGES CXX)
88
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99

1010
#

pkg/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Databento <[email protected]>
22
_pkgname=databento-cpp
33
pkgname=databento-cpp-git
4-
pkgver=0.16.0
4+
pkgver=0.17.0
55
pkgrel=1
66
pkgdesc="Official C++ client for Databento"
77
arch=('any')

0 commit comments

Comments
 (0)