Skip to content

0.18.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 23:18
· 78 commits to main since this release
6ced9b0

Release notes

Enhancements

  • Added live Subscribe function overload with use_snapshot parameter
  • Added GetIf method to Record that allows if chaining for handling multiple
    record types
  • Added record type checking to Record::Get method to catch programming errors
    and prevent reading invalid data

Bug fixes

  • Added missing symbol chunking for live Subscribe overloads with const std::string&
    start parameter