← Back to Index

5.9.2 Release Notes

For Administrators

Private Marketplace Channel

Users are able to upload their own marketplace packages on Connect so as to make them visible and available in the admin center. The first implementation offers a web UI for upload/update only. REST endpoints are available for upload/update and delete.

New Parameters for Nuxeo.conf

ParameterDefault ValueDescription
nuxeo.vcs.use-nulls-last-on-desctrue (unset)Since 5.9.2. Ask the database to use "NULLS LAST" when sorting DESC. True by default to get the same result order between different databases. Also turning this option to false enable PostgreSQL and Oracle to use an index on the sorted column which can be huge performance improvement.