Mistcraft Changelog
Release History
Track all changes, improvements, and fixes across Mistcraft releases.
Version 0.1.0 - Initial Release
January 15, 2024
Latest
Features
- Initial release of Mistcraft infrastructure governance system
- Core resource management with Misting library
- Mistwrite DSL for declarative infrastructure
- Azure provider with basic resource support
- State management with filesystem backend
- CLI interface (mistup) for project management
- Expression evaluation engine
- Dependency resolution and deployment orchestration
Components
- misting v0.1.0 - Resource management core
- mistwrite v0.1.0 - DSL parser and evaluator
- mistup v0.1.0 - CLI interface
- mistforge v0.1.0 - Provider generator
- azure-provider v0.1.0 - Azure cloud integration
Technical Details
# Installation
cargo install mistup
# Supported Resources (Azure)
- Resource Groups
- Storage Accounts
- Virtual Networks
- App Services
- SQL Databases
# Requirements
- Rust 2024 Edition (Nightly)
- Tokio async runtime
- Azure CLI for authentication
Version 0.0.9 - Beta 2
December 20, 2023
Beta
Bug Fixes
- Fixed memory leak in state manager
- Resolved parser issues with nested resources
- Fixed deployment rollback mechanism
- Corrected Azure API rate limiting handling
Improvements
- Enhanced error messages and diagnostics
- Improved deployment performance by 40%
- Added dry-run validation mode
- Better handling of circular dependencies
Version 0.0.8 - Beta 1
November 15, 2023
Beta
Initial Beta
- First public beta release
- Basic Azure provider implementation
- Core DSL syntax finalized
- State management prototype
- CLI scaffolding
Upcoming Releases
Roadmap
Version 0.2.0 - Q2 2024
- AWS provider support
- Remote state backends (S3, Azure Blob)
- Import existing resources
- Enhanced DSL with modules
- Parallel deployment execution
Version 0.3.0 - Q3 2024
- GCP provider support
- State locking mechanism
- Policy engine for governance
- Cost estimation features
- Web UI dashboard
Version 1.0.0 - Q4 2024
- Production-ready release
- Stable API guarantees
- Enterprise features
- Complete documentation
- Migration tools from other IaC solutions
Stay Updated
Get notified about new releases and important updates.