Skip to content

v9.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Apr 14:55
· 131 commits to main since this release
Immutable release. Only release title and notes can be modified.

9.1.0-alpha.1 (2026-04-14)

Bug Fixes

  • add built-in defaults for maxParallelJobs and jobTimeoutMs in worker constructors (58250b3), closes #145
  • add range constraint for main branch alpha prereleases (7e35488)
  • add range to stable branch config for semantic-release ordering (3087736)
  • branch-aware release config — constrain stable branches with range (5d3e751)
  • document SDK major version creation workflow in MAINTAINER.md (2b89502)
  • patch createWorker and createThreadedWorker to handle missing defaults (5f9409c)
  • remove range from current stable branch to fix ERELEASEBRANCHES (3b99176)
  • remove range from main prerelease branch config (9e91aba)

Features

  • add example-app for SDK smoke testing (b70cfda)