Single Page Application
Breaking changes
<PLACEHOLDER>
New features
Making rest calls in javascript (guards and calculated fields)
A webclient object that is automatically configured via “connection routing” (see documentation) and can be accessed in the javascript code. See the javascript api documentation for more details.
Improved Full-Text Search on Atlas
The search was further improved and negation-queries as well as exact-match-queries were added
There is a documentation on how to use the search here: Search
Minor features
Added Environment Variable
CSP_HEADER
to be able to set the Content-Security-Policy Header, by default it is not setAdded environment variable
logging.method-log.enabled
to control Java Method Logging. Enable this setting to see method entry and exit logs. This produces a lot of logging output
Where used bugs
The following bugs were caused by the configuration items missing storage location data.
Newly created configuration items will not have this issue. A option to scan all configuration items of a space and “repair” the ones that lack storage location data was added. As this is a resource intensive step (depending on the number of configuration items) a manual trigger was added:
PUT
to {api-base-url}/{spaceKey}/api/v1/storage-location/fix-config-item-storage-locations
(no payload) will repair that space.
0 Comments