mammoth 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 456cf70ebb1cb5a91e7e73a42f847298890e8d56f827ca1175ebe61b1d3bc09a
4
- data.tar.gz: e726ba8a465f924b45f2f4055a0a6bf076b7b376681ff7db0a72355ddad241e0
3
+ metadata.gz: 9169e3ff1f9fad3a07df87cee57891aea0ca6815f356f7ef998e94572a432ea4
4
+ data.tar.gz: 6ee2140075cb22b1fc0aea3977a33adfd1aa49918d184a823ee3cbcab9b87bac
5
5
  SHA512:
6
- metadata.gz: 848144fb545ae6040119e249820a1fd495887b8ff2f7bb3f62d47e2fc91de4869a8ec30eaa56cb4946dd50c2063fc7071a8307ae303b25ddbc40d396c7dd45c8
7
- data.tar.gz: fabd87ecb39c6158ca730dc9d8926a4157b6e01d8ab48a90b6f305299309d3680a86834351a59fba40e0019cfb1d81de66d34aa9ccabacd45f47a8c3b10577dd
6
+ metadata.gz: 37191be4257dbab756e5e2ba81bae60905df5a921792001daf12b5ece1bcacbf60c353967b6da5c0de4e71311a8b95311ed37e7f8f2587bcb49e7dfbae6a57bd
7
+ data.tar.gz: 603479a5b0e7e067743eb6dcb8802ea2077954df50e23a3b29b97bdefb161cb1c47f493dfac919aa27d6a0552f018fcc1a7116e876acca50f71bc716f0d8c539
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## Unreleased
4
+
5
+ ## 1.2.0 - 2026-07-19
6
+
7
+ ### Added
8
+
9
+ - Added an opt-in monitoring profile to `webhooks-quickstart` with provisioned
10
+ Prometheus and Grafana services, meaningful seeded traffic, a Mammoth
11
+ operations dashboard, curated Prometheus queries, recording rules, and
12
+ example Prometheus and Grafana alerting rules.
13
+
3
14
  ## 1.1.0 - 2026-07-19
4
15
 
5
16
  ### Added
data/README.md CHANGED
@@ -52,7 +52,10 @@ docker compose up --build --wait
52
52
 
53
53
  Once the flow is visible, follow its
54
54
  [`ADAPTING.md`](webhooks-quickstart/ADAPTING.md) guide to connect Mammoth to an
55
- existing PostgreSQL application.
55
+ existing PostgreSQL application. Its optional `monitoring` profile adds seeded
56
+ traffic, a provisioned Grafana dashboard and alert rules, and a curated
57
+ Prometheus query library; see the
58
+ [observability guide](docs/OBSERVABILITY.md#runnable-monitoring-showcase).
56
59
 
57
60
  ## v1 Release Scope
58
61
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Mammoth
4
4
  # Current Mammoth gem version.
5
- VERSION = "1.1.0"
5
+ VERSION = "1.2.0"
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.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken C. Demanawa