Skip to content

chore: release v0.6.0#6

Open
arcbox-labs[bot] wants to merge 1 commit into
masterfrom
release-plz-2026-07-09T01-03-35Z
Open

chore: release v0.6.0#6
arcbox-labs[bot] wants to merge 1 commit into
masterfrom
release-plz-2026-07-09T01-03-35Z

Conversation

@arcbox-labs

@arcbox-labs arcbox-labs Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • aigw-core: 0.5.0 -> 0.6.0
  • aigw-anthropic: 0.5.0 -> 0.6.0
  • aigw-gemini: 0.5.0 -> 0.6.0
  • aigw-openai: 0.5.0 -> 0.6.0
  • aigw-openai-compat: 0.5.0 -> 0.6.0
  • aigw: 0.5.0 -> 0.6.0
  • aigateway: 0.5.0 -> 0.6.0
Changelog

aigw-core

0.5.0 - 2026-05-14

Added

  • (aigw-core) add canonical thinking model + ThinkingProjector trait

Miscellaneous

  • fix CI — clippy + nightly rustfmt

aigw-anthropic

0.6.0 - 2026-07-09

Added

  • (aigateway) echo the requested Anthropic model in responses- (aigateway) openai-responses wire, richer stream usage, upstream proxy- (aigw-anthropic) add inbound native bridge

Fixed

  • (aigw-anthropic) clean placeholder for image tool results

Build

  • switch reqwest from native-tls to rustls (webpki-roots)

aigw-gemini

0.6.0 - 2026-07-09

Build

  • switch reqwest from native-tls to rustls (webpki-roots)

aigw-openai

0.6.0 - 2026-07-09

Build

  • switch reqwest from native-tls to rustls (webpki-roots)

aigw-openai-compat

0.5.0 - 2026-05-14

Added

  • (aigw-gemini) add translate module + canonical thinking projector

aigw

0.6.0 - 2026-07-09

Added

  • (aigateway) echo the requested Anthropic model in responses- (aigateway) openai-responses wire, richer stream usage, upstream proxy- (aigw-anthropic) add inbound native bridge

Fixed

  • (aigw-anthropic) clean placeholder for image tool results

Build

  • switch reqwest from native-tls to rustls (webpki-roots)

aigateway

0.6.0 - 2026-07-09

Added

  • (aigateway) structured logging (tracing)- (aigateway) echo the requested Anthropic model in responses- (aigateway) expose upstream Quirks in config- (aigateway) keepalive ping during streaming- (aigateway) add /v1/models and /v1/messages/count_tokens- (aigateway) openai-responses wire, richer stream usage, upstream proxy- (aigateway) loopback Anthropic → OpenAI-compatible gateway server- (aigw-anthropic) add inbound native bridge

Fixed

  • (aigateway) raise inbound body limit to 64 MiB- (aigateway) always terminate the Anthropic stream- (aigw-anthropic) clean placeholder for image tool results

Documentation

  • document the gateway sidecar spawn contract and config

Miscellaneous

  • build darwin-x64 on macos-14 (cross-compile)- build + publish per-platform binaries on release tags- add devenv development environment

Build

  • switch reqwest from native-tls to rustls (webpki-roots)


This PR was generated with release-plz.

@arcbox-labs arcbox-labs Bot added the release label Jul 9, 2026
@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown

Greptile Summary

This PR prepares the workspace for the 0.6.0 release. The main changes are:

  • Bumps the workspace package version and internal crate constraints to 0.6.0.
  • Updates Cargo.lock package versions for the workspace crates.
  • Adds generated 0.6.0 changelog entries for the root package and selected provider crates.

Confidence Score: 5/5

Safe to merge as a release metadata update.

Changes are limited to version bumps and generated changelog entries. No code paths or external dependency versions were changed in this PR. No new blocking issues were identified.

No files require special attention.

T-Rex T-Rex Logs

What T-Rex did

  • Ran the gateway_e2e end-to-end test suite with cargo test --locked --test gateway_e2e; the command completed with exit code 0 and 8 tests passed.

View all artifacts

T-Rex Ran code and verified through T-Rex

Important Files Changed

Filename Overview
CHANGELOG.md Adds the root 0.6.0 release notes; several generated bullet items are concatenated on one line.
Cargo.lock Updates workspace package lockfile versions from 0.5.0 to 0.6.0.
Cargo.toml Bumps the workspace package version and internal workspace dependency constraints to 0.6.0.
providers/aigw-anthropic/CHANGELOG.md Adds the aigw-anthropic 0.6.0 release notes; generated bullets are partly concatenated.
providers/aigw-gemini/CHANGELOG.md Adds the aigw-gemini 0.6.0 changelog entry for the reqwest rustls build change.
providers/aigw-openai/CHANGELOG.md Adds the aigw-openai 0.6.0 changelog entry for the reqwest rustls build change.
providers/aigw/CHANGELOG.md Adds umbrella crate 0.6.0 release notes; generated bullets are partly concatenated.

Reviews (5): Last reviewed commit: "chore: release v0.6.0" | Re-trigger Greptile

Comment thread Cargo.toml
Comment on lines +20 to +24
aigw-core = { version = "0.6.0", path = "providers/aigw-core" }
aigw-openai = { version = "0.6.0", path = "providers/aigw-openai" }
aigw-openai-compat = { version = "0.6.0", path = "providers/aigw-openai-compat" }
aigw-anthropic = { version = "0.6.0", path = "providers/aigw-anthropic" }
aigw-gemini = { version = "0.6.0", path = "providers/aigw-gemini" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Release metadata mismatch
aigw-core, aigw-openai, aigw-openai-compat, and aigw-gemini are bumped to 0.6.0 here, but their crate changelogs do not get corresponding 0.6.0 entries in this PR. For example, providers/aigw-openai/CHANGELOG.md still starts at 0.5.0, so published release metadata does not describe the version being released.

@arcbox-labs arcbox-labs Bot force-pushed the release-plz-2026-07-09T01-03-35Z branch 3 times, most recently from 93b1dc7 to 5274e54 Compare July 9, 2026 04:11
@arcbox-labs arcbox-labs Bot force-pushed the release-plz-2026-07-09T01-03-35Z branch from 5274e54 to 0200d4f Compare July 9, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants