v0.2.0
[0.2.0] - 2025-11-20
- Updates:
- Optimized generator performance with parallel processing and smart I/O.
- Stable API supporting both Dependency Injection and Singleton patterns.
- Major Features:
- Extensible Metadata: Support for arbitrary key-value pairs (
meta) in YAML, propagated to code and exports. - Batching & Async: Added
BatchingAnalyticsfor buffering events andAsyncAnalyticsAdapterfor heavy providers. - Flexible Naming: Configurable naming strategies for domains, events, and parameters.
- Strict Mode: Added
strict_event_namesto prevent high-cardinality anti-patterns.
- Extensible Metadata: Support for arbitrary key-value pairs (
- Developer Experience:
- Improved Error Reporting: Aggregated validation errors for faster debugging.
- Performance: Parallelized generation and incremental file writes.
- Documentation: Added migration guides, scalability benchmarks, and onboarding checklists.
- Quality Assurance:
- Full test coverage (100%).
- Stricter linting rules and CI guardrails.
Full Changelog: v1.0.6...v0.2.0