Skip to content

Commit 1e4aba6

Browse files
authored
Release v3.3.1 into Main
2 parents 7613ced + f0b530f commit 1e4aba6

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v3.3.1
2+
## Bug Fixes
3+
- Resolved issue where AWS partition was hardcoded in RAG Pipeline
4+
- Added back in LiteLLM environment override support
5+
- Updated Makefile Model and ECR Account Number parsing
6+
7+
## Acknowledgements
8+
* @bedanley
9+
* @estohlmann
10+
* @dustins
11+
12+
**Full Changelog**: https://github.com/awslabs/LISA/compare/v3.3.0...v3.3.1
13+
114
# v3.3.0
215
## Key Features
316
### RAG ETL Pipeline

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

lib/user-interface/react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/user-interface/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lisa-web",
33
"private": true,
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lisa-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lisapy"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
description = "A simple SDK to help you interact with LISA. LISA is an LLM hosting solution for AWS dedicated clouds or ADCs."
55
authors = ["Steve Goley <[email protected]>"]
66
readme = "README.md"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisa",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"bin": {
55
"lisa": "bin/lisa.js"
66
},

0 commit comments

Comments
 (0)