mammoth 1.5.1 → 1.5.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d7fd1f170a51138c5f3f1b8cc31c388428dd9052020f38653242c774bc6a92e
4
- data.tar.gz: 134f6734ff5a1c377ba318a924630f6792dd51f66b0510ca37157836caacc993
3
+ metadata.gz: 9f17ca40374989940289e36db2ee681398d2e511f88fd120344ff0cd26aa7eb2
4
+ data.tar.gz: fdbbd994bf1efc42ea6bd2699c9f0dd46dd790fdf1b930b389b0b3c9f853846b
5
5
  SHA512:
6
- metadata.gz: 7421871882b9288892ee4c3c2e3e0701839dd60165b238b771a98cd2ec21aa0ed1323b4605ce1f1c9270cd711430aae97f61b0e5f7edd5316a6b77a8686e1f39
7
- data.tar.gz: 6b9d480c5c71beadbbf2633597e6af88176764b1a8e44e49b41cfa24c4636e0f14a08287f2522ce8bf885b0b7b95930600836697cd66acefb67452e5e2c3f2b5
6
+ metadata.gz: 66a28c5f733c9512e1a78d0a3336dadb46a12bd53d89c13d74a0d3449e4fe3f279a7590204052e13b015c14144cabfe26f64c40aa690bd89a761c347af2b5ea3
7
+ data.tar.gz: a87703154c4b33c177be2c9c37a836190f40030c16fc01c3f8ddbf64d14df3d6842e56284bd923d18370c496b008cfac46c0b8e56905ab39fef6cccdc7142874
data/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## 1.5.2 - 2026-07-26
10
+
11
+ ### Changed
12
+
13
+ - Document the roadmap for publishing Mammoth-owned, versioned JSON Schema
14
+ artifacts for canonical webhook event and transaction payloads.
15
+
16
+ ### Fixed
17
+
18
+ - Correct the Mammoth Helm chart's default image tag to `1.5.2`, matching the
19
+ published container image tag convention.
20
+
9
21
  ## 1.5.1 - 2026-07-25
10
22
 
11
23
  ### Changed
data/README.md CHANGED
@@ -52,6 +52,16 @@ Mammoth is intentionally boring infrastructure. It uses YAML configuration,
52
52
  JSON Schema validation, local SQLite operational state, and the CDC Ecosystem's
53
53
  shared vocabulary so operators can inspect, recover, and reason about delivery.
54
54
 
55
+ ## Mammoth ecosystem
56
+
57
+ The Data Plane is one component of the broader Mammoth ecosystem. The companion
58
+ Control Plane, Control Agent, and Extensions are developed separately and are
59
+ not part of this open-source repository or its MIT distribution.
60
+
61
+ See the [Mammoth ecosystem overview](docs/ECOSYSTEM.md) for public scope,
62
+ integration boundaries, and roadmap status. Planned capabilities are
63
+ directional and do not represent a release commitment.
64
+
55
65
  ## Supported PostgreSQL versions
56
66
 
57
67
  Mammoth supports PostgreSQL 14 through PostgreSQL 18, inclusive. These are the
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Mammoth
4
4
  # Current Mammoth gem version.
5
- VERSION = "1.5.1"
5
+ VERSION = "1.5.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mammoth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken C. Demanawa