Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 May 09:03
· 78 commits to main since this release
Release v0.3.0

cost_for_call unified API + AWS MCP translation layer + 5 wrap-examples.

Highlights:
- New tessera.cost.cost_for_call() entry point routes by operation prefix
  to AWS/Azure/GCP price tables; CostResult dataclass with cost_source
  thread through audit events.
- AWS MCP translation: tessera/integrations/aws/cli_translator.py bridges
  canonical aws_*_* names to awslabs/mcp/aws-api-mcp-server call_aws tool;
  reverse-resolver in matchers makes canonical policies fire on call_aws.
- 5 worked examples: anthropic-sdk, openai-sdk, langchain, claude-code,
  vscode-copilot + recipes/generic-shell-hook.md.
- Deprecation: aws_mapping legacy path raises DeprecationWarning;
  removal scheduled for v0.4.0.

15 commits since Batch 1 close-out. 690 tests GREEN.