v0.5.0
What's Changed
- Added stricter CORS support, and configuration options for CORS.
NOTE: It is possible that this release could break the Admin UI for an existing deployment if LRSQL_HTTP_HOST
is not set properly, because CORS will be enforced where it was not before. In order to maintain the same CORS behavior as prior versions (permissive) set LRSQL_ALLOW_ALL_ORIGINS
to true
(it now defaults to false
). For other CORS options see the documentation for webserver configuration variables, specifically LRSQL_ALLOW_ALL_ORIGINS
and LRSQL_ALLOWED_ORIGINS
.
Full Changelog: v0.4.2...v0.5.0