Release v6.2.0 into Main#725
Merged
Merged
Conversation
* Complete RAG tests * Add no session to sessions
* Add audit logging * Add sns encryption, input validation, exception handling, and header sanitization * Added input validation, security headers, and logging to FastAPI lambdas and apiWrappers * Add add alb security group and adjust ecs timeout settings
* Disable weak ssh cipher
* Add refresh loading icon
* Use AWS containers * Upgrade to AL2023
* Enable encryption on s3 buckets * Use al2023 for docker build * Update max request limit for sessions and images
* Update smoke login * Add model creation test * Add bedrock KB test * Add sdk unit tests * Add rest-api unit tests
Co-authored-by: bedanley <bedanley@amazon.com>
…down if the config for it allows it. (#697) Co-authored-by: bedanley <bedanley@amazon.com>
* enable changing of imagery used in LISA * move branding.ts under util * cloudscape custom theming * pre-commit * initial * trying to fix MCP workbench * updates * updates * added video storing logic * updates * move image bucket to api base * Updates * updates * ability to replace LISA name with a custom name * update .gitignore * Stop tracking theme.ts * image ref * test * test * pre-commit * private labeling docs * pre-commit * updates * smoke test * Cleanup * scrolling updates for videos * review feedback * update perms * smoke test * fix: theme.ts import * fix: theme import * mv version info back and allow custom naming * fix: doc wording and imports * test fixes * Updating header * fix: tests * pre-commit * fix: typing * code review --------- Co-authored-by: jmharold <jmharold@amazon.com> Co-authored-by: Evan Stohlmann <evmann@amazon.com>
* Create config generator cli
* Add typesafe session objects to lambda * Add null input validation * Add header validation
* Remove cdk managed log groups
estohlmann
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v6.2.0
Key Features
Custom Branding
LISA supports custom branding capabilities, allowing customers to tailor the user interface with specific logos and color schemes. The feature provides three key customization areas:
lib/user-interface/react/public/branding/custom/customDisplayNameinconfig-custom.yamlVideo Generation Models
LISA supports video generation.
Interactive Configuration Generator CLI
LISA offers an interactive CLI tool that guides customers through creating a valid
config-custom.yamlfile for deployment. Instead of manually editing YAML and referencingexample_config.yaml, customers can now run:The generator prompts for and validates:
Reasoning Model Support
Admins can mark models as "reasoning-capable," which enables those models to output reasoning content alongside their responses. Customers can then configure the level of reasoning effort to be included, and the reasoning content is displayed in LISA Chat and exported with the session data.
Other Key Changes
Acknowledgements
Full Changelog: https://github.com/awslabs/LISA/compare/v6.1.1..v6.2.0