Skip to content

Version 2.2.0.4

Compare
Choose a tag to compare
@wsobel wsobel released this 12 Aug 10:11
· 415 commits to main since this release
  • There are no new features; this release implemented automated build and release.
    • To review the build process, see .github/workflows/build.yml
    • Build time reduced from 3-5 hours to 40 minutes for cached builds.
    • Releases are now automated.
  • The Dockerfile has been updated for version conan 2.
    • More work to come on the Docker support for the Agent.
  • The following changes were made to the build system:
    • Moved the test directory to test_package to conform with conan best practices
    • Documented canan options, settings, and configurations relevant to the build in the README.md
    • Updated the build instructions in the README.md
    • Began packaging changes in CMakeLists.txt for *NIX platforms.
  • Appveyor support has been discontinued.