Skip to main content
Skip table of contents

Release Notes for 4.0.0

Improvement

Forge Legacy Runtime Deprecation

Effective February 28, 2025, all Forge apps still running on the UI Kit 1 will no longer be reusable.

If you see the following warning message in the app, please upgrade Canned Search for Confluence to the latest version

image-20250226-063150.png

or the newly revised error message

[App Name] is outdated due to a deprecated platform component.
The app developer needs to update it to a compatible version.
Please ask your admin to check for updates or contact the app developer.

To support space type in the search result

Previously, our CQL only supported the “page,” “attachment,” “comments,” and “blogpost” types.
With this update, users can now display results for space types as well.

Example: Use the CQL query “type = space” to display a list of spaces.

image-20250226-070030.png

You can generate a filtered list of spaces with CQL like

List of personal spaces

CODE
type = space AND space.type = personal

List of non personal spaces

CODE
type = space and space.type in (collaboration, knowledge_base, global)

To display the space name in CQL Search Result

Previously, it was challenging to identify the source of a page (e.g., distinguishing between similar pages like "Release Notes" or "Meeting Minutes" from different spaces). With this update, users can now easily view the space name associated with each search result

image-20250227-082841.png

Bug Fix

CQL Search Table only shows 25 results at max

CQL Search Table previously displayed a maximum of 25 results per search.
Now we have fixed the bug and user can view all results from their searches.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.