Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 3b9dce4 commit 58ea78c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## v0.6.0 (2024-10-10)

### Feat

- **vllm**: Allow for API key and corresponding usage plan when API is not public
- **AwsVllmComponent**: Add AWS Cognito as authentication service for LLM applications
- **vllm**: Allow for API key and corresponding usage plan when API is not public
- **vllm**: Allow for API key and corresponding usage plan when API is not public
- **AwsVllmComponent**: Add AWS Cognito as authentication service for LLM applications
- **vllm**: Store API key in secrets manager, and create default usage plan for API key
- **AwsVllmComponent**: Add AWS Cognito as authentication service for LLM applications

### Fix

- tests
- tests
- **vllm**: Ensure appropriate errors are raised

### Refactor

- **AwsVllmComponent**: Require an API key when access is not for public internet

## v0.5.0 (2024-10-07)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion src/damavand/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 58ea78c

Please sign in to comment.