confium 0.3.3-aarch64-linux → 0.3.4-aarch64-linux

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: d16a3c494799da7098bf35d9b41575c45d613b363e2bc719cde272bbc35a31bc
4
- data.tar.gz: 73c02647bdb969b56b7a82292296ae07fb885f5bd25e16b9969953a78261990a
3
+ metadata.gz: 4307dc096901e221f0db21d3e9a19d38fee81272257df41e4898c66829264b3e
4
+ data.tar.gz: be8d8f5bb4db81be87f118fa1a884df1aef93b166deb49ab7b8aea022e4ba016
5
5
  SHA512:
6
- metadata.gz: a86e1a7b59c81424b2bc6d966344c8338475f866eeaf80b5f038e8c1055b1ffa63440eaf5034e04ff268d380317c5cca3389520920db85c66e66467d88e98472
7
- data.tar.gz: a5a3e2183fdd84e6c3c64746bc163731477409873ebf638e21005f7f6e13aa7a09f7bb24c03424681789e82dd32a2b03c31c2e2613c0ffe8da72182c557bbc88
6
+ metadata.gz: 6e9fd857b570851790fa12ba1947989fda556d095289efef6665a49f96dd1b9b7acdd1aeedd08e66716d51a45fa27ed6b2f0537747f59d7a0353fe322985d11f
7
+ data.tar.gz: a7f9f0ad8f835dd595a144c2b1660eba029ca5366460e34c40bc39f95bed5bbaa66d7191e3c81d17611d03810f3e6eda95306c2d54622949eaae2f62738f0f9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.4] — 2026-08-23
4
+
5
+ ### Fixed
6
+
7
+ - **Typed-error sweep completed.** Crypto operation failures
8
+ (FrostP256 sign, ElGamal encapsulate/decrypt/aggregate, composite
9
+ sign) raise `Confium::CryptoError` with the primitive in `details`;
10
+ `PathValidator` DER extraction failures raise `Confium::ParseError`;
11
+ `Manifest#tier_name_at` and `SignedData#certificate_at` out-of-range
12
+ raise the typed `Confium::IndexError` (unifying with the
13
+ transparency proofs — they previously raised Ruby's core
14
+ `IndexError`).
15
+ - **Zero compiler warnings.** All 80 direct
16
+ `magnus::exception::*` constructor sites are centralized into
17
+ `util::runtime`/`util::arg_error` (the deprecated API survives in
18
+ exactly one module whose job is wrapping it); the remaining magnus
19
+ deprecations (`RString::buf_new`, `RArray::each`) and dead imports
20
+ are fixed.
21
+ - **DoS guard now covers every byte input**: the duplicate local
22
+ `bytes_from_value` copies in tc/transparency — one of which
23
+ skipped the 1 MiB size cap — are consolidated onto the util
24
+ version that enforces it.
25
+
3
26
  ## [0.3.3] — 2026-08-23
4
27
 
5
28
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confium
4
- VERSION = '0.3.3'
4
+ VERSION = '0.3.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Open