misarmail 5.0.0 → 5.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c36f75bbe102b5c13546df99d0caa263e59ce8b88fe46d723f7d02810d65b477
4
- data.tar.gz: 278a9e3c983715766e847e8a56bbebbeec4c4648b41e0956a615b3bc24249760
3
+ metadata.gz: 55a87f0d8ae9bb1c278963d84f702c3c355913cb16bb0f77006ab197296e08a9
4
+ data.tar.gz: 4532a63dadd55724361b98397717927dc2913cfc0053184f8ce59713f6d96d69
5
5
  SHA512:
6
- metadata.gz: 0b98b6228ed597e0c49c86827c16e71cfb4925f7efea1ca341f653efe7ca128992e0e775fc0f01ed687af0bd06ffc6d4c4e92c40767dd5694f1e7ae32038292d
7
- data.tar.gz: a82c543e3faf7e792bff37b5233539d8c34643cf6ae29c9c97624e3d5775f73e827d0a1a1244c1eb2510cb5f9507852ad31ff218d5a99922c4801c1aea45aabe
6
+ metadata.gz: 6be217ecf8993e13e0b62b26460332d4ae493a896ba1edf822ebafcdd88c0b4c9d9ea46ddb77f47f663db0fc4d2e2677e8dfa32bbea881d7a479668fe0c50840
7
+ data.tar.gz: be492f39be646c218d497601215386c07f35552d2dec8ffbe3c7cb78eaa1b3235fa5a16e27503d681eb9dfabc53406f0170ba0c2318bb5274f720215fb68f542
data/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ 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.1] — 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.0] — 2026-08-19
12
+
13
+ One version across every SDK in every Misar product, replacing the drift between separately-numbered clients.
14
+
15
+ ### Documentation
16
+
17
+ - 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.
18
+ - Manifest metadata filled in — homepage, repository, issue tracker, documentation and author.
19
+
20
+ ### Fixed
21
+
22
+ - 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".
23
+
7
24
  ## [1.0.0] — 2026-08-17
8
25
 
9
26
  First release.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: misarmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Misar AI