Skip to content

Commit

Permalink
Version 3.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jan 3, 2025
1 parent 39eaa0a commit 535983e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 deletions.
33 changes: 33 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## 3.7.0 (2025-01-03)

### Features

- Indicate which package a schema comes from when missing (#187)
- Add a new `reconsume` CLI command to fetch a message from datagrepper and replay it for the configured consumer (#359)
- Add an embedded HTTP server to monitor the service, see the "Monitoring" section in <project:./user-guide/consuming.rst> (#380)

### Documentation Improvements

- Add the `fedora-image-uploader-messages` schema package

### Development Changes

- Fix the Packit configuration
- Stop using Mergify
- Unit and integration tests improvements

### Other Changes

- Update dependencies

### Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

- Akashdeep Dhar
- Aurélien Bompard
- Jeremy Cline
- Matej Focko


## 3.6.0 (2024-06-13)

### Features
Expand Down
1 change: 0 additions & 1 deletion news/187.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/359.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/380.feature

This file was deleted.

6 changes: 2 additions & 4 deletions news/_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
{%- endif -%}
{%- endmacro -%}

{{- top_line -}}

{{- top_line }}
{% for section, _ in sections.items() -%}
{%- if section -%}
## {{section}}
Expand Down Expand Up @@ -52,8 +51,7 @@ No significant changes.
{% if sections[section]["author"] -%}
### {{definitions['author']["name"]}}

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:
Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:

{% for text, values in sections[section]["author"].items() -%}
- {{ text }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fedora_messaging"
version = "3.6.0"
version = "3.7.0"
description = "A set of tools for using Fedora's messaging infrastructure"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand Down

0 comments on commit 535983e

Please sign in to comment.