jsonschema_rs 0.46.8-aarch64-linux → 0.46.10-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: b7e59702acc39c3d328a0ac2afebf0b1e5b24cc348c976b04a2d39077b38f4b6
4
- data.tar.gz: 2bb778f41029285840383b5088aeba90b3c2ce9b521c9fed5830ec7852b68b54
3
+ metadata.gz: eacd0d7e800384ac95f31a1d152f1e7eba6bfbc2268415bbe6b747c423895253
4
+ data.tar.gz: 605b5415d39542eb918860acf8d3ba5fcf51e055d5be51070901503de924a4cf
5
5
  SHA512:
6
- metadata.gz: 34d6f59071e5e2f205bdc1230761c97a129c4c67d644b6580594ee0056b7c5afaed199fddd9d1d215bcc837333c0b23e4314b0634146151ff1645aca15964ed2
7
- data.tar.gz: ec7c9278c0e30aeee703d6932084801e3832651b370d7ac8d13af3c495ed4f227c4a36c899424312c7594e7ebc8ca8284bc4a957277de87dc154cf2d8d0d4f4a
6
+ metadata.gz: 5938ea17edc65a8e4b75751f99aa75e62face32cbf8d514cd57b477fed8e2cc5a7e1dd18619645547ea54d0573556d124b2d808d9b28c0df4a95a697c890c5f2
7
+ data.tar.gz: e5c61ee3ceac113147de0c38afd13475881b9faec04dab6896dd193cee01d70739e18eb90a055786cfb3e511c1daf73971cadd279ad2c0a0ab84c61b93c68273
data/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.10] - 2026-07-05
6
+
7
+ ### Fixed
8
+
9
+ - Stack overflow with a self-referential `$dynamicRef` combined with `unevaluatedProperties` or `unevaluatedItems`.
10
+ - Incorrect `unevaluatedProperties` and `unevaluatedItems` results when a meta-schema disables the Applicator vocabulary.
11
+
12
+ ## [0.46.9] - 2026-07-02
13
+
14
+ ### Fixed
15
+
16
+ - Stack overflow while preparing a registry containing deeply nested schema documents.
17
+
5
18
  ## [0.46.8] - 2026-07-01
6
19
 
7
20
  ### Fixed
@@ -136,7 +149,9 @@
136
149
 
137
150
  - Initial public release
138
151
 
139
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...HEAD
152
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.10...HEAD
153
+ [0.46.10]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.9...ruby-v0.46.10
154
+ [0.46.9]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...ruby-v0.46.9
140
155
  [0.46.8]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...ruby-v0.46.8
141
156
  [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
142
157
  [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.8"
4
+ VERSION = "0.46.10"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.8
4
+ version: 0.46.10
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-01 00:00:00.000000000 Z
11
+ date: 2026-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal