Skip to content

Commit 341b91d

Browse files
authored
chore(main): release 3.7.1 (#105)
Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com>
1 parent b79ddcb commit 341b91d

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.7.0"
2+
".": "3.7.1"
33
}

CHANGELOG.md

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

3+
## [3.7.1](https://github.com/straw-hat-team/commanded/compare/v3.7.0...v3.7.1) (2026-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **dispatcher:** Honor caller-supplied :causation_id on persisted events ([#103](https://github.com/straw-hat-team/commanded/issues/103)) ([13f88f3](https://github.com/straw-hat-team/commanded/commit/13f88f3e427c8525b76c536f4e5b52590a481254))
9+
* **dispatcher:** Preserve retry failure guarantees ([#96](https://github.com/straw-hat-team/commanded/issues/96)) ([7a07792](https://github.com/straw-hat-team/commanded/commit/7a07792542999c66d0930964b43c4c4d4704c557))
10+
* **telemetry:** Rename commanded.handler.lag to commanded.handler.processing_latency ([#95](https://github.com/straw-hat-team/commanded/issues/95)) ([8198884](https://github.com/straw-hat-team/commanded/commit/8198884e5590a093baba03a92008698a0c10bcd3))
11+
* **test:** Restore full suite projection bootstrap ([#99](https://github.com/straw-hat-team/commanded/issues/99)) ([945b1cf](https://github.com/straw-hat-team/commanded/commit/945b1cf19846598d2fba901061a7df747341a001))
12+
313
## [3.7.0](https://github.com/straw-hat-team/commanded/compare/v3.6.1...v3.7.0) (2026-04-21)
414

515

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Commanded.Mixfile do
22
use Mix.Project
33

4-
@version "3.7.0"
4+
@version "3.7.1"
55
@source_url "https://github.com/straw-hat-team/commanded"
66

77
def project do

0 commit comments

Comments
 (0)