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 +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +4 -1
- data/lib/mammoth/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9169e3ff1f9fad3a07df87cee57891aea0ca6815f356f7ef998e94572a432ea4
|
|
4
|
+
data.tar.gz: 6ee2140075cb22b1fc0aea3977a33adfd1aa49918d184a823ee3cbcab9b87bac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/mammoth/version.rb
CHANGED