misarreach 5.0.0 → 5.0.3
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 +26 -0
- 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: 624ea9b3d925e725ebbe1c056953d8deedb56fb007a00a565155a87c86e435c5
|
|
4
|
+
data.tar.gz: cbfb9882fcbfd55cb16937bee0fffaea0712c294476df4dfd6b5e8d25af5d488
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd4e3959ddccb3a772c2d60d3e837eeaf0d2fdcae23c682c67f4e1189b42a6efe38e9256687102f45a182ed75c6990f56e8e57dc03e538da115452ded6f35326
|
|
7
|
+
data.tar.gz: f187d012f71c3376a0709008bbc3fb3f8328b9c35cf33c95323ad50adf517025c0872bb1203ec3b3f0cea9f5aa4d163b881c03cde1b222314d8fc3336fe6d443
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,32 @@ All notable changes to this SDK are documented here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project uses
|
|
5
5
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [5.0.3] — 2026-08-19
|
|
8
|
+
|
|
9
|
+
Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
|
|
10
|
+
|
|
11
|
+
## [5.0.2] — 2026-08-19
|
|
12
|
+
|
|
13
|
+
Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
|
|
14
|
+
|
|
15
|
+
## [5.0.1] — 2026-08-19
|
|
16
|
+
|
|
17
|
+
Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
|
|
18
|
+
|
|
19
|
+
## [5.0.0] — 2026-08-19
|
|
20
|
+
|
|
21
|
+
One version across every SDK in every Misar product, replacing the drift between separately-numbered clients.
|
|
22
|
+
|
|
23
|
+
### Documentation
|
|
24
|
+
|
|
25
|
+
- A campaign step is flat — `{channel, delay_hours, subject, body}`, ordered by its position in the array — and `conversations.reply` takes `message`. Earlier examples showed shapes the API rejects.
|
|
26
|
+
- Rewritten README: every resource and method is listed with the endpoint it calls, the examples are verified against the API contract, and package links are consistent across all SDKs.
|
|
27
|
+
- Manifest metadata filled in — homepage, repository, issue tracker, documentation and author.
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- An error response with an empty body was reported as success. A bare 401, or any response stripped by a proxy, came back as an empty result instead of raising, so callers could not tell "no results" from "not authorised".
|
|
32
|
+
|
|
7
33
|
## [1.0.0] — 2026-08-17
|
|
8
34
|
|
|
9
35
|
First release.
|