Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Dec 12, 2025

Confluence Cloud Changelog

This page includes release notes and updates for Confluence Cloud app developers. Use this page to keep track of upcoming changes, deprecation notices, new features, and feature updates from Confluence Cloud.

Forge changelog

For updates about changes to the Forge platform, see the Forge changelog in the Forge documentation.

You can also ask questions and learn from other Confluence Cloud developers on the Atlassian Developer Community.

12 December 2025

Announcement Introducing Points-based rate limiting for Jira and Confluence Cloud

We are changing the way we measure rate limits across Jira and Confluence Cloud for all free and paid apps. A phased enforcement of the new rate limits will begin on February 2nd, 2026.

When the phased enforcement begins, API requests then start consuming points based on the work they perform, such as the data (objects) returned or operations triggered. Each request starts at a base point of 1 point, with additional points for each object involved.

We’re also introducing two types of app-level quotas (tiers) that apply consistently across the Atlassian platform for all apps.

It’s important to note that the vast majority of free and paid apps do not require any changes and are already operating within these limits. We’ve also reviewed usage and upgraded eligible apps to a higher tier where appropriate.

If your app requires additional capacity in the future, rest assured we will provide clear pathways to request for this. For more information, please refer to the following documentation:

More details

Here’s how the points-based limiting works.

Points-based measurement

API requests consume points based on the work they perform, such as the data (objects) returned or operations triggered.

Each request starts at a base point of 1 point, with additional points for each object involved.

Two-tier quota system

Apps start in Tier 1 - Global Pool, with a shared hourly quota across all tenants.

Apps with consistently high or concentrated usage may qualify for Tier-2 Per‑Tenant Pool, which provides dedicated hourly quotas per tenant.

Points-based costs

Different objects have different point values:

  • Core content (pages, spaces) costs 1 point.

  • Identity operations (users, groups) cost 2 points.

  • All write operations cost 1 point, regardless of object type.

Hourly quotas by edition

Quotas reset at the top of each UTC hour. Per-tenant pool quotas vary by customer edition and number of users.

Here are the benefits for you:

  • Fairer limits, heavy operations use more quota than simple ones.

  • This provides more predictable API usage planning and scaling.

  • This gives you better visibility through detailed rate limit headers.

  • The vast majority of free and paid apps already operating well within the new limits.

Some updates you need to know:

  1. Updates to the RateLimit-Reason header with new reasons:

    • jira-quota-global-based, which refers to the Global pool limits being breached in Jira

    • jira-quota-tenant-based, which refers to the Per Tenant pool limits being breached in Jira

    • confluence-quota-global-based, which refers to the Global pool limits being breached in Confluence

    • confluence-quota-tenant-based, which refers to the Per Tenant pool limits being breached in Confluence

  2. Updates to the developer documentation regarding rate limit quotas for different tiers in both Jira and Confluence

  3. Planned updates to the developer console to show which tier your app belongs to ahead of the enforcement


1 December 2025

Announcement Forge Automation Actions is now in GA

Following the Preview release, the Forge Automation Actions is now generally available. The Automation action module allows you to extend the Automation Platform and add new Forge-based actions to your app. With this release Forge Actions can now output smart values, enabling seamless data flow and dynamic automation.

For more information, see the Forge Automation Action module documentation.

Added New Forge macro property to hide macros from quick insert and macro browser

We've added a new optional hidden property to the Forge macro module. When you set "hidden": true in your macro definition, the macro will be hidden from the quick insert menu and macro browser. This prevents users from searching for and inserting the macro into new pages, but existing macros will continue to render as usual.

For more information, see Macro.

25 November 2025

Added Support for modals in Forge Content Byline Item module

You can now configure the Forge Content Byline Item module to open in a modal instead of a pop-up. The modal supports both standard and full-screen sizes, giving you more flexibility in how your content is displayed. This can be done by using viewportContainer: modal in your manifest.

More details

For more information, see our documentation.

20 November 2025

Announcement Forge platform to undergo maintenance (commercial production)

Forge platform will be undergoing maintenance in commercial production on November 23, 2025 for approximately 1 minute between 5:30-6:30am UTC

During this interval, below capabilities will not be available intermittently:

  • Create/update/delete apps

  • Deploy apps

  • Install/uninstall/upgrade apps

App invocations will continue to work for existing users of the apps. However, new customers might not be able to use apps as consent process will be impacted during this interval as well.

19 November 2025

Removed Removed */download/attachments/* internal API’s

Following our prior deprecation notice, requests to the following internal API endpoints will now fail.

  • /download/attachments/{id}/crash-scraper/files/{id}

  • /download/attachments/{id}/{id}/customer-card-payment-rest

  • /download/attachments/{id}/{id}

  • /download/attachments/{id}/{id}/{id}

  • /download/download/attachments/{id}/{id}

  • /download/attachments/{id}/{id}/{id}/{id}

  • /download/attachments/{id}/attachments/{id}/{id}/{id}

  • /download/attachments/{id}/{id}/image

  • /download/all_attachments

More details

Learn more about why we deprecated these internal endpoints & alternatives in our prior deprecation notice.

18 November 2025

Early Access A full-height sidebar for better navigation

The sidebar will now span the full height of your Atlassian app, making it easier to find and interact with. Starting late November 2025, this update will roll out to all customers who haven’t customized the look and feel of their sites. This change won’t affect the width and height of your Forge and Connect apps.

Along with this, we’re introducing a few improvements to sidebar interactions:

  • Double-click to collapse: When expanded, double-click the button to quickly collapse the sidebar.

  • Global shortcut: Use Ctrl + [ to expand or collapse the sidebar at any time.

  • Helpful tooltips: Tooltips will appear to guide you through the interaction.

For sites with customized look and feel, the full-height sidebar can disrupt intentional design choices, such as:

  • Custom logos and titles

  • Favicons

  • Navigation colors

  • Dark and light mode settings

Because of this, the sites with customized look and feel won’t receive the update just yet.

For the sites without customized look and feel, we’re opening up the opportunity on Nov 21, 2025 to let you use this feature early and test it with your apps. If you’re interested, please sign up here with your site details.

14 November 2025

Announcement Visual refresh colors and components are now in GA

As part of our new design language, the refreshed colors and components in the Atlassian Design System (that first launched in products at Team '25) are now officially in GA. Also included is a further tweak to accent token colors in hover/pressed states to improve accessibility.

What you need to do if you are using Forge Custom UI or Atlassian Connect:
Bump @atlaskit/tokens + relevant component packages to the latest version to align your app's look and feel with Atlassian apps.
What you need to do if you are using Forge UI Kit or Forge UI Kit 2:
Nothing! You should have the newest components by default.

More details

Change list:

  • Visual changes to Atlassian components and tokens:



  • New base color tokens: We've introduced new color stops across our base color ramps, namely 250 and 850, to support better hover/pressed state contrast and improve WCAG AA accessibility.

Added New optional timestamp metadata fields for Key-Value Store and Custom Entity Store

The GET methods of the Key-Value Store and Custom Entity Store SDKs can now return optional metadata fields, namely:

  • createdAt

  • updatedAt

6 November 2025

Added Build Forge apps compatible with multiple Atlassian apps (Preview)

The ability to build Forge apps that are compatible with multiple Atlassian apps is now available in Preview. This feature allows you to declare compatibility in your app’s manifest and enables your app to be installed and used across Jira, Confluence, and Compass.

For more information, see App compatibility.

More details

The following flows are available for testing in this Preview:

  • Create, deploy, and install an app via the CLI

  • Distribute the app via a direct distribution link

  • View and connect/disconnect compatible Atlassian apps in Connected Apps

  • Add the app to Marketplace

Important considerations:

  • Customer release (GA) is planned for the end of January 2025.

  • Until GA: We recommend keeping Marketplace apps private, as customer-facing changes are not yet available (admins currently only see the required app in the consent screen when installing).

  • For guidance on migrating existing apps, see our migration guidelines.

4 November 2025

Added New Confluence events for relations

We’ve added new Confluence Forge events for relations:

  • avi:confluence:created:relation

  • avi:confluence:deleted:relation

You can use these events to invoke your Forge app function when a relationship is created or deleted in Confluence. For more details, see the Confluence events reference documentation.

3 November 2025

Removed Removed */detailssummary/*, */download/thumbnails*, and */download/resources/* internal API’s

Following our prior deprecation notice, the following internal API endpoints will now result in a 404 Not Found response.

  • /wiki/rest/masterdetail/1.0/detailssummary/lines

  • /download/thumbnails/{id}/{id}

  • /download/resources/{id}/icons/{id}

  • /download/resources/{id}/{id}

  • /download/resources/{id}/images/{id}

More details

Learn more in our prior deprecation notice.

27 October 2025

Early Access UI Kit Editor components now available in EAP

The following UI Kit Editor components are now available through Forge’s Early Access Program (EAP). To join, please complete this sign-up form.

These components are available in Confluence and Jira modules.

20 October 2025

Added Type-safe interface for resolvers

When defining resolvers, the front-end code can share the types with the backend so the invocation interface is type-safe. This helps catch potential errors during compilation.

More details

See resolver and bridge documentation for implementing the type-safe invocations. To use the new type-safe functions, update to the latest versions of @forge/resolver and @forge/bridge. Type safety is not a security mechanism; sensitive data should be validated separately.

17 October 2025

Announcement [GA] Confluence Display Conditions are now generally available

The following Confluence display conditions are now generally available:

  • entityPropertyContainsAnyUserGroup

  • hasPagePermission

  • hasSpacePermission

  • userIsExternalCollaborator

  • Confluence Entity Property conditions now also support app and user properties

Learn more about these conditions here.

Rate this page: