Skip to content

Changelog

All notable changes to this project will be documented in this file.

OpenPAQ follows the principles of Semantic Versioning, using a versioning scheme in the format MAJOR.MINOR.PATCH (e.g., 2.1.3).

PATCH versions include backward-compatible bug fixes.

MINOR versions introduce new features in a backward-compatible manner.

MAJOR versions may introduce changes that are not backward-compatible.

Important: With any major version update, breaking changes may occur that can affect the behavior, structure, or integration of OpenPAQ in your environment. It is strongly recommended to review the changelog and migration guide before upgrading to a new major version to ensure compatibility with your existing implementation.


[5.0.8] - 2025-06-25

Added

  • Added changelog and reference for semantic versioning

[5.0.7] - 2025-06-18

Fixed

  • Fixed documentation list visualisation

[5.0.6] - 2025-06-17

Added

  • Added more context for documentation

Fixed

  • Typos in documentation

[5.0.4] - 2025-06-04

Fixed

  • Fixed umlauts for Austrian (at) streets (ü,ä,ö and ß)

[5.0.3] - 2025-05-16

Fixed

  • References for docker image fixed

[5.0.2] - 2025-05-16

Fixed

  • CSS fixes for documentation

[5.0.1] - 2025-05-15

Removed

  • Cache from documentation

[5.0.1-rc3] - 2025-05-09

Added

  • Initial release of OpenPAQ.
  • Basic documentation using MkDocs.

Format

Each version entry follows this structure:

  • Added – New features
  • Changed – Changes to existing functionality
  • Deprecated – Features soon to be removed
  • Removed – Deprecated features now removed
  • Fixed – Bug fixes
  • Security – Security-related improvements