Release Notes / Version 10.2104
Table Of ContentsThe 'property' column of the 'System' table has now the length 100
When a string property of a document type is observed it is registered in the 'System' table. To handle long document type and property names the 'property' column of the table has now the length of 100 instead of 50.
(CMS-19293)
Mask password in MongoDB client URI with cluster connection
The password in a MongoDB client URI with cluster connection (mongodb+srv://...) is masked in log messages now, alike the password in a default MongoDB client URI (mongodb://...).
(CMS-19063)