Skip to content

Commit 535983e

Browse files
committed
Version 3.7.0
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 39eaa0a commit 535983e

File tree

6 files changed

+36
-8
lines changed

6 files changed

+36
-8
lines changed

docs/changelog.md

+33
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88

99
<!-- towncrier release notes start -->
1010

11+
## 3.7.0 (2025-01-03)
12+
13+
### Features
14+
15+
- Indicate which package a schema comes from when missing (#187)
16+
- Add a new `reconsume` CLI command to fetch a message from datagrepper and replay it for the configured consumer (#359)
17+
- Add an embedded HTTP server to monitor the service, see the "Monitoring" section in <project:./user-guide/consuming.rst> (#380)
18+
19+
### Documentation Improvements
20+
21+
- Add the `fedora-image-uploader-messages` schema package
22+
23+
### Development Changes
24+
25+
- Fix the Packit configuration
26+
- Stop using Mergify
27+
- Unit and integration tests improvements
28+
29+
### Other Changes
30+
31+
- Update dependencies
32+
33+
### Contributors
34+
35+
Many thanks to the contributors of bug reports, pull requests, and pull request
36+
reviews for this release:
37+
38+
- Akashdeep Dhar
39+
- Aurélien Bompard
40+
- Jeremy Cline
41+
- Matej Focko
42+
43+
1144
## 3.6.0 (2024-06-13)
1245

1346
### Features

news/187.feature

-1
This file was deleted.

news/359.feature

-1
This file was deleted.

news/380.feature

-1
This file was deleted.

news/_template.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
{%- endif -%}
99
{%- endmacro -%}
1010

11-
{{- top_line -}}
12-
11+
{{- top_line }}
1312
{% for section, _ in sections.items() -%}
1413
{%- if section -%}
1514
## {{section}}
@@ -52,8 +51,7 @@ No significant changes.
5251
{% if sections[section]["author"] -%}
5352
### {{definitions['author']["name"]}}
5453

55-
Many thanks to the contributors of bug reports, pull requests, and pull request
56-
reviews for this release:
54+
Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:
5755

5856
{% for text, values in sections[section]["author"].items() -%}
5957
- {{ text }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fedora_messaging"
3-
version = "3.6.0"
3+
version = "3.7.0"
44
description = "A set of tools for using Fedora's messaging infrastructure"
55
authors = [
66
"Fedora Infrastructure <[email protected]>"

0 commit comments

Comments
 (0)