Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Releases: poseidonos/air

AIR 0.7.0-beta

16 Sep 09:51
Compare
Choose a tag to compare
AIR 0.7.0-beta Pre-release
Pre-release

New Feature

  • Add a new API air_request_data(std::initializer_list<std::string> node_list, std::function<int(const air::JSONdoc&)> data_handler) to transfer AIR's own statistics information within the process where airlib is used. When user register their function(lambda, class method, ...) to handle AIR data, AIR will call the function at specific timepoint with a one-off new thread.

AIR 0.6.3-beta

19 Aug 06:29
Compare
Choose a tag to compare
AIR 0.6.3-beta Pre-release
Pre-release
Release AIR 0.6.3-beta

First release to github

Signed-off-by: isaac-baek <isaac.baek88@gmail.com>