Releases: GoCodeAlone/workflow-plugin-data-engineering
Releases · GoCodeAlone/workflow-plugin-data-engineering
v0.3.0
Changelog
- 0f6b8a0 fix: code review — 5 security issues resolved
- b50a5eb feat: v0.3.0 — 8 roadmap features, integration tests, updated docs
- 886842e feat: LLM entity extraction + ClickHouse materialized views
- 02cb9fe feat: dynamic tenant promotion + CDC backpressure monitoring
- 43c423f feat: lineage tracking + hot/cold tier management
- ad0a974 feat: end-to-end schema evolution + expand-contract migrations
- 1c14089 chore: remove private repo CI workarounds
- 66112f1 chore: convert to public repo with MIT license
- 6b30bc4 chore: bump to v0.2.0, add bento dependency
- 9c13f60 refactor: delegate Bento CDC streaming to workflow-plugin-bento
- e981b71 refactor: consolidate registries, HTTP clients, and identifier validation
- f82f42e docs: add real-world use cases with full pipeline examples + gap analysis
- 3e39164 docs: add README with full module/step reference
v0.1.2
v0.1.1
v0.1.0
Changelog
- 28ad776 fix: code quality review — 5 security + correctness issues resolved
- 5322e48 fix: sync plugin.json with actual module/step types from plugin.go
- 655f082 feat: Phase 3+4 plugin wiring + integration tests
- 043f592 feat: migration module + 5 step types
- cf9aa5a feat: data contracts, quality module + 8 step types, Python providers
- dc7d409 feat: DataHub + OpenMetadata catalog clients + 3 catalog steps
- f947c0f feat: Neo4j module + graph steps + knowledge graph extraction
- 244fd2c feat: Go-native data quality checks + profiler + anomaly detection
- 1404fc4 feat: declarative schema differ + scripted migration runner
- b8d5a31 fix: code quality review — 7 issues resolved
- 01352fd feat: Phase 2 plugin wiring + integration tests
- 91f9d1c feat: Schema Registry module + register/validate steps
- 516a2e3 feat: InfluxDB, TimescaleDB, and ClickHouse time-series modules + steps
- 82c360a feat: lakehouse module + 7 Iceberg step types
- d7700f3 feat: QuestDB and Apache Druid time-series modules
- 1c18df9 feat: Iceberg REST Catalog client with full CRUD
- 4bdc14a fix: correct validateIdentifier error message to reflect actual regex rule
- 8882494 fix: tighten identifier regex to reject digit-leading tenant IDs
- 3bbece7 fix: address code review issues in CDC provider and bento config
- 57fd1ca fix: SQL injection in DDL strategies + multi-error unwrapping in row_level
- 8ad386b fix: DMS nil client + SQL injection in row-level deprovision
- 2da39c3 feat: plugin integration tests with full lifecycle validation
- 9fd31aa feat: wire CDC source module, steps, trigger with process-level registry
- de88604 feat: AWS DMS CDC provider via SDK v2
- 688c7c7 feat: real Bento CDC provider + MemoryProvider for testing
- 1f5cad8 feat: Debezium CDC provider via Kafka Connect REST API
- 2b8aba0 feat: multi-tenancy module with schema/db/row-level strategies
- 0a65400 feat: scaffold data engineering plugin repo