Skip to content

Commit bd7b83d

Browse files
authored
Merge pull request #116 from RegioHelden/release-v0.10.0
Release v0.10.0
2 parents d55eaeb + 4f9e848 commit bd7b83d

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [v0.10.0](https://github.com/RegioHelden/django-kafka/tree/v0.10.0) (2025-07-04)
4+
5+
[Full Changelog](https://github.com/RegioHelden/django-kafka/compare/v0.9.0...v0.10.0)
6+
7+
**Implemented enhancements:**
8+
9+
- feat: implement relations resolver. [\#109](https://github.com/RegioHelden/django-kafka/pull/109) (@bodja)
10+
- Update reusable workflows [\#104](https://github.com/RegioHelden/django-kafka/pull/104) (@lociii)
11+
- chore\(deps\): bump setuptools from 78.1.0 to 78.1.1 [\#97](https://github.com/RegioHelden/django-kafka/pull/97) (@dependabot[bot])
12+
13+
**Fixed bugs:**
14+
15+
- fix: `ModelMessageProcessor._aget_missing_relation` wrong return value. [\#115](https://github.com/RegioHelden/django-kafka/pull/115) (@bodja)
16+
17+
**Merged pull requests:**
18+
19+
- Update uv to 0.7.19 [\#114](https://github.com/RegioHelden/django-kafka/pull/114) (@regiohelden-dev)
20+
- Update uv to 0.7.18 [\#113](https://github.com/RegioHelden/django-kafka/pull/113) (@regiohelden-dev)
21+
- Update uv to 0.7.17 [\#108](https://github.com/RegioHelden/django-kafka/pull/108) (@regiohelden-dev)
22+
- Update uv to 0.7.15 [\#107](https://github.com/RegioHelden/django-kafka/pull/107) (@regiohelden-dev)
23+
- Updates GitHub reusable workflows to 2.2.4 [\#106](https://github.com/RegioHelden/django-kafka/pull/106) (@regiohelden-dev)
24+
- Update uv to 0.7.14 and vscode ruff to 2025.24.0 [\#105](https://github.com/RegioHelden/django-kafka/pull/105) (@regiohelden-dev)
25+
- Update uv to 0.7.13 [\#102](https://github.com/RegioHelden/django-kafka/pull/102) (@regiohelden-dev)
26+
- Update uv to 0.7.12 [\#101](https://github.com/RegioHelden/django-kafka/pull/101) (@regiohelden-dev)
27+
- Update uv to 0.7.11 [\#100](https://github.com/RegioHelden/django-kafka/pull/100) (@regiohelden-dev)
28+
- Update uv to 0.7.8 [\#98](https://github.com/RegioHelden/django-kafka/pull/98) (@regiohelden-dev)
29+
- Update uv to 0.7.7 [\#96](https://github.com/RegioHelden/django-kafka/pull/96) (@regiohelden-dev)
30+
- Update uv to 0.7.6 [\#95](https://github.com/RegioHelden/django-kafka/pull/95) (@regiohelden-dev)
31+
- Update uv to 0.7.5 [\#94](https://github.com/RegioHelden/django-kafka/pull/94) (@regiohelden-dev)
32+
333
## [v0.9.0](https://github.com/RegioHelden/django-kafka/tree/v0.9.0) (2025-05-16)
434

535
[Full Changelog](https://github.com/RegioHelden/django-kafka/compare/v0.8.0...v0.9.0)
@@ -8,6 +38,61 @@
838

939
- fix: add retry setting to log every Nth attempt and add more info headers to dead letter topic, refs \#91 [\#92](https://github.com/RegioHelden/django-kafka/pull/92) (@stefan-cardnell-rh)
1040

41+
## [v0.8.0](https://github.com/RegioHelden/django-kafka/tree/v0.8.0) (2025-05-16)
42+
43+
[Full Changelog](https://github.com/RegioHelden/django-kafka/compare/v0.7.0...v0.8.0)
44+
45+
**Implemented enhancements:**
46+
47+
- Remove unused version from init file [\#85](https://github.com/RegioHelden/django-kafka/pull/85) (@lociii)
48+
49+
**Fixed bugs:**
50+
51+
- fix: resume partitions should resume at the paused offsets, refs \#88 [\#89](https://github.com/RegioHelden/django-kafka/pull/89) (@stefan-cardnell-rh)
52+
53+
**Merged pull requests:**
54+
55+
- Update uv to 0.7.4 [\#87](https://github.com/RegioHelden/django-kafka/pull/87) (@regiohelden-dev)
56+
- Update uv to 0.7.3 [\#86](https://github.com/RegioHelden/django-kafka/pull/86) (@regiohelden-dev)
57+
- Updates from modulesync [\#83](https://github.com/RegioHelden/django-kafka/pull/83) (@regiohelden-dev)
58+
59+
## [v0.7.0](https://github.com/RegioHelden/django-kafka/tree/v0.7.0) (2025-04-28)
60+
61+
[Full Changelog](https://github.com/RegioHelden/django-kafka/compare/v0.6.0...v0.7.0)
62+
63+
**Implemented enhancements:**
64+
65+
- Updates from modulesync [\#78](https://github.com/RegioHelden/django-kafka/pull/78) (@regiohelden-dev)
66+
- Removed unused wsgi file from example app [\#67](https://github.com/RegioHelden/django-kafka/pull/67) (@lociii)
67+
68+
**Fixed bugs:**
69+
70+
- fix: fix start command of the "app" container. [\#68](https://github.com/RegioHelden/django-kafka/pull/68) (@bodja)
71+
72+
**Merged pull requests:**
73+
74+
- Updates from modulesync [\#81](https://github.com/RegioHelden/django-kafka/pull/81) (@regiohelden-dev)
75+
- Updates from modulesync [\#80](https://github.com/RegioHelden/django-kafka/pull/80) (@regiohelden-dev)
76+
- Updates from modulesync [\#77](https://github.com/RegioHelden/django-kafka/pull/77) (@regiohelden-dev)
77+
- Updates from modulesync [\#76](https://github.com/RegioHelden/django-kafka/pull/76) (@regiohelden-dev)
78+
- Updates from modulesync [\#75](https://github.com/RegioHelden/django-kafka/pull/75) (@regiohelden-dev)
79+
- chore\(deps\): bump regiohelden/github-reusable-workflows from 2.0.0 to 2.1.0 [\#74](https://github.com/RegioHelden/django-kafka/pull/74) (@dependabot[bot])
80+
- Updates from modulesync [\#73](https://github.com/RegioHelden/django-kafka/pull/73) (@regiohelden-dev)
81+
- Preparations for modulesync rollout [\#72](https://github.com/RegioHelden/django-kafka/pull/72) (@lociii)
82+
83+
## [v0.6.0](https://github.com/RegioHelden/django-kafka/tree/v0.6.0) (2025-04-14)
84+
85+
[Full Changelog](https://github.com/RegioHelden/django-kafka/compare/v0.5.18...v0.6.0)
86+
87+
**Implemented enhancements:**
88+
89+
- Test against Django 5.2 [\#64](https://github.com/RegioHelden/django-kafka/pull/64) (@lociii)
90+
- Introduce reusable workflows [\#62](https://github.com/RegioHelden/django-kafka/pull/62) (@lociii)
91+
92+
**Merged pull requests:**
93+
94+
- feat: introduce "Topic key offset tracker" to resolve race condition … [\#59](https://github.com/RegioHelden/django-kafka/pull/59) (@bodja)
95+
1196
## 0.5.18 (2025-03-31)
1297

1398
**Fixed bugs:**

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

0 commit comments

Comments
 (0)