Skip to content

Release/0.36.0#809

Merged
michalharakal merged 6 commits into
developfrom
release/0.36.0
Jul 11, 2026
Merged

Release/0.36.0#809
michalharakal merged 6 commits into
developfrom
release/0.36.0

Conversation

@michalharakal

Copy link
Copy Markdown
Contributor

No description provided.

michalharakal and others added 2 commits July 11, 2026 12:30
Bump version 0.35.0 -> 0.36.0 (gradle.properties, docs/antora.yml,
README quickstart). Promote CHANGELOG [Unreleased] to [0.36.0] with the
REUSE compliance setup (#806, #807, #808), skainet-data POM coordinate
alignment (#793), and the ComputeGraphExecutor permute-axes fix (#803).
Refresh README "What's New" and add a Contributors (0.36.0) section.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

📖 Documentation Preview

The documentation has been built successfully for this PR.

Generated Files:

  • Operator documentation: docs/modules/operators/_generated_/
  • JSON schema output: operators.json

Artifacts:

  • Download the documentation-preview-809 artifact to view the complete documentation locally.

This comment will be updated automatically when the PR is updated.

Kotlin was bumped to 2.4.0 (#658) without a matching KSP bump, leaving
the project's KSP (2.3.6) behind the compiler. Align to the latest KSP
release (2.3.10).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

📖 Documentation Preview

The documentation has been built successfully for this PR.

Generated Files:

  • Operator documentation: docs/modules/operators/_generated_/
  • JSON schema output: operators.json

Artifacts:

  • Download the documentation-preview-809 artifact to view the complete documentation locally.

This comment will be updated automatically when the PR is updated.

Dokka 2.1.0's KotlinAdapter throws NoClassDefFoundError on
org.jetbrains.kotlin.gradle.plugin.KotlinBasePlugin under the Kotlin
2.4.0 Gradle plugin, which broke the build after the Kotlin 2.4.0 bump
(#658). Dokka 2.2.0 restores compatibility. Verified locally: full
`clean assemble allTests` compiles all modules with zero compile/test
errors and no KotlinBasePlugin failure.

Also document the Kotlin 2.4.0 toolchain upgrade in README and CHANGELOG
for 0.36.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

📖 Documentation Preview

The documentation has been built successfully for this PR.

Generated Files:

  • Operator documentation: docs/modules/operators/_generated_/
  • JSON schema output: operators.json

Artifacts:

  • Download the documentation-preview-809 artifact to view the complete documentation locally.

This comment will be updated automatically when the PR is updated.

The Feature Branch Libraries build died deterministically right after
"Selected primary task 'allTests'" with no BUILD FAILED summary — the
signature of the Gradle daemon being OOM-killed. allTests compiles every
KMP target's test sources (JVM+JS+WASM+Native) at once, exceeding the 4g
heap on the 16g runner. Raise org.gradle.jvmargs and the workflow
GRADLE_OPTS override to -Xmx6g. (Local clean assemble allTests compiles
all modules with zero errors, confirming the code is fine.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

📖 Documentation Preview

The documentation has been built successfully for this PR.

Generated Files:

  • Operator documentation: docs/modules/operators/_generated_/
  • JSON schema output: operators.json

Artifacts:

  • Download the documentation-preview-809 artifact to view the complete documentation locally.

This comment will be updated automatically when the PR is updated.

… bump

The Feature Branch Libraries build failed only at :kotlinStoreYarnLock
("Lock file was changed") — all compilation and JVM tests passed. The
Kotlin 2.4.0 bump (#658) updated the JS toolchain's package versions
(e.g. ws ~8.18.3 -> ~8.21.0) but never regenerated kotlin-js-store/yarn.lock,
so CI's fresh install diverged from the committed lock. Regenerated the
lock via kotlinUpgradeYarnLock.

Also revert the -Xmx6g CI heap bump: the failure was never OOM (that was
a misdiagnosis from truncated logs), so the memory tuning is restored to
its previous -Xmx4g.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

📖 Documentation Preview

The documentation has been built successfully for this PR.

Generated Files:

  • Operator documentation: docs/modules/operators/_generated_/
  • JSON schema output: operators.json

Artifacts:

  • Download the documentation-preview-809 artifact to view the complete documentation locally.

This comment will be updated automatically when the PR is updated.

@michalharakal michalharakal merged commit 009280f into develop Jul 11, 2026
13 checks passed
@michalharakal michalharakal deleted the release/0.36.0 branch July 11, 2026 18:00
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.

1 participant