Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.11.1"
".": "3.11.2"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.11.2](https://github.com/dinglebear-ai/cortex/compare/v3.11.1...v3.11.2) (2026-08-02)


### Fixed

* **agent:** harden self-update without blocking heartbeats ([#156](https://github.com/dinglebear-ai/cortex/issues/156)) ([35ce512](https://github.com/dinglebear-ai/cortex/commit/35ce51257930718bdf62bfb43ffdf7c67d48dd76))
* **ci:** centralize release-only container publishing ([#149](https://github.com/dinglebear-ai/cortex/issues/149)) ([3d75d10](https://github.com/dinglebear-ai/cortex/commit/3d75d109cc3531d1b18c9d32c4059566651cd863))
* **ci:** drop the stale gitleaks contract assertions ([fd0525a](https://github.com/dinglebear-ai/cortex/commit/fd0525aa2c28cf3fcc6aa0edc759a19daa9e6336))
* **ci:** enforce documentation and identity contracts ([ab5ef39](https://github.com/dinglebear-ai/cortex/commit/ab5ef392329735990a55e1f3819b69f19ea36753))
* correct at-limit CRLF framing and address PR review findings ([76a9814](https://github.com/dinglebear-ai/cortex/commit/76a9814fc709de2327323616540b18dcd4a2dcf9))
* enforce repository contracts and reduce query module debt ([aa7e991](https://github.com/dinglebear-ai/cortex/commit/aa7e991d303d1ddf60cfe97435baa35c30e784b6))
* **filetail:** distinguish append growth from replacement ([#161](https://github.com/dinglebear-ai/cortex/issues/161)) ([337f608](https://github.com/dinglebear-ai/cortex/commit/337f608ff5dea34a66a1b1d53626c3908a5918cb))
* **filetail:** preserve reconciled checkpoint on first open ([#157](https://github.com/dinglebear-ai/cortex/issues/157)) ([2086823](https://github.com/dinglebear-ai/cortex/commit/20868234a016ec33d54c9d7e00f2f2421e04dae5))
* finish the ghcr namespace migration and bound Gemini parse warnings ([1bf8257](https://github.com/dinglebear-ai/cortex/commit/1bf8257372e5eb73d21d72ef80e65b201fe53eeb))
* finish the ghcr namespace migration and bound Gemini parse warnings ([98de4dd](https://github.com/dinglebear-ai/cortex/commit/98de4dddc08bc37ab2ce64f8416a33dd5a0dbeec))
* harden transcript warnings, hostname resolution, and TCP framing ([78f11d1](https://github.com/dinglebear-ai/cortex/commit/78f11d1f46edfcdb66f7c584c04fa58d14da2563))
* **inventory:** preserve results and collect DNS settings ([#154](https://github.com/dinglebear-ai/cortex/issues/154)) ([d54194e](https://github.com/dinglebear-ai/cortex/commit/d54194e09af942fe5a51ca316cf55965b66effb0))
* **npm:** resync the packaged README with the repo README ([c11391d](https://github.com/dinglebear-ai/cortex/commit/c11391d457c9a2b773283f645b630e62eb364155))
* publish npm launcher as @dinglebear/cortex ([7b36683](https://github.com/dinglebear-ai/cortex/commit/7b366835e8fead61fcbf107a8909f732e7518286))
* **release:** use explicit npm version updater ([#158](https://github.com/dinglebear-ai/cortex/issues/158)) ([aed693b](https://github.com/dinglebear-ai/cortex/commit/aed693becb3a5b31294481a514c6d770e2cff7f2))
* **release:** use scalar Cargo package versions ([#162](https://github.com/dinglebear-ai/cortex/issues/162)) ([b951591](https://github.com/dinglebear-ai/cortex/commit/b9515913c37aecd1afb7f783edfe724578de56a8))
* **security:** patch quinn and restrict workflow tokens ([94bf0de](https://github.com/dinglebear-ai/cortex/commit/94bf0def9c9420cce3f82a3c1ba5cf3f2d59f207))
* **xtask:** preserve pre-push toolchain environment ([8d495b9](https://github.com/dinglebear-ai/cortex/commit/8d495b98f9f88887bf77f57a2b037927cd54e672))


### Changed

* **db:** extract host queries ([dc6c693](https://github.com/dinglebear-ai/cortex/commit/dc6c693c9409301c30db74945cafd21af79f058f))

## [3.11.1](https://github.com/jmagar/cortex/compare/v3.11.0...v3.11.1) (2026-07-17)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ missing_safety_doc = "deny"

[package]
name = "cortex"
version = "3.11.1"
version = "3.11.2"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
# Default tag is kept in sync by `cargo xtask bump-version` (version canon);
# previously this was frozen at 1.0.0 while migrations moved forward —
# a stale binary against a newer schema (full-review OH1).
image: ghcr.io/dinglebear-ai/cortex:${CORTEX_VERSION:-3.11.1}
image: ghcr.io/dinglebear-ai/cortex:${CORTEX_VERSION:-3.11.2}
container_name: cortex
user: "${CORTEX_UID:-1000}:${CORTEX_GID:-1000}"
group_add:
Expand Down
2 changes: 1 addition & 1 deletion mcpb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": "0.4",
"name": "cortex",
"display_name": "Cortex",
"version": "3.11.1",
"version": "3.11.2",
"description": "Self-hosted log aggregation and investigation for homelabs: syslog, Docker, OTLP, and AI transcripts in SQLite/FTS, exposed over MCP, CLI, and REST.",
"long_description": "cortex packages the existing cortex stdio entrypoint as a local MCP Bundle. It is query-only: it reads the configured SQLite database and does not start syslog listeners, HTTP servers, Docker Compose, REST, or deploy flows.",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cortex-rmcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinglebear/cortex",
"version": "3.11.1",
"version": "3.11.2",
"description": "Self-hosted log aggregation and investigation for homelabs: syslog, Docker, OTLP, and AI transcripts in SQLite/FTS, exposed over MCP, CLI, and REST.",
"license": "MIT",
"homepage": "https://github.com/dinglebear-ai/cortex#readme",
Expand Down Expand Up @@ -55,7 +55,7 @@
"llm"
],
"mcpName": "ai.dinglebear/cortex",
"binaryVersion": "3.11.1",
"binaryVersion": "3.11.2",
"author": {
"name": "dinglebear.ai",
"url": "https://dinglebear.ai"
Expand Down
12 changes: 6 additions & 6 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ai.dinglebear/cortex",
"title": "Cortex RMCP",
"description": "Self-hosted log aggregation and investigation for homelabs: syslog, Docker, OTLP, and AI transcripts in SQLite/FTS, exposed over MCP, CLI, and REST.",
"version": "3.11.1",
"version": "3.11.2",
"websiteUrl": "https://github.com/dinglebear-ai/cortex",
"repository": {
"url": "https://github.com/dinglebear-ai/cortex",
Expand All @@ -25,7 +25,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dinglebear/cortex",
"version": "3.11.1",
"version": "3.11.2",
"runtimeHint": "npx",
"packageArguments": [
{
Expand Down Expand Up @@ -67,7 +67,7 @@
"format": "string",
"isRequired": false,
"isSecret": false,
"placeholder": "v3.11.1"
"placeholder": "v3.11.2"
},
{
"name": "CORTEX_RMCP_REPO",
Expand Down Expand Up @@ -105,12 +105,12 @@
"namespace": "ai.dinglebear",
"dnsDomain": "dinglebear.ai",
"distribution": {
"npm": "@dinglebear/cortex@3.11.1",
"npm": "@dinglebear/cortex@3.11.2",
"nodePackage": "@dinglebear/cortex",
"ociImage": "ghcr.io/dinglebear-ai/cortex:v3.11.1"
"ociImage": "ghcr.io/dinglebear-ai/cortex:v3.11.2"
},
"buildInfo": {
"version": "3.11.1",
"version": "3.11.2",
"repository": "https://github.com/dinglebear-ai/cortex"
}
}
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "3.11.1"
version = "3.11.2"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
Loading