Releases: wzh886/cpp-backend-core
Releases · wzh886/cpp-backend-core
cpp-backend-core v0.1.0
cpp-backend-core v0.1.0
First public release of cpp-backend-core, a C++20 backend starter emphasizing clean structure, typed configuration, structured logging, and demo-ready HTTP endpoints.
Included in this release
- modern CMake project layout
- typed config loading with env override support
- structured JSON logging
- example HTTP endpoints: health, info, echo
- request context and request IDs
- CTest-backed tests
- Dockerfile and README with architecture and sample API usage
Current focus
This release establishes a zero-external-dependency backend starter that builds cleanly in constrained environments and can be upgraded later with heavier libraries if desired.