Single Page Application

(warning) Breaking Changes (warning)

New Features

Improved Full-Text Search on Atlas

Minor Features

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.

Setting the default database

The default database can now be specified with the MONGO_SHARED_DATABASE env variable. This database is at the moment only used for user data as they do not belong to any specific space. The application will use the database with the given name or if this database does not exist the application will try to create it.

Full List of all fixed bugs