Skip to content

Releases: wzh886/cpp-backend-core

cpp-backend-core v0.1.0

09 Apr 14:02

Choose a tag to compare

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.