Skip to content

Releases: christianclaudio/mcp-server-sigma

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 03 Sep 18:02
dd033c3
chore(release): bump version to v1.1.4 (#1)

## Summary
- Bump package version to `v1.1.4` across `pyproject.toml`,
`server.json`, and `src/sigma_mcp/__init__.py`.
- Proactively address Sigma deprecation: updated `search_members` in
`client.py` to use the `email` query parameter when looking up members
by email address on `GET /v2/members`.
- Standardize Sunday maintenance schedule (API drift check at 04:00 UTC
/ 12:00 AM EDT; Dependabot at 04:30 UTC / 12:30 AM EDT).
- Enhanced parameter and schema drift detection in
`scripts/check_openapi_drift.py`.
- 100.0% statement test coverage verified across all 2,069 statements.

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:17
Release v1.1.3: Use os._exit(0) for direct OS-level graceful shutdown

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:05
Release v1.1.2: Graceful SIGTERM/SIGINT shutdown handling

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 01:22
feat: initial release of mcp-server-sigma (v1.1.0)