Skip to content

v0.2.0

Choose a tag to compare

@yelmuratoff yelmuratoff released this 20 Nov 07:05

[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 BatchingAnalytics for buffering events and AsyncAnalyticsAdapter for heavy providers.
    • Flexible Naming: Configurable naming strategies for domains, events, and parameters.
    • Strict Mode: Added strict_event_names to prevent high-cardinality anti-patterns.
  • 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