Skip to content

Version 2.1.0-beta2 Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamfowleruk adamfowleruk released this 19 Dec 20:53
· 8 commits to develop since this release
571e92f

2.1.0-beta2 release of Herald for C++.

New features:-

  • C++ herald wearable sample has much more reliable scanning, discovery, and advertising when interacting with other devices #99
  • Exposure and Risk Scoring API now running and working with multiple variables per risk model (as part of #89)
  • Increased the use of fixed memory containers, replacing C++ stdlib containers such as vector (as part of #89)
  • Updated and fixed SampleList and AllocatableArray fixed memory types, bug fixes, increased reliability, reduced likelihood of template substitution failures (as part of #89)
    • See herald-tests/exposure-manager-tests-new.cpp for tests and samples (to be documented on the website before the full v2.1 release)

Known issues:-

  • Still working on Exposure Notification (i.e. turning some humanProximity exposures into MyIckyDisease exposures) part of API (within #89)
  • Still some limited use of std::vector and std::map within the Analysis API