Skip to content

Files

Latest commit

5bc55f8 · Feb 27, 2025

History

History
76 lines (42 loc) · 1.63 KB
·

CHANGELOG.md

File metadata and controls

76 lines (42 loc) · 1.63 KB
·

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]

v1.3.2 - 2025-02-27

Changed

  • Changed workload container name to a constant value for the go-framework

v1.3.0 - 2025-02-24

Changed

  • Added support for non-optional configuration options.

v1.2.3 - 2025-02-07

Changed

  • Missing charm libraries at import time are now logged as a warning rather than an exception.

v1.2.2 - 2025-02-07

Fixed

  • Removed __init__.py file for templates and included the Jinja templates in the package-data in pyproject.toml.

v1.2.1 - 2025-02-07

Fixed

  • Added an init file to fix missing templates folder issue in the pypi package.

v1.2.0 - 2025-02-06

Changes

  • 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

Added

  • Added support for tracing web applications using an integration with Charmed Tempo HA.

v1.1.0 - 2024-12-19

Changes

Updated the home page for the Read the Docs site to provide relevant information about the project.

Added

  • Added support for async workers for Gunicorn services (flask and Django).

v1.0.0 - 2024-11-29

2024-11-29

Changes