Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Nov 17, 2023
1 parent f90f783 commit 519149e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ description: Notes from releases
---
[Releases](https://github.com/LangStream/langstream/releases){:target="_blank"}

### 0.4.4 - Nov 17, 2023

New features:
* **Support for Ollama**: you can now leverage [OLLama](https://ollama.ai/) to run the model locally to the LangStream executor.
* **App lifecycle improvements**: we improved the status handling when the application fails the deployment. Also it's now possible to force-delete the application at any time!

Full release notes: [https://github.com/LangStream/langstream/releases/tag/v0.4.4](https://github.com/LangStream/langstream/releases/tag/v0.4.4)

### 0.4.1 - Nov 2, 2023

New features:
Expand All @@ -19,7 +27,8 @@ Full release notes: [https://github.com/LangStream/langstream/releases/tag/v0.4.
Before upgrading the LangStream cluster to 0.4.x, you must update the Custom Resource, just run:

```
kubectl apply -f https://github.com/LangStream/langstream/releases/download/v0.4.0/agents.langstream.ai-v1.yml
kubectl apply -f https://github.com/LangStream/langstream/releases/download/v0.4.4/agents.langstream.ai-v1.yml
kubectl apply -f https://github.com/LangStream/langstream/releases/download/v0.4.4/applications.langstream.ai-v1.yml
```

New features:
Expand Down

0 comments on commit 519149e

Please sign in to comment.