All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed workload container name to a constant value for the go-framework
- Added support for non-optional configuration options.
- Missing charm libraries at import time are now logged as a warning rather than an exception.
- Removed
__init__.py
file for templates and included the Jinja templates in thepackage-data
inpyproject.toml
.
- Added an init file to fix
missing templates folder
issue in the pypi package.
- Updated the home page for the Read the Docs site to align closer to the standard model for Canonical products.
- Added support for tracing web applications using an integration with Charmed Tempo HA.
Updated the home page for the Read the Docs site to provide relevant information about the project.
- Added support for async workers for Gunicorn services (flask and Django).
- Added a
docs
folder to hold the Canonical Sphinx starter pack and to eventually publish the docs on Read the Docs.