jsonschema_rs 0.46.9-x86_64-linux → 0.46.10-x86_64-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: 8c165b89c630ee20f9888df720db8d98d8d3d061f7862ee97986b3a9f08e6556
4
- data.tar.gz: 95417941c4794e27ff64f1582453956dfac6a975d2c1e31630185e7c7822a08c
3
+ metadata.gz: 3ec1d6143eb3a20998a7af7604a726ec87149287a20dbedce52c0e46d538b784
4
+ data.tar.gz: ec898777d01d26655366c121f9a5ccb268dba642d2889a53d9d17890381bd5e8
5
5
  SHA512:
6
- metadata.gz: fa9c046bf57cda30102aa682f9fd15f5861b02aa93afbde5d21708ae74283886738f0bb9747b7e5f6d3497e33fa917d06445a845cf0386e39e1037da27983b21
7
- data.tar.gz: 7de3b57081ffb0365f6a5c70570f3af7faabd0af39eb061248772fab47412e769b22709ac5d2a559e7b389f06c0aee145c9848b55780656d5fb941d685870421
6
+ metadata.gz: 9d74539c8bb000d121ea769d602aa816f4031a7894920c1811b87674f16430d6e46666d6fc29a60bfb2f80d1b81ec4b27fb3255761d1d468c66f88362d861727
7
+ data.tar.gz: e9efa4ad9261a0f089ac2cccbc590e84d494ff19fa2beda9af88feb2efa1be031dc2c7054f538688961a19514c931e52de146c6aa4f29dce1fe80d14e9684a60
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: x86_64-linux
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