Bug Fix
Release
correct link in wpwrc to the remote wpw schema file
Bug Fix
Release Api
release containing zip file upload fails to unzip uploaded file
Bug Fix
Log
regression - interface functions specify invalid color and crashes signale logger
Bug Fix
Security
the modifications made to accept app api access token from local dev env if ip address associated to token is 127.0.0.1 isnt working
Bug Fix
Security
app api access token validation fails in all cases
Bug Fix
Logging
fix final issues with per-request buffered loggin, prepare for initial testing of winston and morgan modules
Bug Fix
General
several spots still using old access method to read secure tokens
Bug Fix
Cli
argument parser crashes runtime
Feature
Logging
first implementation of buffered per-request/task logging to file
Refactoring
Logging
remove 'cors' log scope and add to 'auth' scope
Refactoring
Security
add logic to accept app api access token from local dev env if ip address associated to token is 127.0.0.1
Refactoring
Logging
enable buffered per-request logging
Refactoring
Logging
enable stdin on prod system if console logging is enabled
Refactoring
Ap Config
add new config option 'projectSlug' that parallels the 'appslug' property for all products as defined in the spmhome database
Refactoring
Pre Request
add additional level 2 logging to 'examine' stage 1
Refactoring
Logging
allow configuration of timestamp format in log (to be added to config.json)
Refactoring
Cors
if same origin, skip cors check if sec-fetch-mode header is not set