Skip to content

2.2.3

Compare
Choose a tag to compare
@arawinters arawinters released this 14 Jun 19:10
201a04d
  • 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 :
      • additionalHeaders
  • 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