Release 3.0.3 #1751
kmcginnes
announced in
Announcements
Release 3.0.3
#1751
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This patch release blocks cross-origin requests by default, improves performance for larger schemas, adds inferred edge connections in search and expansion, and adds a diagnostic logging setting.
Cross-Origin Request Blocking
The proxy server now blocks cross-origin requests by default instead of allowing all origins. Since the proxy server serves both the API and the UI from the same origin in all standard deployments (Docker, SageMaker, ECS Fargate), CORS is not needed.
If you serve the UI from a different origin than the proxy server, set the
PROXY_SERVER_CORS_ORIGINenvironment variable to the UI origin. See the Security documentation for details.All Changes
This discussion was created from the release Release 3.0.3.
Beta Was this translation helpful? Give feedback.
All reactions