From 5d05328045465981be8623a5d08fbc3aa4515e6a Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Fri, 18 Sep 2026 17:54:14 -0400 Subject: [PATCH 1/4] Fix: Teach towncrier to link to issues on GitHub Signed-off-by: Patrick M. Niedzielski --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7ddb44..bbf12c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,10 +46,11 @@ version = {attr = "blazingmq._about.__version__"} blazingmq = ["py.typed", "_ext.pyi"] [tool.towncrier] -package = "blazingmq" -package_dir = "src" -filename = "CHANGELOG.md" -directory = "news" +package = "blazingmq" +package_dir = "src" +filename = "CHANGELOG.md" +directory = "news" +issue_format = "[#{issue}](https://github.com/bloomberg/blazingmq-sdk-python/issues/{issue})" [tool.cibuildwheel] build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*"] From 48ab449d2f0eff2989e13f73a7a404cf63791a76 Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Fri, 18 Sep 2026 17:53:30 -0400 Subject: [PATCH 2/4] Chore: Backfill CHANGELOG.md for v1.2.1 release Historical news fragments were never consumed by towncrier at release time. This patch reconstructs the v1.2.1 entry from the fragments that existed as of that tag. Signed-off-by: Patrick M. Niedzielski --- CHANGELOG.md | 8 ++++++++ news/18.feature.rst | 1 - news/6.feature.rst | 1 - news/8.feature.rst | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 news/18.feature.rst delete mode 100644 news/6.feature.rst delete mode 100644 news/8.feature.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index de72125..79a151e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,11 @@ Changelog ========= + +# blazingmq 1.2.1 (2024-12-03) + +## Features + +- Enabled source code typechecking in the GitHub CI ([#6](https://github.com/bloomberg/blazingmq-sdk-python/issues/6)) +- Exposed more `SessionOptions` from libbmq ([#8](https://github.com/bloomberg/blazingmq-sdk-python/issues/8)) +- Support building with Cython 3 ([#18](https://github.com/bloomberg/blazingmq-sdk-python/issues/18)) diff --git a/news/18.feature.rst b/news/18.feature.rst deleted file mode 100644 index a2771a6..0000000 --- a/news/18.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Support building with Cython 3 diff --git a/news/6.feature.rst b/news/6.feature.rst deleted file mode 100644 index c735925..0000000 --- a/news/6.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Enabled source code typechecking in the GitHub CI diff --git a/news/8.feature.rst b/news/8.feature.rst deleted file mode 100644 index a593060..0000000 --- a/news/8.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Exposed more `SessionOptions` from libbmq From 63679bf2ef54c23218a40e8497fdda6478f6a3a1 Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Fri, 18 Sep 2026 17:53:49 -0400 Subject: [PATCH 3/4] Chore: Backfill CHANGELOG.md for v1.2.2 release This patch reconstructs the v1.2.2 entry from the fragments that were added between the v1.2.1 and v1.2.2 tags. Signed-off-by: Patrick M. Niedzielski --- CHANGELOG.md | 11 +++++++++++ news/42.doc.rst | 1 - news/51.misc.rst | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 news/42.doc.rst delete mode 100644 news/51.misc.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a151e..95c281d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ Changelog +# blazingmq 1.2.2 (2025-01-14) + +## Improved Documentation + +- Add example of correlating a message’s post with its ack/nack ([#42](https://github.com/bloomberg/blazingmq-sdk-python/issues/42)) + +## Misc + +- [#51](https://github.com/bloomberg/blazingmq-sdk-python/issues/51) + + # blazingmq 1.2.1 (2024-12-03) ## Features diff --git a/news/42.doc.rst b/news/42.doc.rst deleted file mode 100644 index f49901d..0000000 --- a/news/42.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Add example of correlating a message’s post with its ack/nack diff --git a/news/51.misc.rst b/news/51.misc.rst deleted file mode 100644 index 36f25b8..0000000 --- a/news/51.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Support Python 3.13 From 2499ae51dc992109b179fb8920cdccd878fc19be Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Fri, 18 Sep 2026 17:53:59 -0400 Subject: [PATCH 4/4] Chore: Backfill CHANGELOG.md for v1.2.3 release This patch reconstructs the v1.2.3 entry from the fragments that were added between the v1.2.2 and v1.2.3 tags. Signed-off-by: Patrick M. Niedzielski --- CHANGELOG.md | 7 +++++++ news/62.misc.rst | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 news/62.misc.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c281d..ae2bec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Changelog +# blazingmq 1.2.3 (2025-12-10) + +## Misc + +- [#62](https://github.com/bloomberg/blazingmq-sdk-python/issues/62) + + # blazingmq 1.2.2 (2025-01-14) ## Improved Documentation diff --git a/news/62.misc.rst b/news/62.misc.rst deleted file mode 100644 index 8f370cf..0000000 --- a/news/62.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Bump build dependency versions of BDE, ntf-core, and BlazingMQ/libbmq