Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.compose.hot-reload 1.0.0-beta05 -> 1.0.0-rc01 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

JetBrains/compose-hot-reload (org.jetbrains.compose.hot-reload)

v1.0.0-rc01

Release summary

🔥🎆 The project is promoted to the 'RC' stage.
We are still working on convenient tooling in IntelliJ and Android Studio and will continue experimenting there. The 'core technology' of "Compose Hot Reload", however, was providing a very stable experience since early alpha releases. We have been working hard to support complex projects such as IntelliJ itself. A lot of time was spent on infrastructure and testing compatibility guarantees.

A "stable" release translates to the commitment of not breaking the workflows and user experience projects might rely on, as well as API modules keeping binary compatibility (which we have already tried keeping for quite some time)

Advanced changes

19b6f3d Avoid 'transformForStaticsInitialization' on interfaces
438e83c Fix memory leak in BusImpl: clean up dispatch queues on exit from collect

v1.0.0-beta08

Release summary

  • We fixed issues with the previously introduced 'reload effects'
  • We fixed underlying issues that showed up in very complex projects (such as JetBrains Toolbox)

DevTools

  • Publish 'ReloadEffect' APIs, allowing custom animations
  • d5de100: Fixed glow shader | Thanks @​Nohus 🎉
  • Fix potential race condition in 'floaty' positioning
  • Fix #​370: Reload overlay breaks autosized windows
  • Add 'compose.reload.effectsEnabled' property to disable the rendering of reload effects

Advanced changes

  • Orchestration: Load encoders from the context of the key
  • agent: Ensure that a closed orchestration, killing the app, displays the underlying cause
  • WorkerThread: Fix potential hang during shutdown while under load

Known issues

  • #​363: KMP plugin in Android Studio has compatibility issues with Compose Hot Reload versions starting from beta06. While the core reload technology works, DevTools UI is not being loaded. The issue is caused by the older orchestration protocol version currently used in KMP for AS. Issue will be fixed in the next release of KMP for AS. As a workaround you can run the hot reload task from the CLI.

v1.0.0-beta07

Release summary

This release both continues our efforts to stabilize the 'core' technology of Compose Hot Reload and introduces new changes to the DevTools UX. Binaries produced by this repository are considered the 'Compose Hot Reload Core Technology'.

DevTools

  • New reload overlay that is built into the target app window. It replaces the old reload status bar
  • Fix the issue with window state not being updated in time, causing the DevTools window to stay visible for too long after the target app closed

Misc

  • Runtime libraries: Compile against Compose 1.8.2 to ensure compatibility with both Compose 1.8 and 1.9 in the runtime
  • Logging: Refine logging levels
  • Gradle: Improve GCC compliance for orchestration port & pidFile based configurations

Advanced changes

The following changes are relevant for projects integrating with Compose Hot Reload (such as IntelliJ, Amper, ...)

  • Orchestration & Analysis: Add new InvalidatedComposeGroupMessage with information about source location of the dirty scopes
  • Orchestration: Accept opaque Ack messages
  • Orchestration: Introduce OrchestrationMessage.availableSinceVersion and guard server/clients from unexpected messages

Known issues

  • #​363: KMP plugin in Android Studio has compatibility issues with Compose Hot Reload versions starting from beta06. While the core reload technology works, DevTools UI is not being loaded. The issue is caused by the older orchestration protocol version currently used in KMP for AS. Issue will be fixed in the next release of KMP for AS. As a workaround you can run the hot reload task from the CLI.

v1.0.0-beta06

Release Summary

This release focuses mostly on 'core' APIs, enabling tools like Amper or the IDE to build advanced tooling for Compose Hot Reload.
This is part of the ongoing stabilization process. Binaries produced by this repository are considered the 'Compose Hot Reload Core Technology'.

DevTools

  • Rework the "Missing JBR" status item: * Use JB icons * Add a dialog window with more info about the current JVM
  • Target compose 1.9.0-rc01
  • DevTools: Provide 'WindowExceptionHandler' logging to the orchestration instead of crashing DevTools

Advanced Changes

The following changes are relevant for projects integrating with Compose Hot Reload (such as IntelliJ, Amper, ...)

Orchestration
  • Implement an atomic distributed 'OrchestrationState' which allows sharing state across all orchestrated processes
  • OrchestrationServer: Only announce a client as 'connected' when the writer queue is active
  • Implement 'OrchestrationLoggerState' to indicate if (and which) loggers are active in the orchestration
  • Implement 'OrchestrationListener' which allows the server to initiate the connection (once ready)
  • Orchestration: Lenient packageType & opaque orchestration messages
  • OrchestrationMessage: Remove class hierarchy sealing in favor of 'SubclassOptInRequired'
Core
  • Deprecate 'OrchestrationProtocolVersion' in favor of 'OrchestrationVersion'
  • Future: Dispose reference to 'Continuation' in await()
  • :core: Fix 'isActive()' to respect kotlinx.coroutines.Job
  • core: Check-in api dump
  • Broadcast: Ensure relevant listeners are registered right away when .toChannel or invokeOnValue are called
  • Logging: Respect logLevel from HotReloadEnvironment before dispatching logs

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Oct 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/composehotreload branch from a50b32f to e143afb Compare October 6, 2025 14:13
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.compose.hot-reload to v1.0.0-beta09 chore(deps): update dependency org.jetbrains.compose.hot-reload to v1.0.0-rc01 Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants