Skip to content

chore: release main#448

Open
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next
Open

chore: release main#448
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

✨ Stainless prepared a new release

agentex-client: 0.16.1

0.16.1 (2026-06-26)

Full Changelog: agentex-client-v0.16.0...agentex-client-v0.16.1

Bug Fixes

  • streaming: StreamTaskMessageFull closes the coalescing buffer (#426) (94ce668)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Greptile Summary

This PR releases agentex-client 0.16.1 and tightens streaming buffer shutdown. The main changes are:

  • Bumps package and manifest versions from 0.16.0 to 0.16.1.
  • Adds the 0.16.1 changelog entry for the streaming buffer fix.
  • Reaps the coalescing buffer before StreamTaskMessageFull is published.
  • Reaps the buffer before close() returns from an already-closed context.
  • Adds regression tests for racing close calls and Full-message buffer cleanup.

Confidence Score: 5/5

The release and streaming shutdown changes appear safe to merge.

The changes are narrowly scoped to version metadata, changelog text, and buffer cleanup behavior with targeted regression coverage for the updated close paths.

T-Rex T-Rex Logs

What T-Rex did

  • Observed the base output state with published_sequence ['StreamTaskMessageStart:start', 'StreamTaskMessageFull:full', 'delta:alphabeta'], last_is_full=False, any_delta_after_full=True, ctx_buffer_is_none_after_full=False, original_task_done_after_full=False.
  • Observed the head output state after the artifact with published_sequence ['StreamTaskMessageStart:start', 'delta:alphabeta', 'StreamTaskMessageFull:full'], last_is_full=True, any_delta_before_full=True, any_delta_after_full=False, ctx_buffer_is_none_after_full=True, original_task_done_after_full=True.

View all artifacts

T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "chore: release main" | Re-trigger Greptile

eberki-scale and others added 2 commits June 26, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant