0.1.6 changelog

This commit is contained in:
Nicolò Boschi 2025-12-16 14:09:15 +01:00
parent b36807ad3b
commit 656777c2be
2 changed files with 15 additions and 4 deletions

View file

@ -6,6 +6,17 @@ sidebar_position: 1
For full release details, see [GitHub Releases](https://github.com/vectorize-io/hindsight/releases).
## [0.1.6](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.6)
**Features**
- Added support for the Gemini 3 Pro and GPT-5.2 models. ([`bb1f9cb`](https://github.com/vectorize-io/hindsight/commit/bb1f9cb))
- Added a local MCP server option for running/connecting to Hindsight via MCP without a separate remote service. ([`7dd6853`](https://github.com/vectorize-io/hindsight/commit/7dd6853))
**Improvements**
- Updated the Postgres/pg0 dependency to a newer 0.11.x series for improved compatibility and stability. ([`47be07f`](https://github.com/vectorize-io/hindsight/commit/47be07f))
## [0.1.5](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.5)
**Features**

View file

@ -1141,7 +1141,7 @@ wheels = [
[[package]]
name = "hindsight-all"
version = "0.1.5"
version = "0.1.6"
source = { editable = "hindsight" }
dependencies = [
{ name = "hindsight-api" },
@ -1165,7 +1165,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-api"
version = "0.1.5"
version = "0.1.6"
source = { editable = "hindsight-api" }
dependencies = [
{ name = "alembic" },
@ -1269,7 +1269,7 @@ dev = [
[[package]]
name = "hindsight-client"
version = "0.1.5"
version = "0.1.6"
source = { editable = "hindsight-clients/python" }
dependencies = [
{ name = "aiohttp" },
@ -1301,7 +1301,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-dev"
version = "0.1.5"
version = "0.1.6"
source = { editable = "hindsight-dev" }
dependencies = [
{ name = "hindsight-api" },