Providers
New
- C/C++: We've added a C/C++ provider supporting CMake and Meson build systems. by @aleksrutins in #319
- Python: We've added automatic start command detection for FastAPI applications using
uvicorn. by @iloveitaly in #353
Fixed
- Python: We've fixed detection of
psycopg(v3) to ensure required system dependencies (libpq) are installed. by @iloveitaly in #350 - General: We've replaced fuzzy file matching with exact checks to prevent false positives when detecting providers. by @iloveitaly in #347
CLI
Fixed
- General:
miseconfiguration files in the application directory are now automatically trusted, suppressing "untrusted config" warnings. by @iloveitaly in #352
Internal improvements to testing and documentation by @iloveitaly.
Full Changelog: v0.13.0...v0.14.0