Skip to content

Commit e1014cc

Browse files
committed
Release v0.8.3
- Update version to 0.8.3 in all components - Regenerate OpenAPI spec and client SDKs - Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-embed - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - hindsight-all npm wrapper: hindsight-all-npm - Rust CLI: hindsight-cli - Control Plane: hindsight-control-plane - Helm chart - Sync documentation to version-0.8
1 parent da2125c commit e1014cc

325 files changed

Lines changed: 3801 additions & 3693 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

helm/hindsight/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hindsight
33
description: Hindsight helm chart
44
type: application
5-
version: 0.8.2
6-
appVersion: "0.8.2"
5+
version: 0.8.3
6+
appVersion: "0.8.3"
77
keywords:
88
- ai
99
- memory

hindsight-all-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vectorize-io/hindsight-all",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Node.js programmatic lifecycle manager for Hindsight — embeds a local hindsight daemon in a Node application. Pair with @vectorize-io/hindsight-client for memory operations.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

hindsight-all-slim/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hindsight-all-slim"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"hindsight-api-slim==0.8.2",
12+
"hindsight-api-slim==0.8.3",
1313
"hindsight-client>=0.0.7",
1414
"hindsight-embed>=0.1.0",
1515
]

hindsight-all/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hindsight-all"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"hindsight-api-slim[all]==0.8.2",
12+
"hindsight-api-slim[all]==0.8.3",
1313
"hindsight-client>=0.0.7",
1414
"hindsight-embed>=0.1.0",
1515
]
@@ -21,7 +21,7 @@ hindsight-embed = { workspace = true }
2121

2222
[project.optional-dependencies]
2323
local-llm = [
24-
"hindsight-api-slim[local-llm]==0.8.2",
24+
"hindsight-api-slim[local-llm]==0.8.3",
2525
]
2626
test = [
2727
"pytest>=7.0.0",

hindsight-api-slim/hindsight_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
"RemoteTEICrossEncoder",
5454
"LLMConfig",
5555
]
56-
__version__ = "0.8.2"
56+
__version__ = "0.8.3"

hindsight-api-slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hindsight-api-slim"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "Hindsight: Agent Memory That Works Like Human Memory"
99
readme = "README.md"
1010
requires-python = ">=3.11"

hindsight-api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hindsight-api"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "Hindsight: Agent Memory That Works Like Human Memory"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"hindsight-api-slim[all]==0.8.2",
12+
"hindsight-api-slim[all]==0.8.3",
1313
]
1414

1515
[tool.uv.sources]

hindsight-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hindsight-cli"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
edition = "2021"
55
authors = ["Hindsight Team"]
66
description = "A beautiful CLI for Hindsight - semantic memory system"

hindsight-clients/go/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
name: Apache 2.0
88
url: https://www.apache.org/licenses/LICENSE-2.0.html
99
title: Hindsight HTTP API
10-
version: 0.8.2
10+
version: 0.8.3
1111
servers:
1212
- url: /
1313
paths:

hindsight-clients/go/api_audit.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)