Skip to content

Commit 0b024c1

Browse files
authored
chore(main): release 3.5.0 (#67)
Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com>
1 parent 761a142 commit 0b024c1

3 files changed

Lines changed: 11 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.4.1"
2+
".": "3.5.0"
33
}

CHANGELOG.md

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

3+
## [3.5.0](https://github.com/straw-hat-team/commanded/compare/v3.4.1...v3.5.0) (2026-04-05)
4+
5+
6+
### Features
7+
8+
* **telemetry:** Add aggregate_module to load/populate/snapshot telemetry metadata ([#69](https://github.com/straw-hat-team/commanded/issues/69)) ([78bcfe7](https://github.com/straw-hat-team/commanded/commit/78bcfe73940c49a1e8650292afabaac5f8d26962))
9+
* **telemetry:** Add and surface processing_latency_ms in event handler spans ([#68](https://github.com/straw-hat-team/commanded/issues/68)) ([ffaafcf](https://github.com/straw-hat-team/commanded/commit/ffaafcf472c8f98d398bf202550c070adf77b1d2))
10+
* **telemetry:** Add processing_latency_ms to event handler stop measurements ([#66](https://github.com/straw-hat-team/commanded/issues/66)) ([edbe23e](https://github.com/straw-hat-team/commanded/commit/edbe23e2528ac23f8c7e7c7bd3bea32ab7cd6f4a))
11+
312
## [3.4.1](https://github.com/straw-hat-team/commanded/compare/v3.4.0...v3.4.1) (2026-04-01)
413

514

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.4.1"
4+
@version "3.5.0"
55
@source_url "https://github.com/straw-hat-team/commanded"
66

77
def project do

0 commit comments

Comments
 (0)