Skip to content

Commit

Permalink
Merge pull request #92 from grafana/bump-version-1.7.4
Browse files Browse the repository at this point in the history
bump to 1.7.4
  • Loading branch information
codeincarnate authored Oct 18, 2023
2 parents d10f729 + 54cc88f commit 6736053
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

All notable changes to this project will be documented in this file.

## v1.7.4

- Add support for filtered vector search
- Handle error messages in OpenAI chat completion streams
- Fix expected field names in type in health check details
- LLM: use new, more detailed health check results

## v1.7.3

- Add UUID to streaming OpenAI requests
- Add health check in enabled functions

## v1.7.2

- Fix API return code matching in vector search support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/experimental",
"version": "1.7.3",
"version": "1.7.4",
"description": "Experimental Grafana components and APIs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 6736053

Please sign in to comment.