docs(changelog): v0.43.0 - #150
Merged
Merged
Conversation
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.
What & why
CHANGELOG entry for v0.43.0, covering the four changes merged in #146–#149. Required before the tag is cut.
Changes
### Added—WithMaxParallelToolCalls, theErrTimeout/DeadlineCause/TimedOutdeadline-attribution trio,WithRequestInvariant/RequestViolationFunc.### Changed (breaking defaults)— wave concurrency now defaults to 8 rather than unlimited. Results are unaffected (calls are delayed, not dropped), but wall-clock rises for turns that previously issued a wide fan-out at once.WithMaxParallelToolCalls(0)restores the old behaviour.### Fixed— the mid-wave abort saving an unbalanced transcript and discarding completed results; the code-interpreter and video-generation timeout misattribution; the opaque SQL query-budget error.Docs only — no code in this PR.
Testing
WithMaxParallelToolCalls,ErrTimeout,DeadlineCause,TimedOut,WithRequestInvariant,RequestViolationFunc) resolves in the tree.gofmt -l .empty,make lint0 issues,make build,make test,make test-raceall clean.Checklist
gofmt -l .prints nothingmake lintis cleanmake buildpassesmake test(andmake test-race) passesCHANGELOG.mdupdated — this PR is the update; tagv0.43.0follows on mergepkg/llm/,pkg/history/, orpkg/telemetry/