Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps org.jetbrains.compose.hot-reload from 1.0.0-beta05 to 1.0.0-beta06.

Release notes

Sourced from org.jetbrains.compose.hot-reload's releases.

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
Commits
  • 88923a2 Target version 1.0.0-beta06
  • c669e4a Bootstrap v1.0.0-rc01+164
  • dffc857 v1.0.0-rc01+164
  • 7eefc26 OrchestrationListenerTest: Use reloadMain thread to close the listener
  • e47d999 OrchestrationPackage: Check in serialVersionUID for compatibility
  • 67e4600 OrchestrationMessage: Check in serialVersionUID for compatibility
  • 7f43d91 OrchestrationMessage: Remove class hierarchy sealing in favor of 'SubclassOpt...
  • 49d6bd5 Orchestration: Lenient packageType & opaque orchestration messages
  • 09428bc DevTools: Provide 'WindowExceptionHandler' logging to the orchestration inste...
  • 58ccc6e Target compose 1.9.0-rc01
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.compose.hot-reload](https://github.com/JetBrains/compose-hot-reload) from 1.0.0-beta05 to 1.0.0-beta06.
- [Release notes](https://github.com/JetBrains/compose-hot-reload/releases)
- [Commits](JetBrains/compose-hot-reload@v1.0.0-beta05...v1.0.0-beta06)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose.hot-reload
  dependency-version: 1.0.0-beta06
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 29, 2025
@YuKongA YuKongA merged commit 475190f into main Aug 29, 2025
6 checks passed
@YuKongA YuKongA deleted the dependabot/gradle/org.jetbrains.compose.hot-reload-1.0.0-beta06 branch August 29, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants