Tags: chocholous/osiris
Tags
Release v0.5.0 - MCP Production Ready + DuckDB Multi-Input Fix + CSV … …Extractor Major Release: MCP v0.5.0 Production Ready + DuckDB Multi-Input Fix + CSV Extractor This release delivers a production-ready Model Context Protocol (MCP) server with CLI-first security architecture, comprehensive testing, and full documentation. Additionally includes critical DuckDB multi-input fix and new filesystem.csv_extractor component. Highlights: - MCP v0.5.0 with 490 new tests, 78.4% coverage, zero credential leakage - DuckDB Multi-Input Table Naming fix (BREAKING CHANGE) - Filesystem CSV Extractor component (30/30 tests passing) - Step naming utilities with collision detection - Supabase context manager fixes
Release v0.4.0: Filesystem Contract v1 - Deterministic Directory Stru… …cture Major release implementing Filesystem Contract v1 (ADR-0028) with deterministic, versionable build artifacts and comprehensive path management. - ✅ Filesystem Contract v1 - Deterministic build/, aiop/, run_logs/ structure - ✅ Profile support - Multi-environment configuration (dev/staging/prod) - ✅ Run indexing - Fast run discovery via .osiris/index/ - ✅ Retention policies - Automated cleanup of old logs and artifacts - ✅ 1064+ tests passing - Comprehensive test coverage - ✅ E2B parity - Full local/remote execution compatibility - Removed legacy logs/ directory (use run_logs/) - CompilerV0 now requires FilesystemContract parameter - Session paths changed to contract-based structure See CHANGELOG.md for complete details.
Merge pull request keboola#38 from keboola/release/v0.3.5 chore: bump version to 0.3.5
Release v0.3.1 - Fix validation warnings Fixed validation warnings for ADR-0020 compliant connection configurations. Changes: - Removed spurious additionalProperties warnings in osiris validate - Extended connection schemas to accept default, alias, pg_dsn fields - Improved error messages for unknown configuration keys - Added comprehensive test coverage - Created connection-fields.md reference documentation Backward compatible with NO-SECRETS posture preserved.
chore: Bump version to 0.3.0 for M2a AIOP release Update pyproject.toml version for v0.3.0 release marking completion of Milestone M2a with production-ready AI Operation Package system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Merge pull request keboola#17 from keboola/chore/remove-demo-from-main chore: remove demo/ from main
Release v0.1.2: Session-scoped logging and discovery cache improvements - Session-scoped logging with per-session directories - Session management CLI commands (logs list/show/bundle/gc) - Discovery cache fingerprinting with SHA-256 invalidation - Connection validation with JSON Schema - Configuration precedence system (CLI → ENV → YAML → defaults) - Comprehensive secrets masking in logs and artifacts - Bug fixes for pipeline YAML saving and validate command
Add Apache-2.0 license and security documentation - Add Apache-2.0 LICENSE file - Add SECURITY.md with vulnerability reporting guidelines - Update README to reference Apache-2.0 license 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>