Skip to content

v0.4.4

Choose a tag to compare

@rstrahan rstrahan released this 21 Nov 22:40
· 408 commits to main since this release

[0.4.4]

Added

  • Add support for prompt caching for Claude Haiku 4.5

  • Add support for prompt caching for for EU region models

  • IDP CLI --from-code Flag for Local Development Deployment

    • Added --from-code flag to idp-cli deploy command enabling deployment directly from local source code
    • Automatically builds project using publish.py script with streaming output for real-time build progress
  • IDP CLI --no-rollback Flag for Stack Deployment Troubleshooting

    • Added --no-rollback flag to idp-cli deploy command to disable automatic rollback on CloudFormation stack creation failure
    • When enabled, failed stacks remain in CREATE_FAILED state instead of rolling back, allowing inspection of failed resources for troubleshooting

Fixed

  • Analytics Agent Schema Provider - Fixed Nested Attribute Column Display

    • Fixed schema_provider.py to correctly display leaf-level nested columns instead of showing group-level attributes
  • IDP Agent Companion Chat UX improvements

    • Improved speed of rendering chat response by buffering the agent tool responses.
    • Displaying agent tool queries and results in a modal with formatted results.

Templates

  • us-west-2: https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.4.4.yaml
  • us-east-1: https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.4.4.yaml
  • eu-central-1: https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main_0.4.4.yaml