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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and rename that heading to the version when you cut the release.

## [Unreleased]

## [1.4.0](https://github.com/obeone/caucus-mcp/compare/v1.3.0...v1.4.0) (2026-07-03)

### Added

- **Streamable HTTP MCP endpoint on the hub.** The hub now serves an in-process
Expand All @@ -35,6 +37,13 @@ and rename that heading to the version when you cut the release.
tagging `vX.Y.Z` (a GitHub Release); a new `Release` workflow builds and
publishes to PyPI on tag push. No more `chore(release): bump version` commits.

### Security

- **pydantic-settings 2.14.2** — bump the locked transitive dependency (pulled in
by `mcp`) past a symlink-escape flaw where `NestedSecretsSettingsSource` could
follow symlinks outside `secrets_dir` and bypass `secrets_dir_max_size`
(GHSA, medium). Lockfile only, no API change.

## [1.3.0](https://github.com/obeone/caucus-mcp/compare/v1.2.1...v1.3.0) (2026-06-18)


Expand Down
10 changes: 5 additions & 5 deletions uv.lock

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

Loading