~wegtam/smederee
~wegtam/smederee/CHANGELOG.md
~wegtam/smederee/CHANGELOG.md
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Please follow the listed conventions when editing this file:
YYYY-MM-DD
)Added
for new features.Changed
for changes in existing functionality.Deprecated
for once-stable features removed in upcoming releases.Removed
for deprecated features removed in this release.Fixed
for any bug fixes.Security
to invite users to upgrade in case of vulnerabilities.HttpBaseRoute
for cleaner implementation of HTTP enpointsMarkdownRenderer
MarkdownRenderer
DarcsCommandsTest
MarkdownRenderer
This release contains BREAKING CHANGES in the database structure!
To mitigate the effect create a backup of your database first. Then follow these instructions:
pg_dump -a dbname > data.sql
)flyway_schema_history
tables from the dump !!!cat data.sql | psql dbname
)Please note that you might need additional parameters for pg_dump
and psql
depending on your database configuration like username, password or prepended
sudo
command.
production.conf
file upon package installFixes
comment is found in the patch viewThis release contains BREAKING CHANGES in the database structure!