Releases: bakdata/kpops
10.0.3
Changelog
All notable changes to this project will be documented in this file.
10.0.3 - 2025-03-06
What's changed
-
refactor(api): improve typing by @disrupted in #612
-
refactor(pydantic): create
SkipGenerate
type by @disrupted in #611 -
refactor(cli): use annotated for typer option by @disrupted in #613
-
fix(kafka-connector): destroy connector on reset by @disrupted in #615
Full Changelog: 10.0.2...10.0.3
10.0.2
Changelog
All notable changes to this project will be documented in this file.
10.0.2 - 2025-03-04
What's changed
- fix: hide _cleaner & _resetter from generate output by @disrupted in #610
Full Changelog: 10.0.1...10.0.2
10.0.1
Changelog
All notable changes to this project will be documented in this file.
10.0.1 - 2025-03-04
What's changed
-
chore: upgrade ruff by @disrupted in #606
-
refactor(helm-app): make handlers private by @disrupted in #602
-
refactor: switch to basedpyright by @disrupted in #604
-
fix(helm-app): hide repo_config & diff_config from generate output by @disrupted in #607
-
fix(cleaner): enrich on init by @disrupted in #608
Full Changelog: 10.0.0...10.0.1
10.0.0
Changelog
All notable changes to this project will be documented in this file.
10.0.0 - 2025-02-27
What's changed
-
refactor(helm-diff)!: define ignore keypath as array by @disrupted in #600
-
refactor(helm-diff)!: configure on HelmApp component level by @disrupted in #601
-
docs: create migration guide for v10 by @disrupted in #603
Full Changelog: 9.4.1...10.0.0
9.4.1
Changelog
All notable changes to this project will be documented in this file.
9.4.1 - 2025-02-26
What's changed
- refactor(streams-bootstrap): update JMX remote specification by @philipp94831 in #599
Full Changelog: 9.4.0...9.4.1
9.4.0
Changelog
All notable changes to this project will be documented in this file.
9.4.0 - 2025-02-24
What's changed
- refactor(streams-bootstrap): update JMX specification by @philipp94831 in #597
Full Changelog: 9.3.0...9.4.0
9.3.0
Changelog
All notable changes to this project will be documented in this file.
9.3.0 - 2025-02-03
What's changed
-
Use Pydantic
model_validate
to avoid Pyright warnings by @disrupted in #586 -
Fix release commit message by @disrupted in #591
-
Configure PyPI trusted publishing by @yannick-roeder in #592
-
Migrate pre-commit hooks to lefthook by @disrupted in #584
-
feat: support symbolic linked pipelines to avoid repetition by @daconstenla in #580
-
fix: address CI warnings introduced by #580 by @disrupted in #594
-
feat(streams-bootstrap): allow float values in command line by @disrupted in #593
-
ci: run lint job only for target Python version on Linux by @disrupted in #596
-
style: format YAML & JSON by @disrupted in #595
-
feat: support custom namespace configuration for
StrimziKafkaTopic
by @daconstenla in #581
New Contributors
- @daconstenla made their first contribution in #581
Full Changelog: 9.2.1...9.3.0
9.2.1
Changelog
All notable changes to this project will be documented in this file.
9.2.1 - 2025-01-15
What's changed
- Fix CI release and changelog by @disrupted in #590
Full Changelog: 9.2.0-dev...9.2.1
9.2.0-dev
Changelog
All notable changes to this project will be documented in this file.
9.2.0-dev - 2025-01-14
What's changed
-
Improve Pyright matcher by @disrupted in #579
-
Migrate from Poetry to uv by @disrupted in #578
-
Fix circular imports when running individual tests by @disrupted in #583
-
Configure Pyright to report import cycles by @disrupted in #585
-
Fix kpops package build by @disrupted in #588
-
Fail if streams-boostrap v3 model is instantiated with v2 attribute by @disrupted in #587
Full Changelog: 9.1.0...9.2.0-dev