Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HaystackBot committed Sep 10, 2024
1 parent ee61033 commit 484895e
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions integrations/google_vertex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Changelog

## [unreleased]

### 🚀 Features

- Enable streaming for VertexAIGeminiChatGenerator (#1014)
- Add tests for VertexAIGeminiGenerator and enable streaming (#1012)

### 🐛 Bug Fixes

- Remove the use of deprecated gemini models (#1032)
- Chat roles for model responses in chat generators (#1030)

### 🧪 Testing

- Do not retry tests in `hatch run test` command (#954)
- Add tests for VertexAIChatGeminiGenerator and migrate from preview package in vertexai (#1042)

### ⚙️ Miscellaneous Tasks

- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)

## [integrations/google_vertex-v1.1.0] - 2024-03-28

## [integrations/google_vertex-v1.0.0] - 2024-03-27

### 🐛 Bug Fixes

- Fix order of API docs (#447)

This PR will also push the docs to Readme

### 📚 Documentation

- Update category slug (#442)
- Review google vertex integration (#535)
- Small consistency improvements (#536)
- Disable-class-def (#556)

### Google_vertex

- Create api docs (#355)

## [integrations/google_vertex-v0.2.0] - 2024-01-26

## [integrations/google_vertex-v0.1.0] - 2024-01-03

### 🐛 Bug Fixes

- The default model of VertexAIImagegenerator (#158)

### ⚙️ Miscellaneous Tasks

- Replace - with _ (#114)

<!-- generated by git-cliff -->

0 comments on commit 484895e

Please sign in to comment.