Bump org.jetbrains.compose.hot-reload from 1.0.0-alpha10 to 1.0.0-beta08 #77

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/org.jetbrains.compose.hot-reload-1.0.0-beta08 into master
dependabot[bot] commented 2025-09-22 05:16:03 +03:00 (Migrated from github.com)

Bumps org.jetbrains.compose.hot-reload from 1.0.0-alpha10 to 1.0.0-beta08.

Release notes

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

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
  • d5de100bec36eef08ca661ab6103d8b77efedd81: Fixed glow shader | Thanks @​Nohus 🎉
  • Fix potential race condition in 'floaty' positioning
  • Fix JetBrains/compose-hot-reload#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

... (truncated)

Commits
  • 6d80690 Target version 1.0.0-beta08
  • c8ae4c4 ReloadEffects: Make default effects more subtle
  • b1726f3 README.md: Mention minimum required compose version (1.8.2)
  • 7536c62 WorkerThread: Ensure the regular queue to be cleaned up, as well.
  • 2626c28 Replace pendingDispatches with a single isShutdown in WorkerThread
  • a4827a4 Implement UIClassLoaderTest to test environments such as IntelliJ and Toolbox
  • aa6e6e5 agent: Ensure that a closed orchestration, killing the app, displays the unde...
  • 9977968 Implement OrchestrationStatesLincheck
  • dbc0c33 Update lincheck to v3.2
  • 455858b Orchestration: Check-in initial benchmarks
  • 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-alpha10 to 1.0.0-beta08. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-hot-reload/releases">org.jetbrains.compose.hot-reload's releases</a>.</em></p> <blockquote> <h2>v1.0.0-beta08</h2> <h1>Release summary</h1> <ul> <li>We fixed issues with the previously introduced 'reload effects'</li> <li>We fixed underlying issues that showed up in very complex projects (such as JetBrains Toolbox)</li> </ul> <h2>DevTools</h2> <ul> <li>Publish 'ReloadEffect' APIs, allowing custom animations</li> <li>d5de100bec36eef08ca661ab6103d8b77efedd81: Fixed glow shader | Thanks <a href="https://github.com/Nohus"><code>@​Nohus</code></a> 🎉</li> <li>Fix potential race condition in 'floaty' positioning</li> <li>Fix <a href="https://redirect.github.com/JetBrains/compose-hot-reload/issues/370">JetBrains/compose-hot-reload#370</a>: Reload overlay breaks autosized windows</li> <li>Add 'compose.reload.effectsEnabled' property to disable the rendering of reload effects</li> </ul> <h2>Advanced changes</h2> <ul> <li>Orchestration: Load encoders from the context of the key</li> <li>agent: Ensure that a closed orchestration, killing the app, displays the underlying cause</li> <li>WorkerThread: Fix potential hang during shutdown while under load</li> </ul> <h2>Known issues</h2> <ul> <li><a href="https://redirect.github.com/JetBrains/compose-hot-reload/issues/363">#363</a>: KMP plugin in Android Studio has compatibility issues with Compose Hot Reload versions starting from <code>beta06</code>. 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 <a href="https://github.com/JetBrains/compose-hot-reload?tab=readme-ov-file#from-the-cli">from the CLI</a>.</li> </ul> <h2>v1.0.0-beta07</h2> <h1>Release summary</h1> <p>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'.</p> <h2>DevTools</h2> <ul> <li>New reload overlay that is built into the target app window. It replaces the old reload status bar</li> <li>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</li> </ul> <h2>Misc</h2> <ul> <li>Runtime libraries: Compile against Compose 1.8.2 to ensure compatibility with both Compose 1.8 and 1.9 in the runtime</li> <li>Logging: Refine logging levels</li> <li>Gradle: Improve GCC compliance for orchestration port &amp; pidFile based configurations</li> </ul> <h2>Advanced changes</h2> <p>The following changes are relevant for projects integrating with Compose Hot Reload (such as IntelliJ, Amper, ...)</p> <ul> <li>Orchestration &amp; Analysis: Add new <code>InvalidatedComposeGroupMessage</code> with information about source location of the dirty scopes</li> <li>Orchestration: Accept opaque <code>Ack</code> messages</li> <li>Orchestration: Introduce <code>OrchestrationMessage.availableSinceVersion</code> and guard server/clients from unexpected messages</li> </ul> <h2>Known issues</h2> <ul> <li><a href="https://redirect.github.com/JetBrains/compose-hot-reload/issues/363">#363</a>: KMP plugin in Android Studio has compatibility issues with Compose Hot Reload versions starting from <code>beta06</code>. 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 <a href="https://github.com/JetBrains/compose-hot-reload?tab=readme-ov-file#from-the-cli">from the CLI</a>.</li> </ul> <h2>v1.0.0-beta06</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/6d80690f07a8baccfed0c7b1ea4ba3c71a0ca3c1"><code>6d80690</code></a> Target version 1.0.0-beta08</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/c8ae4c424beb149eabf976eafd6fb2973e580b0e"><code>c8ae4c4</code></a> ReloadEffects: Make default effects more subtle</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/b1726f38704c072f4c0200a3529855c179380813"><code>b1726f3</code></a> README.md: Mention minimum required compose version (1.8.2)</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/7536c628f73cc57e143c1b52af9e271e1fe7ed5c"><code>7536c62</code></a> WorkerThread: Ensure the regular queue to be cleaned up, as well.</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/2626c285a94e9ed19ae9bc9a6782efdad3fa5355"><code>2626c28</code></a> Replace <code>pendingDispatches</code> with a single <code>isShutdown</code> in WorkerThread</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/a4827a4ecefe006a1ffe9523ffd3258e85b8e499"><code>a4827a4</code></a> Implement UIClassLoaderTest to test environments such as IntelliJ and Toolbox</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/aa6e6e5aad955216a0d3088446f9ccf26ccb60cb"><code>aa6e6e5</code></a> agent: Ensure that a closed orchestration, killing the app, displays the unde...</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/99779688615da3c08797b3cd01dcaf9f99aba461"><code>9977968</code></a> Implement OrchestrationStatesLincheck</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/dbc0c330e71939ac8d8d4d7ef7225baa68073576"><code>dbc0c33</code></a> Update lincheck to v3.2</li> <li><a href="https://github.com/JetBrains/compose-hot-reload/commit/455858b8466c5acac1c03f1f1ad06e5c9bf91b04"><code>455858b</code></a> Orchestration: Check-in initial benchmarks</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/compose-hot-reload/compare/v1.0.0-alpha10...v1.0.0-beta08">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.compose.hot-reload&package-manager=gradle&previous-version=1.0.0-alpha10&new-version=1.0.0-beta08)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2025-09-28 14:43:33 +03:00 (Migrated from github.com)

Looks like org.jetbrains.compose.hot-reload is up-to-date now, so this is no longer needed.

Looks like org.jetbrains.compose.hot-reload is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.