File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.30.0 - TBD
3+ ## 0.30.0 - 2025-02-11
44
55### Enhancements
66- Added ` Resubscribe() ` methods to ` LiveBlocking ` and ` LiveThreaded ` to make it easier
77 to resume a live session after losing the connection to the live gateway
88- Added ` Subscriptions() ` getter methods to ` LiveBlocking ` and ` LiveThreaded ` for
99 getting all active subscriptions
10-
11- ### Breaking changes
1210- Added ` CommoditySpot ` ` InstrumentClass ` variant
1311
1412## 0.29.0 - 2025-02-04
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.29 .0 LANGUAGES CXX)
7+ project ("databento" VERSION 0.30 .0 LANGUAGES CXX)
88string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99
1010#
Original file line number Diff line number Diff line change 11# Maintainer: Databento <support@databento.com>
22_pkgname=databento-cpp
33pkgname=databento-cpp-git
4- pkgver=0.29 .0
4+ pkgver=0.30 .0
55pkgrel=1
66pkgdesc=" Official C++ client for Databento"
77arch=(' any' )
You can’t perform that action at this time.
0 commit comments