Tags: keboola/osiris
Tags
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.
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>
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>