Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 3.23 KB

config.changelog.md

File metadata and controls

87 lines (66 loc) · 3.23 KB

Config File Schema Changelog

This file tracks the changes made to the config.yaml file format over time. Some changes do not require the schema to be incrmented, while others do. This will also be noted in the log.

When you update, you should review changes that occured between your current version and the new version. While migration will occur automatically for many changes, it does not mean there aren't new features or options you may want to take advantage of.

Schema Updates

  • Unknown -> any:
    • Manual intervention is required, review config.default.yaml, config.example.yaml, and this log.
  • <0 -> any:
    • Manual intervention is required, review config.default.yaml, config.example.yaml, and this log.
  • 0 -> any:
    • Manual intervention is required, review config.default.yaml, config.example.yaml, and this log.
  • 1 -> 2 -> 3 -> 4:
    • Automatic migration will occur.

Log

[v0.14.1] - 2023.10.17

  • 2023.10.23
    • log begins
    • config_version is 1

[v0.15.0] - 2023.10.23

[v0.16.1] - 2023.12.03

[v0.17.0] - 2023.12.20

[v0.22.1] - 2024.09.07

[v0.23.0] - 2024.12.07

[v0.24.0]