Skip to content

Commit

Permalink
chore: release extension 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Feb 4, 2025
1 parent 6aa56a1 commit c38b5ef
Show file tree
Hide file tree
Showing 11 changed files with 29,294 additions and 4 deletions.
19 changes: 19 additions & 0 deletions projects/extension/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@

# Pgai extension release notes

## 0.8.0 (2025-02-04)

### New features and improvements

- Add vectorizer enable/disable support for `ai.scheduling_none` ([#402](https://github.com/timescale/pgai/pull/402))
- Add LiteLLM embedding and vectorizer integration ([#320](https://github.com/timescale/pgai/pull/320))
- Add Ollama support for tool use and structured outputs ([#403](https://github.com/timescale/pgai/pull/403))
- [BREAKING] Update cohere embed, chat, rerank to use V2 endpoints ([#417](https://github.com/timescale/pgai/pull/417))
- Add `ai.anthropic_list_models` ([#386](https://github.com/timescale/pgai/pull/386))

### Fixes

- Changed tool_choice type and null args omitted ([#405](https://github.com/timescale/pgai/pull/405))

### Other improvements

- Update anthropic library to 0.44.0 ([#385](https://github.com/timescale/pgai/pull/385))
- Improve and split DEVELOPMENT.md ([#380](https://github.com/timescale/pgai/pull/380))

## 0.7.0 (2025-01-15)

### New features and improvements
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.1-dev"
__version__ = "0.8.0"
2 changes: 1 addition & 1 deletion projects/extension/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
def versions() -> list[str]:
# ADD NEW VERSIONS TO THE FRONT OF THIS LIST! STAY SORTED PLEASE
return [
"0.7.1-dev",
"0.8.0", # released
"0.7.0", # released
"0.6.0", # released
"0.5.0", # released
Expand Down
Loading

0 comments on commit c38b5ef

Please sign in to comment.