- Passing additional or custom headers are necessary in certain operation scenario's, ie: passing
X-Amz-Security-Token
to a Cognito enabled API Gateway address after user authentication.
- Methods added to SzConfigurationService :
- addHeaderToApiRequests
- removeHeaderFromApiRequests
- Accessors added to SzConfigurationService :
- additionalApiRequestHeaders
- @input() Accessor added to SzConfigurationComponent :
- Code Cleanup (various commented out or unused variables removed)
- Graph entity datasource colors are now reorderable via drag. Color with highest priority is shown when a graph entity belongs to multiple datasources.
- Dependency updates
relevant tickets: #111, #219, #223