v3.8.0

aws-samples/bedrock-chatv3.8.0Sep 8, 2025by github-actions[bot]

AI Summary

Introduces new model support, global inference profiles, and geographic restriction capabilities.

Key Highlights

  • Added GPT-OSS 20B and 120B models with reasoning capabilities
  • Added support for AWS Bedrock global inference profiles
  • Added geolocation restriction capability via `allowedCountries`
  • Implemented global model availability control via `globalAvailableModels`

New Features

  • GPT-OSS 20B and 120B models
  • Global inference profiles support
  • Geolocation restriction capability
  • Global model availability control

Full Release Notes

## Features
- Added GPT-OSS 20B and 120B models with 128K context window and reasoning capabilities by @statefb (#924)
- Added support for AWS Bedrock global inference profiles with automatic fallback to regional inference by @statefb (#922)
- Added geolocation restriction capability through new configuration variable `allowedCountries` by @mludvig (#919)
- Implemented global model availability control with `globalAvailableModels` configuration parameter by @faidrapts (#917)