Current section
Files
Jump to
Current section
Files
snakebridge
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial project structure with comprehensive test suite
- Core configuration schema with Ecto validation
- Type system mapper for Python ↔ Elixir type conversion
- Discovery & introspection framework
- Schema diffing with Git-style incremental updates
- Code generation engine with macro-based module emission
- Protocol-based architecture for extensibility
### Planned
- [ ] DSPy integration proof-of-concept
- [ ] gRPC streaming support
- [ ] Hybrid compilation mode (dev/prod)
- [ ] Configuration composition (extends, mixins)
- [ ] LSP server for config authoring
- [ ] Auto-generated test suites from schemas
## [0.1.0] - 2025-10-25
### Added
- Initial release
[Unreleased]: https://github.com/nshkrdotcom/snakebridge/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/nshkrdotcom/snakebridge/releases/tag/v0.1.0