yes 2.4.2 → 2.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -0
- data/lib/yes/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93cb1176afffd5965b26c113dc876b073865d8a6b6371c1847dafd7f0263186d
|
|
4
|
+
data.tar.gz: ddadae36c19352d6a6405b0807335d53cdc3d22857bcaf75ade9d51698c4e348
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88d462f4941e69df93394ebd2aacf06e98f2640ee1bd2384544d493cd3fa6adccbf9c91abc0fa6b42d2ad16eda252f6ed941dbe20b5c9a4febf1f91102faf570
|
|
7
|
+
data.tar.gz: 60bf1abbd7d1fcfc3abe1f94585c4ebf4949ea4917365eaa327e65775e309f2d498a5d5f4b30ef6b531fbfb0d354ce197653a6f9656db550d58f17a78395d9b5
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.4.4] - 2026-09-15
|
|
6
|
+
|
|
7
|
+
### yes-core
|
|
8
|
+
|
|
9
|
+
#### Changed
|
|
10
|
+
- The span attribute added in 2.4.3 is now named `command.name` instead of `command`.
|
|
11
|
+
`CommandCerbosAuthorizer` already sets a `command` attribute holding the serialised command,
|
|
12
|
+
so the two collided: a metrics pipeline that exports span attributes by name got the payload
|
|
13
|
+
rather than the class name, and with it one time series per distinct payload. The attribute
|
|
14
|
+
name is available as `CommandHandling::CommandHandler::COMMAND_ATTRIBUTE`.
|
|
15
|
+
|
|
16
|
+
## [2.4.3] - 2026-09-15
|
|
17
|
+
|
|
18
|
+
### yes-core
|
|
19
|
+
|
|
20
|
+
#### Added
|
|
21
|
+
- `CommandHandling::CommandHandler` and `CommandGroupHandler` record which command they ran on
|
|
22
|
+
the `Execute command` / `Execute command group` span, as a `command` attribute holding the
|
|
23
|
+
command class name (for example `Shop::Order::Commands::Place::Command`). Previously the span
|
|
24
|
+
named only the operation, so a trace showed that a command had run and how many retries it
|
|
25
|
+
needed, but not which command it was. The span name is unchanged on purpose: it is a metric
|
|
26
|
+
dimension, and naming it per command would multiply the latency histogram series per service.
|
|
27
|
+
|
|
5
28
|
## [2.4.2] - 2026-09-15
|
|
6
29
|
|
|
7
30
|
### yes-core
|
data/lib/yes/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: 'yes'
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nico Ritsche
|
|
@@ -15,56 +15,56 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 2.4.
|
|
18
|
+
version: 2.4.4
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 2.4.
|
|
25
|
+
version: 2.4.4
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: yes-command-api
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 2.4.
|
|
32
|
+
version: 2.4.4
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 2.4.
|
|
39
|
+
version: 2.4.4
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: yes-core
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - '='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 2.4.
|
|
46
|
+
version: 2.4.4
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 2.4.
|
|
53
|
+
version: 2.4.4
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: yes-read-api
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
58
|
- - '='
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 2.4.
|
|
60
|
+
version: 2.4.4
|
|
61
61
|
type: :runtime
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
65
|
- - '='
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 2.4.
|
|
67
|
+
version: 2.4.4
|
|
68
68
|
description: Event sourcing framework for Ruby on Rails applications
|
|
69
69
|
email:
|
|
70
70
|
- nico.ritsche@yousty.ch
|