Skip to content
Snippets Groups Projects
Commit 89c73a6a authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Updated changelog for 1.6.5

parent 7fabeaeb
No related branches found
No related tags found
4 merge requests!69Develop,!68Resolve "Merge 1.6.5" to develop,!58Release/1.6.5,!47Draft: Release/1.6.5
Pipeline #91302 passed
...@@ -2,17 +2,22 @@ ...@@ -2,17 +2,22 @@
"versions" : [ "versions" : [
{ {
"verNo" : "1.6.5", "verNo" : "1.6.5",
"date" : "(2024/11/08)", "date" : "(2025/01/14)",
"topic" : [ "topic" : [
{ {
"title" : "Improved bulk application deployment process", "title" : "Improved bulk application deployment process",
"tags" : "[Enhancement]", "tags" : "[Enhancement]",
"description" : "---" "description" : "Bulk deployment process is now based on a queue and scheduled job which ensures better control over the process"
}, },
{ {
"title" : "Removed redundant email notifications", "title" : "Removed redundant email notifications",
"tags" : "[Enhancement]", "tags" : "[Enhancement]",
"description" : "---" "description" : "Application instance ready email is no longer sent after application instance upgrade"
},
{
"title" : "Improved data initialization process after platform restart or upgrade",
"tags" : "[Enhancement]",
"description" : "Added dedicated REST endpoint for initialization scripts to indicate that database population with data is in progress"
} }
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment