jsonschema_rs 0.46.9-x64-mingw-ucrt → 0.46.10-x64-mingw-ucrt

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: 6adb051134381fc0aaa1fb8f8be81f510e84151f26be21dd90a7fed98c076849
4
- data.tar.gz: 769c414238ced487fe95f0b47be4ec8b3077a305fbc2b4acf903fff66d85637d
3
+ metadata.gz: 53896d0b4642003d3a78d0ed8caecf54b1f820fe54723a6988b39d955f2c608b
4
+ data.tar.gz: e2aa84004212d2c01f25c653a9f41d77f2d59429603a978695a737afc8d14e47
5
5
  SHA512:
6
- metadata.gz: 6a679f2851cfcebd669746adca7e24af827dceed7b5e4a4c0e0e0272d33ae1e55a70d8099f8d9ecd08e84ffde4cffcf48bcaee9980c980c2cc9b566b662feaec
7
- data.tar.gz: a1a1e817be6d52d8ebeee8618b9036429bbae4729def1ab4a498a40294d6886aaa2dbaaaaedd546ae7ab49a6504237b68e2c3fc2797bb238d542d39bef832df9
6
+ metadata.gz: ed4d1b1172a4e5719e8542c12b702dec4a2edffbf7b7451e5f293111efb9cc9a974a62b3af7edc846fb5ddd0958851606073ec27cfac29e517c9987c4251bba3
7
+ data.tar.gz: 67c44c54df36e9b68f09db6de1cfb8100748abcd54b78ce86ad2f8e1db152d4688e9173a6b83d9a2dd6d914d2270ba459876e0c94a8ffa5801be9f16a8e6e7b1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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
+
5
12
  ## [0.46.9] - 2026-07-02
6
13
 
7
14
  ### Fixed
@@ -142,7 +149,8 @@
142
149
 
143
150
  - Initial public release
144
151
 
145
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.9...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
146
154
  [0.46.9]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...ruby-v0.46.9
147
155
  [0.46.8]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...ruby-v0.46.8
148
156
  [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
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.9"
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.9
4
+ version: 0.46.10
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-02 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