acta 0.4.0.alpha.1 → 0.4.0
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 +11 -0
- data/lib/acta/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c222048844c2ba7ff98f13eb502ff63d355255b245045c873af20a9da717321a
|
|
4
|
+
data.tar.gz: e878810070b933d075d118a90bf9b08a4616c7e30115a9a4115a0c4b6342a3bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f244456c53ae2c3ec20aa8bd5b751d21f20085ba0dfb01ed293a0297661a78fb3f2a406a0a2b297b23adc821d69473a334641d29ac70c76abc862c45768448b
|
|
7
|
+
data.tar.gz: b4a563862c0c8423fa1ea8336d55e8a542b7d7f2182aace4d8477cdea05631e63054d8604b90ee888a114fbb3f2cd55dc90d3f8cd225e80412d32f612196dd87
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,17 @@ breaking changes as the API settles through real-world consumer integration.
|
|
|
10
10
|
|
|
11
11
|
## [Unreleased]
|
|
12
12
|
|
|
13
|
+
## [0.4.0] — 2026-07-17
|
|
14
|
+
|
|
15
|
+
Promotes `0.4.0.alpha.1` to stable with no code changes. The alpha's
|
|
16
|
+
headline feature — `Acta::Upcaster`, replay-time event transformation
|
|
17
|
+
for evolving schemas — held up through Scaff dogfooding; see the
|
|
18
|
+
`0.4.0.alpha.1` entry below for the full details. Also rolls up the
|
|
19
|
+
unreleased `0.3.1` (`Acta::EventsRecord` abstract base for connection
|
|
20
|
+
routing) and `0.3.2` (`Acta.set_events_record_parent!` for pool
|
|
21
|
+
sharing) changes, which shipped in the alpha but never as standalone
|
|
22
|
+
gems.
|
|
23
|
+
|
|
13
24
|
## [0.4.0.alpha.1] — 2026-05-22
|
|
14
25
|
|
|
15
26
|
Prerelease intended for Scaff dogfooding against real prod tenant
|
data/lib/acta/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Gladhill
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-07-17 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: activejob
|