Skip to content

Changelog

3.2.4 - Release Date: [2024-02-26]

๐Ÿ› Fixes

  • Fix docs CI to include the latest changes to a tagged version in the changelog - #459

  • Fix tempfile creation - #461

  • Fix symbolic link to CONTRIBUTING.md and parallel option in action.yaml - #462

๐Ÿญ Refactor

  • Refactor Kafka topics - #447

  • Refactor PipelineGenerator to use component ids - #460

๐Ÿ“ Documentation

  • Fix docs CI to include the latest changes to a tagged version in the changelog - #459

3.2.3 - Release Date: [2024-02-19]

๐Ÿ› Fixes

  • Trim and hash Helm name override to 63 characters - #456

3.2.2 - Release Date: [2024-02-12]

๐Ÿ› Fixes

  • Fix nested substitution - #451

3.2.1 - Release Date: [2024-02-08]

๐Ÿ› Fixes

  • Fix order of pipeline steps for clean/reset - #450

  • Fix substitution - #449

  • Fix cleaner inheritance, parent model should be aliased during instantiation - #452

๐Ÿญ Refactor

  • Simplify execution graph logic - #446

3.2.0 - Release Date: [2024-02-01]

๐Ÿš€ Features

  • Refactor pipeline filter and add to public API - #405

๐Ÿญ Refactor

  • Refactor enrichment using Pydantic model validator - #444

  • Refactor pipeline filter and add to public API - #405

๐Ÿ“ Documentation

  • Improve Sphinx docs highlighting using RST markup - #443

3.1.0 - Release Date: [2024-01-30]

๐Ÿš€ Features

  • Add support for pipeline steps parallelization - #312

๐Ÿ› Fixes

  • Update poetry publish workflow version to latest - #430

๐Ÿญ Refactor

  • Simplify loading of defaults - #435

๐ŸŒ€ Miscellaneous

  • Add custom PascalCase to snake_case alias generator - #436

  • Add parallel flag support to kpops runner - #439

3.0.2 - Release Date: [2024-01-23]

๐Ÿ› Fixes

  • Fix Helm diff output - #434

๐Ÿ“ Documentation

  • Add step for submodule initialization on the docs - #431

๐ŸŒ€ Miscellaneous

  • Add message if examples git submodule is not initialized - #432

  • Update type annotation for deserialized pipeline - #433

3.0.1 - Release Date: [2024-01-19]

๐Ÿ› Fixes

  • Fix broken doc link - #427

  • Add warning log if SR handler is disabled but URL is set - #428

๐Ÿ“ Documentation

  • Update docs of word-count example for v3 & new folder structure - #423

  • Move ATM fraud to examples repo - #425

  • Fix broken doc link - #427

๐ŸŒ€ Miscellaneous

  • Update pydantic dependency - #422

  • Add git submodule instructions to the contributing.md - #429

3.0.0 - Release Date: [2024-01-17]

๐Ÿ—๏ธ Breaking changes

  • Move GitHub action to repository root - #356

  • Make Kafka REST Proxy & Kafka Connect hosts default and improve Schema Registry config - #354

  • Create HelmApp component - #370

  • Change substitution variables separator to . - #388

  • Refactor pipeline generator & representation - #392

  • Define custom components module & pipeline base dir globally - #387

  • Use hash and trim long Helm release names instead of only trimming - #390

  • Refactor generate template for Python API usage - #380

  • Namespace substitution vars - #408

  • Refactor streams-bootstrap cleanup jobs as individual HelmApp - #398

  • Refactor Kafka Connector resetter as individual HelmApp - #400

  • Fix wrong Helm release name character limit - #418

๐Ÿš€ Features

  • Allow overriding config files - #391

  • Generate defaults schema - #402

๐Ÿ› Fixes

  • Fix missing component type in pipeline schema - #401

  • Fix enrichment of nested Pydantic BaseModel - #415

  • Fix wrong Helm release name character limit - #418

  • Update release workflow template to support custom changelog file path - #421

๐Ÿงช Dependencies

  • Migrate to Pydantic v2 - #347

๐Ÿญ Refactor

  • Make Kafka REST Proxy & Kafka Connect hosts default and improve Schema Registry config - #354

  • Migrate to Pydantic v2 - #347

  • Refactor pipeline generator & representation - #392

  • Use hash and trim long Helm release names instead of only trimming - #390

  • Refactor Helm nameOverride - #397

  • Mark component type as computed Pydantic field - #399

  • Refactor generate template for Python API usage - #380

  • Support multiple inheritance for doc generation - #406

  • Refactor streams-bootstrap cleanup jobs as individual HelmApp - #398

  • Refactor Kafka Connector resetter as individual HelmApp - #400

๐Ÿ“ Documentation

  • Move GitHub action to repository root - #356

  • Create HelmApp component - #370

  • Update docs for substitution variable usage in v3 - #409

  • Support multiple inheritance for doc generation - #406

  • Update docs for v3 - #416

  • Update tests resources - #417

  • Summarize all breaking changes in diffs at the top of the migration guide - #419

๐ŸŒ€ Miscellaneous

  • Replace black with ruff - #365

  • Add toml formatter to dprint - #386

  • Add malva to dprint - #385

  • Update KPOps runner with the new options - #395

  • Fix KPOps action to get package from testPyPI - #396

  • KPOps 3.0 - #420

2.0.11 - Release Date: [2023-10-24]

๐Ÿ› Fixes

  • Fix early exit upon Helm exit code 1 - #376

  • Fix docs setup page list indentation - #377

๐Ÿ“ Documentation

  • Migrate deprecated mkdocs-material-extensions - #378

  • Fix docs setup page list indentation - #377

  • Exclude resources from docs search - #371

2.0.10 - Release Date: [2023-10-12]

๐ŸŒ€ Miscellaneous

  • Fix environment variables documentation generation - #362

  • Introduce ruff - #363

  • Print details on connector name mismatch error - #369

  • Enable transparent OS environment lookups from internal environment - #368

2.0.9 - Release Date: [2023-09-19]

๐Ÿ› Fixes

  • Fix Kafka connect config name for deletion - #361

๐Ÿ“ Documentation

  • Fix link to kpops-examples - #357

2.0.8 - Release Date: [2023-09-06]

๐Ÿ› Fixes

  • Fix config.yaml overriding environment variables - #353

๐Ÿญ Refactor

  • Refactor component prefix & name - #326

  • Remove unnecessary condition during inflate - #328

2.0.7 - Release Date: [2023-08-31]

๐Ÿ› Fixes

  • Print only rendered templates when --template flag is set - #350

๐Ÿ“ Documentation

  • Add migration guide - #352

2.0.6 - Release Date: [2023-08-30]

๐Ÿญ Refactor

  • Simplify deployment with local Helm charts - #349

2.0.5 - Release Date: [2023-08-30]

๐Ÿ› Fixes

  • Fix versioning of docs when releasing - #346

2.0.4 - Release Date: [2023-08-29]

๐Ÿ› Fixes

  • Fix GitHub ref variable for pushing docs to main branch - #343

๐Ÿ“ Documentation

  • Add dprint as the markdown formatter - #337

  • Publish pre-release docs for PRs & main branch - #339

  • Align docs colours - #345

๐ŸŒ€ Miscellaneous

  • Exclude abstract components from pipeline schema - #332

2.0.3 - Release Date: [2023-08-24]

๐Ÿ› Fixes

  • Fix GitHub action error in non-Python projects - #340

๐ŸŒ€ Miscellaneous

  • Lint GitHub action - #342

2.0.2 - Release Date: [2023-08-23]

๐Ÿ“ Documentation

  • Add version dropdown to the documentation - #336

  • Break the documentation down into smaller subsection - #329

2.0.1 - Release Date: [2023-08-22]

๐Ÿ› Fixes

  • Fix optional flags in GitHub action - #334

2.0.0 - Release Date: [2023-08-17]

๐Ÿ—๏ธ Breaking changes

  • Remove camel case conversion of internal models - #308

  • Derive component type automatically from class name - #309

  • Refactor input/output types - #232

  • v2 - #321

๐Ÿš€ Features

  • Automatically support schema generation for custom components - #307

  • Derive component type automatically from class name - #309

๐Ÿญ Refactor

  • Refactor input/output types - #232

๐Ÿ“ Documentation

  • Fix editor integration example in docs - #273

1.7.2 - Release Date: [2023-08-16]

๐Ÿญ Refactor

  • Refactor Kafka Connect handler - #322

๐Ÿ“ Documentation

  • Add KPOps Runner GitHub Action to the documentation - #325

  • Remove :type and :rtype from docstrings - #324

1.7.1 - Release Date: [2023-08-15]

๐Ÿ“ Documentation

  • Modularize and autogenerate examples for the documentation - #267

  • Update the variable documentation - #266

1.7.0 - Release Date: [2023-08-15]

๐Ÿš€ Features

  • Add flag to exclude pipeline steps - #300

1.6.0 - Release Date: [2023-08-10]

๐Ÿญ Refactor

  • Refactor handling of Helm flags - #319

1.5.0 - Release Date: [2023-08-10]

๐Ÿš€ Features

  • Refactor Helm wrapper and add --set-file flag - #311

๐Ÿญ Refactor

  • Refactor Helm wrapper and add --set-file flag - #311

  • Set default for ToSection topics - #313

  • Annotate types for ToSection models mapping - #315

๐ŸŒ€ Miscellaneous

  • Check Poetry lock file consistency - #316

1.4.0 - Release Date: [2023-08-02]

๐Ÿ› Fixes

  • Validate unique step names - #292

๐Ÿญ Refactor

  • Order PipelineComponent fields - #290

  • Migrate requests to httpx - #302

  • Refactor CLI using dtyper - #306

๐ŸŒ€ Miscellaneous

  • Update Black - #294

  • Fix vulnerability in mkdocs-material - #295

  • Move breaking changes section upper in the change log config - #287

1.3.2 - Release Date: [2023-07-13]

๐Ÿ› Fixes

  • Exclude Helm tests from dry-run diff - #293

1.3.1 - Release Date: [2023-07-11]

๐Ÿญ Refactor

  • Remove workaround for pipeline steps - #276

๐ŸŒ€ Miscellaneous

  • Update codeowners - #281

  • Reactivate Windows CI - #255

  • Downgrade Poetry version on the Windows CI pipeline - #286

  • Set ANSI theme for output of kpops generate - #289

1.3.0 - Release Date: [2023-07-07]

๐Ÿญ Refactor

  • Plural broker field in pipeline config - #278

๐Ÿ“ Documentation

  • Update KPOps runner readme for dev versions - #279

๐Ÿ—๏ธ Breaking changes

  • Plural broker field in pipeline config - #278

๐ŸŒ€ Miscellaneous

  • Add breaking changes section to change log config - #280

1.2.4 - Release Date: [2023-06-27]

๐ŸŒ€ Miscellaneous

  • Update changelog action to contain miscellaneous PRs - #269

1.2.3 - Release Date: [2023-06-22]

๐Ÿ› Fixes

  • Refactor custom component validation & hide field from kpops output - #265

๐Ÿญ Refactor

  • Refactor custom component validation & hide field from kpops output - #265

๐ŸŒ€ Miscellaneous

1.2.2 - Release Date: [2023-06-21]

๐ŸŒ€ Miscellaneous

  • Create workflow to lint CI - #260

  • Fix update docs when releasing - #261

  • Rename change log message for uncategorized issues - #262

1.2.1 - Release Date: [2023-06-21]

Uncategorized
  • Fix update docs in release workflow - #258

1.2.0 - Release Date: [2023-06-21]

๐Ÿš€ Features

  • Add helm repo update <repo-name> for Helm >3.7 - #239

๐Ÿ› Fixes

  • add --namespace option to Helm template command - #237

  • Add missing type annotation for Pydantic attributes - #238

  • Fix helm version check - #242

  • Fix Helm Version Check - #244

  • Fix import from external module - #256

๐Ÿญ Refactor

  • Remove enable option from helm diff - #235

  • Refactor variable substitution - #198

Uncategorized
  • Add background to docs home page - #236

  • Update Poetry version in CI - #247

  • Add pip cache in KPOps runner action - #249

  • Check types using Pyright - #251

  • Remove MyPy - #252

  • Disable broken Windows CI temporarily - #253

  • Update release and publish workflows - #254

  • Fix release & publish workflows - #257