Skip to content

2.3.1

Compare
Choose a tag to compare
@arawinters arawinters released this 25 Aug 18:42
5ce8620

The configuration options/setup surrounding the stream loading feature released in 2.3.0 has been simplified. Now stream loading is automatically enabled for the user IF the webapp is running against a POC Server that has SQS configured. If not configured properly or running against the API server(with adminMode=true set) the loading feature will fallback to the non-stream method. As a result of this streamlining the UI toggle switch and "connection configuration" modal has been removed from the UI.

The following ENV vars introduced in 2.3.0 have been removed:

  • SENZING_STREAM_SERVER_URL
  • SENZING_STREAM_SERVER_PORT
  • SENZING_STREAM_SERVER_DEST_URL
  • SENZING_WEB_SERVER_CSP_STREAM_SERVER_URL

The following ENV var has been introduced:

  • SENZING_WEB_SERVER_URL - The fully qualified url to the root of where the webapp is being served from. This is used to define in the webapp security policy that outbound socket connections are allowed to this address.
    • http://my.public.domain/webapp
    • http://my.specific.domain:specificport

The following cmdline args have been introduced:

  • webServerUrl - see ENV var SENZING_WEB_SERVER_URL description

relevant tags #180 #183 #185