v0.4.6

aws-samples/bedrock-chatv0.4.6Apr 12, 2024by statefb

AI Summary

Introduces Google Auth, custom OIDC providers, and shutdown scheduling, alongside Chinese language support and mobile UX improvements.

Key Highlights

  • Google Auth and Custom OIDC support
  • Shutdown scheduling feature
  • Chinese language support

New Features

  • Google Auth
  • Custom OIDC providers
  • Shutdown scheduling
  • iOS home screen icon
  • Chinese language support
  • Email domain restriction

Full Release Notes

## New Features
- Google Auth as an optional feature for user sign-in. #128 by @kyosuke-kobayashi-lvgs
- Added the ability to customize LLM parameters such as chunk size and overlap from UI. #188 by @2814109
- A shutdown feature to stop Aurora Serverless at scheduled times. #228 by @2814109
- Support for custom OIDC providers for user authentication. #213
- Ability to save the web app to the iOS home screen as an icon. #176 by @amaynez
- Added Chinese (simplified & traditional) language support. #226 by @dennischang
- Ability to restrict sign-up to specific email domains. #234 by @fsatsuki
- A feature to show related documents as references in bot responses. #191

## Bug Fixes
- Fixed an issue that prevented starring a shared bot without first having a conversation with it. #203
- Fixed an error that occurred when sending large images. #201

## Enhancements
- Improved UX on mobile devices by fixing the page height to extend below the address bar. #181 by @alandao
- Added a preview image dialog when clicking on images in chat messages. #199
- Reduced the task startup time by 80% for the embedding job by enabling the SOCI index.  #185 by @tmokmss