Bug Fix
Logging
some parts of request process are logged to incorrect log file
Bug Fix
Task Manager
clean task failing after database mugration
Bug Fix
Logging
logging to user specific file is not possible
Bug Fix
Logging
logging a request to file does not write the log entries grouped per one request, and entries from multiple requests are being written intertwined, making readability difficult
Refactoring
Updates
add auto-update of any new property-value pairs in env file when new releases are installed
Refactoring
Security
add support for header data encryption, namely bearer token
Refactoring
Security
add support for pre-login transport inner data encryption using separate keys from post-login
Refactoring
Startup
add check to ensure existence of required system files
Refactoring
Logging
modify startup logging info
Refactoring
Tasks
modify so that tasks write to separate log file and in non-buffered mode
Refactoring
Auth Api
the /keys endpoint return array of single record key value pairs, needed to be an object of key name indexes with key values
Refactoring
Security
add support to source public keys to client from server side to avoid hardcoded inclusion in client source code
Build System
General
convert to global webpack-wrap standalone build