You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking: Removed FetchContent from the build system. The Firebolt C++ Transport must now be installed separately (along with other dependencies) before building the project.
Breaking: Aligned types with the latest specification updates:
integer changed to unsigned (uint32_t)
float changed to double
Breaking: AgePolicy was moved to the Firebolt namespace and to the common_types.h header file. References must be changed from Firebolt::Discovery::AgePolicy to Firebolt::AgePolicy, and the include must be added (#include <firebolt/common_types.h>).
Specify the build version and ABI version
Updated Firebolt C++ Transport dependency to v1.1.2