Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HaystackBot committed Nov 19, 2024
1 parent d00e7d9 commit 8b7918b
Showing 1 changed file with 40 additions and 7 deletions.
47 changes: 40 additions & 7 deletions integrations/google_ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Changelog

## [integrations/google_ai-v3.0.2] - 2024-11-19

### 🐛 Bug Fixes

- Fix missing usage metadata in GoogleAIGeminiChatGenerator (#1195)


## [integrations/google_ai-v3.0.0] - 2024-11-12

### 🐛 Bug Fixes

- `GoogleAIGeminiGenerator` - remove support for tools and change output type (#1177)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Adopt uv as installer (#1142)


## [integrations/google_ai-v2.0.1] - 2024-10-15

### 🚀 Features
Expand All @@ -26,48 +34,73 @@

- Do not retry tests in `hatch run test` command (#954)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Retry tests to reduce flakyness (#836)

### 🧹 Chores

- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)

### Docs
### 🌀 Miscellaneous

- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845)
- Fix Google AI tests failing (#885)
- Update GeminiGenerator docstrings (#964)
- Update GoogleChatGenerator docstrings (#962)
- Feat: enable streaming in GoogleAIGemini (#1016)

## [integrations/google_ai-v1.1.0] - 2024-06-05

### 🐛 Bug Fixes

- Handle `TypeError: Could not create Blob` in `GoogleAIGeminiChatGenerator` (#772)

### 🌀 Miscellaneous

- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Fix Google AI integration tests (#786)
- Test: Fix tests skipping for Google AI integration (#788)

## [integrations/google_ai-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)
- Disable-class-def (#556)

### 🌀 Miscellaneous

- Google AI - review docstrings (#533)
- Make tests show coverage (#566)
- Remove references to Python 3.7 (#601)
- Google Generators: change `answers` to `replies` (#626)

## [integrations/google_ai-v0.2.0] - 2024-02-15

### Google_ai
### 🌀 Miscellaneous

- Create api docs (#354)
- Google AI - new secrets management (#424)

## [integrations/google_ai-v0.1.0] - 2024-01-25

### Refact
### 🌀 Miscellaneous

- Add docstrings for `GoogleAIGeminiGenerator` and `GoogleAIGeminiChatGenerator` (#175)
- [**breaking**] Adjust import paths (#268)

## [integrations/google_ai-v0.0.1] - 2024-01-03

### 🌀 Miscellaneous

- Gemini with Makersuite (#156)
- Fix google_ai integration versioning

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

0 comments on commit 8b7918b

Please sign in to comment.