Skip to content

SWC-DB version 0.5.11

Compare
Choose a tag to compare
@kashirin-alex kashirin-alex released this 14 Jan 12:20
· 69 commits to master since this release

SWC-DB version 0.5.11 - CHANGELOG

The release includes:

builds configuration differences:

    # swcdb-0.5.11.amd64 
    cmake ../swc-db -DO_LEVEL=3 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Release

    # swcdb-0.5.11.optimized.amd64 
    cmake ../swc-db -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DSWC_BUILTIN_FS=local,broker -DCMAKE_BUILD_TYPE=Release

    # swcdb-0.5.11.debug.amd64
    cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

    # swcdb-0.5.11.Ubuntu_22_04_1_LTS.amd64.deb
    cmake ../swc-db -DO_LEVEL=3 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Release

Guide for INSTALLING & RUNNING :

notes:

  • majority of changes in this release related to Thrift Service of dedicated types and specialized methods for the difference column-types
  • older releases are incompatible with the Thrift Services related changes

Full Changelog: v0.5.10...v0.5.11