Skip to content

0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 22:04
· 170 commits to main since this release
fa3e700

Release notes

Enhancements

  • Added preliminary support for Windows
  • Added LiveThreaded::BlockForStop to make it easier to wait for one or more records
    before closing the session
  • Changed TimeseriesGetRange to request a Zstd-compressed result for more efficient
    data transfer
  • Switched BatchSubmitJob to use form data to avoid query param length limit
  • Switched SymbologyResolve to use POST request with form data to avoid query param
    length limit

Breaking changes

  • Changed size-related fields and limit parameters to use std::uint64_t for consistency
    across architectures

Bug fixes

  • Removed usage of non-portable __PRETTY_FUNCTION__