SWC-DB version 0.5.11
SWC-DB version 0.5.11 - CHANGELOG
The release includes:
- Debug, Standard, Optimized builds and Install-Pack, the Binaries built with GCC-11.3 and based on GLIBC 2.27
- Debian Packages for Ubuntu 22.04.1 LTS (amd64)
- Separate packages on scope/component for Archlinux on AUR keyword=swcdb
- Python package
pip install swcdb
- Java package on Maven Central Repository
- Ruby package
gem install swcdb
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