| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-19 | 3.2 kB | |
| v1.25.0 source code.tar.gz | 2026-02-19 | 3.7 MB | |
| v1.25.0 source code.zip | 2026-02-19 | 4.4 MB | |
| Totals: 3 Items | 8.1 MB | 5 | |
What's Changed
- Make nested renderings flash when clicked, to help test output propagation. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1443
- Clean up some missed junk in the new flashing feature in the nested sample. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1444
- Fix InterceptedWorkflow toString. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1446
- Add comment about how instrumentation tasks are excluded in CI. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1447
- Move workflow-runtime-android into android source set in workflow-runtime module. (2nd attempt) by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1445
- Added some basic microbenchmarks for the workflow runtime. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1448
- Address comments from initial microbenchmark PR. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1458
- Use StandardTestDispatcher as Default for renderFortest by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1452
- Update to StandardTestDispatcher in launchForTesting*() APIs by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1453
- Add AGENTS.md and 3 skills by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1455
- Configure source sets manually, so we can share one for JVM and Android. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1461
- Add claude's local config files to gitignore. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1460
- Update coroutine based tests to use StandardTestDispatcher by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1454
- Update tutorial by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1459
- Switch to workflow-based CodeQL config. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1463
- Upgrade Kotlin to 2.3.10. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1457
- Enable Kotlin LSP plugin for Claude. by @zach-klippenstein in https://github.com/square/workflow-kotlin/pull/1462
- Bundle AI rules/skills/agents in published artifacts by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1456
- advanceRuntime -> awaitRuntimeSettled API name change by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1464
- Rewrite WorkflowTestRuntime as a shim over WorkflowTurbine by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1465
- awaitRuntimeSettled -> advanceUntilSettled API name change by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1466
- Add CLAUDE.md symlink to .gitignore by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1467
- Publish AI context extraction as a Gradle plugin by @steve-the-edwards in https://github.com/square/workflow-kotlin/pull/1468
Full Changelog: https://github.com/square/workflow-kotlin/compare/v1.24.04...v1.25.0