chore: version 0.3.0 - #27
Merged
Merged
Conversation
Breaking since 0.2.1: Job is a single-result lifetime (#22) — the Published type parameter, the publisher body argument, JobPublisher, and Job.value() are gone; HandoffJob is the one-shot handoff. #24 and #26 change no public behavior. The README is rewritten for a first-time reader: the model in one paragraph, Jobs grouped by ownership / lifecycle / results / failure, cancellation before context, Supervisor and TaskGroup with their policies, HandoffJob last, and an API summary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
package.jsonto 0.3.0 and rewrites the README for a first-time reader.Why 0.3.0
npm's
0.2.1predates #22. Since then:Job<Result>is a single-result lifetime;Published, the publisher body argument,JobPublisher, andJob.value()are removed;HandoffJobmodels the one-shot handoff.AbortController, conditional drain, single-binding frames;Cancellationcomponent).Pre-1.0, a breaking change is a minor bump.
README
Same contracts, reorganized so it reads front to back:
signal()appears in every exampleHandoffJoblast, introduced by the problem it solvesVerification
pnpm format,pnpm check,pnpm build,pnpm test(131),pnpm pack→tiberjs-runner-0.3.0.tgzAfter merge: dispatch
publish.ymlfrommain, then drop the packed-runner overrides in server, transports, and manager and regenerate their lockfiles against^0.3.0.