- Notifications
You must be signed in to change notification settings - Fork1
Comparing changes
Open a pull request
base repository:coder/coder-jetbrains-toolbox
Uh oh!
There was an error while loading.Please reload this page.
base:v0.6.4
head repository:coder/coder-jetbrains-toolbox
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 16commits
- 25files changed
- 4contributors
Commits on Sep 3, 2025
Changelog update -
v0.6.4
(#190)Current pull request contains patched `CHANGELOG.md` file for the`v0.6.4` version.Co-authored-by: GitHub Action <action@github.com>
Commits on Sep 13, 2025
fix: don't store token when certificates are configured (#192)
This was a regression for the custom flows that required authenticationvia certificates, the http client and the coder cli were properlyinitialized but afterward the token was still required for storing.Note: the issue was hard to catch early on because the official codercli is not supporting auth. via certificates.
Commits on Sep 15, 2025
chore: bump actions/github-script from 7 to 8 (#191)
Bumps [actions/github-script](https://github.com/actions/github-script)from 7 to 8.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/actions/github-script/releases">actions/github-script'sreleases</a>.</em></p><blockquote><h2>v8.0.0</h2><h2>What's Changed</h2><ul><li>Update Node.js version support to 24.x by <ahref="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/637">actions/github-script#637</a></li><li>README for updating actions/github-script from v7 to v8 by <ahref="https://github.com/sneha-krip"><code>@sneha-krip</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/653">actions/github-script#653</a></li></ul><h2>
⚠️ Minimum Compatible Runner Version</h2><p><strong>v2.327.1</strong><br /><ahref="https://github.com/actions/runner/releases/tag/v2.327.1">ReleaseNotes</a></p><p>Make sure your runner is updated to this version or newer to use thisrelease.</p><h2>New Contributors</h2><ul><li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/637">actions/github-script#637</a></li><li><ahref="https://github.com/sneha-krip"><code>@sneha-krip</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/653">actions/github-script#653</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/actions/github-script/compare/v7.1.0...v8.0.0">https://github.com/actions/github-script/compare/v7.1.0...v8.0.0</a></p><h2>v7.1.0</h2><h2>What's Changed</h2><ul><li>Upgrade husky to v9 by <ahref="https://github.com/benelan"><code>@benelan</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/482">actions/github-script#482</a></li><li>Add workflow file for publishing releases to immutable actionpackage by <ahref="https://github.com/Jcambass"><code>@Jcambass</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/485">actions/github-script#485</a></li><li>Upgrade IA Publish by <ahref="https://github.com/Jcambass"><code>@Jcambass</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/486">actions/github-script#486</a></li><li>Fix workflow status badges by <ahref="https://github.com/joshmgross"><code>@joshmgross</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/497">actions/github-script#497</a></li><li>Update usage of <code>actions/upload-artifact</code> by <ahref="https://github.com/joshmgross"><code>@joshmgross</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/512">actions/github-script#512</a></li><li>Clear up package name confusion by <ahref="https://github.com/joshmgross"><code>@joshmgross</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/514">actions/github-script#514</a></li><li>Update dependencies with <code>npm audit fix</code> by <ahref="https://github.com/joshmgross"><code>@joshmgross</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/515">actions/github-script#515</a></li><li>Specify that the used script is JavaScript by <ahref="https://github.com/timotk"><code>@timotk</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/478">actions/github-script#478</a></li><li>chore: Add Dependabot for NPM and Actions by <ahref="https://github.com/nschonni"><code>@nschonni</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/472">actions/github-script#472</a></li><li>Define <code>permissions</code> in workflows and update actions by<a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in<ahref="https://redirect.github.com/actions/github-script/pull/531">actions/github-script#531</a></li><li>chore: Add Dependabot for .github/actions/install-dependencies by <ahref="https://github.com/nschonni"><code>@nschonni</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/532">actions/github-script#532</a></li><li>chore: Remove .vscode settings by <ahref="https://github.com/nschonni"><code>@nschonni</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/533">actions/github-script#533</a></li><li>ci: Use github/setup-licensed by <ahref="https://github.com/nschonni"><code>@nschonni</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/473">actions/github-script#473</a></li><li>make octokit instance available as octokit on top of github, to makeit easier to seamlessly copy examples from GitHub rest api or octokitdocumentations by <ahref="https://github.com/iamstarkov"><code>@iamstarkov</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/508">actions/github-script#508</a></li><li>Remove <code>octokit</code> README updates for v7 by <ahref="https://github.com/joshmgross"><code>@joshmgross</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/557">actions/github-script#557</a></li><li>docs: add "exec" usage examples by <ahref="https://github.com/neilime"><code>@neilime</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/546">actions/github-script#546</a></li><li>Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/actions/github-script/pull/563">actions/github-script#563</a></li><li>Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/actions/github-script/pull/575">actions/github-script#575</a></li><li>Clearly document passing inputs to the <code>script</code> by <ahref="https://github.com/joshmgross"><code>@joshmgross</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/603">actions/github-script#603</a></li><li>Update README.md by <ahref="https://github.com/nebuk89"><code>@nebuk89</code></a> in <ahref="https://redirect.github.com/actions/github-script/pull/610">actions/github-script#610</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/benelan"><code>@benelan</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/482">actions/github-script#482</a></li><li><a href="https://github.com/Jcambass"><code>@Jcambass</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/485">actions/github-script#485</a></li><li><a href="https://github.com/timotk"><code>@timotk</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/478">actions/github-script#478</a></li><li><ahref="https://github.com/iamstarkov"><code>@iamstarkov</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/508">actions/github-script#508</a></li><li><a href="https://github.com/neilime"><code>@neilime</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/546">actions/github-script#546</a></li><li><a href="https://github.com/nebuk89"><code>@nebuk89</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/github-script/pull/610">actions/github-script#610</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/actions/github-script/compare/v7...v7.1.0">https://github.com/actions/github-script/compare/v7...v7.1.0</a></p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/actions/github-script/commit/ed597411d8f924073f98dfc5c65a23a2325f34cd"><code>ed59741</code></a>Merge pull request <ahref="https://redirect.github.com/actions/github-script/issues/653">#653</a>from actions/sneha-krip/readme-for-v8</li><li><ahref="https://github.com/actions/github-script/commit/2dc352e4baefd91bec0d06f6ae2f1045d1687ca3"><code>2dc352e</code></a>Bold minimum Actions Runner version in README</li><li><ahref="https://github.com/actions/github-script/commit/01e118c8d0d22115597e46514b5794e7bc3d56f1"><code>01e118c</code></a>Update README for Node 24 runtime requirements</li><li><ahref="https://github.com/actions/github-script/commit/8b222ac82eda86dcad7795c9d49b839f7bf5b18b"><code>8b222ac</code></a>Apply suggestion from <ahref="https://github.com/salmanmkc"><code>@salmanmkc</code></a></li><li><ahref="https://github.com/actions/github-script/commit/adc0eeac992408a7b276994ca87edde1c8ce4d25"><code>adc0eea</code></a>README for updating actions/github-script from v7 to v8</li><li><ahref="https://github.com/actions/github-script/commit/20fe497b3fe0c7be8aae5c9df711ac716dc9c425"><code>20fe497</code></a>Merge pull request <ahref="https://redirect.github.com/actions/github-script/issues/637">#637</a>from actions/node24</li><li><ahref="https://github.com/actions/github-script/commit/e7b7f222b11a03e8b695c4c7afba89a02ea20164"><code>e7b7f22</code></a>update licenses</li><li><ahref="https://github.com/actions/github-script/commit/2c81ba05f308415d095291e6eeffe983d822345b"><code>2c81ba0</code></a>Update Node.js version support to 24.x</li><li>See full diff in <ahref="https://github.com/actions/github-script/compare/v7...v8">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Sep 16, 2025
fix: report errors while running actions (#193)
JetBrains team reported in the past a couple of errors in the log, oneof them being `A workspace build is already active`. The issue can bereproduced if the user hits the `Stop` action for example quite quick.It takes maybe one or two seconds to make rest api request, then for thebackend to enqueue the build and change the workspace action. If we hitthe action buttons really fast then this error could be reproduced.One approach I tried was to disable the action buttons in the contextmenu for the duration the request is executed. But for some reason the"enabled" property is not working in context menu, only when the actionsare rendered on a UI "page".Instead, I decided to refactor the existing code and (also) visuallyreport the errors in the UI screen to make the user aware in some casesthat a job is already running on the backend.Another error reported by JetBrains is a `RejectedExecutionException` inthe rest api client, and from the stack trace it seems the thread poolin the rest client was at some point shutdown.I think it is some sort of race condition, some thread calling shuttingdown the rest api client while the UI thread still executes polling anduser's action. I tried to reproduce the issue with no success, and soI'm improving the logging around plugin de-initialization in the hopethat next time the sequence of events is more helpful.
Commits on Sep 22, 2025
Changelog update -
v0.6.5
(#194)Current pull request contains patched `CHANGELOG.md` file for the`v0.6.5` version.Co-authored-by: GitHub Action <action@github.com>
chore: bump bouncycastle from 1.81 to 1.82 (#196)
Bumps `bouncycastle` from 1.81 to 1.82.Updates `org.bouncycastle:bcpg-jdk18on` from 1.81 to 1.82<details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html">org.bouncycastle:bcpg-jdk18on'schangelog</a>.</em></p><blockquote><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><p><!-- raw HTML omitted --><!-- raw HTML omitted -->2.1.1 Version<!--raw HTML omitted --><!-- raw HTML omitted -->Release: 1.82<!-- raw HTML omitted -->Date: 2025, 17th September.</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li>See full diff in <ahref="https://github.com/bcgit/bc-java/commits">compare view</a></li></ul></details><br />Updates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.82<details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html">org.bouncycastle:bcprov-jdk18on'schangelog</a>.</em></p><blockquote><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><p><!-- raw HTML omitted --><!-- raw HTML omitted -->2.1.1 Version<!--raw HTML omitted --><!-- raw HTML omitted -->Release: 1.82<!-- raw HTML omitted -->Date: 2025, 17th September.</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li>See full diff in <ahref="https://github.com/bcgit/bc-java/commits">compare view</a></li></ul></details><br />Dependabot will resolve any conflicts with this PR as long as you don'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: relaxed SNI hostname resolution (#197)
When establishing TLS connections, SNI resolution may fail if theconfigured altHostname contains `_` or any other characters not allowedby domain name standards (i.e. letters, digits and hyphens).This change introduces a relaxed SNI resolution strategy which ignoresthe LDH rules completely. Because this change goes hand in hand withauth. via certificates, I was able to reproduce the issue only via UTs.At this point the official Coder releases supports only auth. via APIkeys.
Commits on Sep 24, 2025
impl: confirmation dialog for workspace deletion (#179)
Users are now required to confirm the workspace name if they want todelete a workspace. This is in order to avoid any accidental removals.Note: right now there are two issues with Toolbox input dialogs, thedialog title is not rendered, and worse - the text field is rendered asa password input field, so it does not make sense to merge this untilToolbox fixes the issues.<img width="486" height="746" alt="image"src="https://github.com/user-attachments/assets/e8fc2409-6e24-42d0-8258-473c29f5df44"/>-resolves#178
Changelog update -
v0.6.6
(#198)Current pull request contains patched `CHANGELOG.md` file for the`v0.6.6` version.Co-authored-by: GitHub Action <action@github.com>
Commits on Sep 25, 2025
doc: the augmentation around SNI & certificate validation (#199)
This PR documents why the SNI is altered during TLS handshake and why acertificate SAN is compared against an alternate hostname.
Commits on Sep 27, 2025
impl: store last used URL in Toolbox Settings Store (#200)
Context: Toolbox can store key/value pairs in two places:- a settings store which is backed by a clear text json file per eachplugin- native keystore for sensitive dataAt the same time some of Coder's clients (ex: Netflix) would like todeploy at scale preconfigured settings for Toolbox. Most of the neededsettings are part of json backed store except the last used URL.This PR reworks the code around the last used URL/token and moves theURL in the json backed store, making it easy to configure. At the sametime we still support the pair stored in the native keystore forbackward compatibility reasons.
Commits on Sep 29, 2025
Changelog update -
v0.7.0
(#202)Current pull request contains patched `CHANGELOG.md` file for the`v0.7.0` version.Co-authored-by: GitHub Action <action@github.com>
Commits on Oct 3, 2025
test: rewrite UTs related to agent resolution in URI handling (#203)
Inspired bycoder/jetbrains-coder@5f0e363which took a while to debug and understand. This rewrite arguablyprovides better test names, better data setup with cleaner descriptions.
refactor: remove unused logic in URI handler (#204)
PR#180 delegated all the logic for rest client and cli initializationto the usual authentication screen which provided betterfeedback/progress. But it also left over previous logic that can beremoved.
Commits on Oct 6, 2025
chore: bump io.mockk:mockk from 1.14.5 to 1.14.6 (#206)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.5 to1.14.6.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/mockk/mockk/releases">io.mockk:mockk'sreleases</a>.</em></p><blockquote><h2>1.14.6</h2><h2>What's Changed</h2><ul><li>Fix and add clearMocks test cases by <ahref="https://github.com/jmatsu"><code>@jmatsu</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1419">mockk/mockk#1419</a></li><li>make captured value reference volatile by <ahref="https://github.com/mmimica"><code>@mmimica</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1418">mockk/mockk#1418</a></li><li>add fail-fast guard for Kotlin inline function mocking (<ahref="https://redirect.github.com/mockk/mockk/issues/1030">#1030</a>) by<a href="https://github.com/ch200203"><code>@ch200203</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1421">mockk/mockk#1421</a></li><li>add test reports to GitHub actions by <ahref="https://github.com/aSemy"><code>@aSemy</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/994">mockk/mockk#994</a></li><li>fix duration denormalized error by <ahref="https://github.com/tigermint"><code>@tigermint</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1424">mockk/mockk#1424</a></li><li>refactor: enhance confirmVerified function to include clear optionby <ahref="https://github.com/felix-dolderer-el"><code>@felix-dolderer-el</code></a>in <ahref="https://redirect.github.com/mockk/mockk/pull/1427">mockk/mockk#1427</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/jmatsu"><code>@jmatsu</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1419">mockk/mockk#1419</a></li><li><a href="https://github.com/mmimica"><code>@mmimica</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1418">mockk/mockk#1418</a></li><li><a href="https://github.com/ch200203"><code>@ch200203</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1421">mockk/mockk#1421</a></li><li><a href="https://github.com/tigermint"><code>@tigermint</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1424">mockk/mockk#1424</a></li><li><ahref="https://github.com/felix-dolderer-el"><code>@felix-dolderer-el</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1427">mockk/mockk#1427</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mockk/mockk/compare/1.14.5...1.14.6">https://github.com/mockk/mockk/compare/1.14.5...1.14.6</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mockk/mockk/commit/b08945962453f2a6236fe403b7a0001fb13aba6b"><code>b089459</code></a>Version bump</li><li><ahref="https://github.com/mockk/mockk/commit/16889045f26df667fdfd51798b09a1e24ca4a82a"><code>1688904</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1427">#1427</a>from felix-dolderer-el/master</li><li><ahref="https://github.com/mockk/mockk/commit/de0ba9e4daa49b5c783a16197d0a6cb0ba7fd74c"><code>de0ba9e</code></a>docs: update README to include clear option for confirmVerified</li><li><ahref="https://github.com/mockk/mockk/commit/794cd064f6c2124c217a960389f1fa29409ae449"><code>794cd06</code></a>remove whitespaces from README</li><li><ahref="https://github.com/mockk/mockk/commit/aa1f91e6f68509ca05a45674e4910d7ec008e0b8"><code>aa1f91e</code></a>default: false for internalConfirmVerified</li><li><ahref="https://github.com/mockk/mockk/commit/ace1da90942f50fa1e0f7b8fed7e073e39853d9c"><code>ace1da9</code></a>add KDoc explaining <code>clear</code> parameter for<code>confirmVerified</code></li><li><ahref="https://github.com/mockk/mockk/commit/6e93ff3f88022f269137fb9ff3565e4367c46e55"><code>6e93ff3</code></a>refactor: enhance confirmVerified function to include clear option</li><li><ahref="https://github.com/mockk/mockk/commit/244af2121a32bb057a62d3f5509764419622df56"><code>244af21</code></a>Fix code example and clarify that the matchers must match</li><li><ahref="https://github.com/mockk/mockk/commit/50331c6531a1d88e9be2b33c8a1e9f33281fe50a"><code>50331c6</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1424">#1424</a>from tigermint/fix-duration-denormalized-error</li><li><ahref="https://github.com/mockk/mockk/commit/5d8c9b2c4cc0bbf32902c428a07562bb456b9ea8"><code>5d8c9b2</code></a>Apply review feedback</li><li>Additional commits viewable in <ahref="https://github.com/mockk/mockk/compare/1.14.5...1.14.6">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Oct 7, 2025
refactor: remove unsafe non-null assertions to prevent race condition (…
…#205)Replace !! operators with safe idiom takeIf/let chains. The non-nullassertions were unsafe in concurrent scenarios where one thread couldpotentially modify the settings while another thread reads and makesnon-null assertions.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.6.4...main
Uh oh!
There was an error while loading.Please reload this page.