Skip to content

chore: release v0.5.0 - #27

Merged
ForeverAngry merged 1 commit into
mainfrom
release-plz-2026-05-28T22-41-00Z
May 28, 2026
Merged

chore: release v0.5.0#27
ForeverAngry merged 1 commit into
mainfrom
release-plz-2026-05-28T22-41-00Z

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 New release

  • rig-compose: 0.4.3 -> 0.5.0 (⚠ API breaking changes)

rig-compose breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ToolResultEnvelope.omitted_values in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:238
  field ToolResultEnvelope.redacted_values in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:241
  field ToolResultEnvelope.omitted_segments in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:244
  field ToolResultEnvelope.omitted_values in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:238
  field ToolResultEnvelope.redacted_values in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:241
  field ToolResultEnvelope.omitted_segments in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:244
  field ToolResultEnvelopeConfig.max_total_bytes in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:44
  field ToolResultEnvelopeConfig.redaction in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:47
  field ToolResultEnvelopeConfig.max_total_bytes in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:44
  field ToolResultEnvelopeConfig.redaction in /tmp/.tmp0MKBwY/rig-compose/src/tool.rs:47
Changelog

0.5.0 - 2026-05-28

Fixed

  • (tool) Harden result envelope contract (#26)

Added

  • Add ToolResultEnvelope redaction policies, path-aware omitted-segment
    continuation tokens, and total serialized-byte bounding so model-visible tool
    results can be redacted and globally bounded before downstream prompt, trace,
    or MCP cache use.


This PR was generated with release-plz.

@ForeverAngry
ForeverAngry merged commit 596f699 into main May 28, 2026
@ForeverAngry
ForeverAngry deleted the release-plz-2026-05-28T22-41-00Z branch May 28, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant