Changelog¶
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.
[Unreleased]¶
Place any unreleased changes here, that are subject to release in coming versions :).
v1.5.3 - 2025-05-08¶
feat: Added support for rootless charms.
v1.5.2 - 2025-04-29¶
fix: Properly update ingress integration and opened ports when configuration changes.
fix: Ensure Prometheus scraping information refreshes correctly on configuration changes.
docs: Updated README and contributing guide. Added links to Charmcraft and Rockcraft.
v1.5.1 - 2025-04-24¶
fix: Fix issue with
typehint
leading to errors due to missing import
v1.5.0 - 2025-04-14¶
feat: Added support for OpenFGA integration.
v1.4.2 - 2025-04-24¶
feat: Added peer(s) FQDN(s) as an environment variable
v1.4.2 - 2025-04-03¶
fix: Fixed a bug that occurred when users attempted to use [ args ] in service commands for the Django and Flask frameworks.
fix: Updated broken doc links.
v1.4.1 - 2025-03-26¶
feat(docs): Add Google Analytics capabilities to RTD build.
v1.4.1 - 2025-03.25¶
fix: Added event handler for
secret_storage_relation_changed
event.
v1.4.0 - 2025-03-04¶
feat: Added support for smtp integration.
v1.3.2 - 2025-02-27¶
chore: Changed workload container name to a constant value for the go-framework
v1.3.0 - 2025-02-24¶
feat: Added support for non-optional configuration options.
v1.2.3 - 2025-02-07¶
fix: Missing charm libraries at import time are now logged as a warning rather than an exception.
v1.2.2 - 2025-02-07¶
fix: Removed
__init__.py
file for templates and included the Jinja templates in thepackage-data
inpyproject.toml
.
v1.2.1 - 2025-02-07¶
fix: Added an init file to fix
missing templates folder
issue in the pypi package.
v1.2.0 - 2025-02-06¶
docs: Updated the home page for the Read the Docs site to align closer to the standard model for Canonical products.
v1.2.0 - 2025-02-06¶
feat: Added support for tracing web applications using an integration with Charmed Tempo HA.
v1.1.0 - 2024-12-19¶
docs: Updated the home page for the Read the Docs site to provide relevant information about the project.
feat: Added support for async workers for Gunicorn services (flask and Django).
v1.0.0 - 2024-11-29¶
docs: Added a
docs
folder to hold the Canonical Sphinx starter pack and to eventually publish the docs on Read the Docs.