jsonschema_rs 0.46.1-aarch64-linux → 0.46.3-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 +4 -4
- data/CHANGELOG.md +15 -1
- data/lib/jsonschema/3.3/jsonschema_rb.so +0 -0
- data/lib/jsonschema/3.4/jsonschema_rb.so +0 -0
- data/lib/jsonschema/4.0/jsonschema_rb.so +0 -0
- data/lib/jsonschema/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31b85e46193e87f6fa48b7dc3373979581cfba487318672709c1122ee299be4b
|
|
4
|
+
data.tar.gz: ef2a6f255440c7d32882436c4acb7b439a8eb28f7aa0be09e493baf97fdeaddd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa6966a9a3663c5d2c3992cd5ce27c859a1df6d741be89adbb986efb5aa5b539025deacb9f352b268e9981eb817a3c7062043c16e0e3a4a4d47ff51d53e71037
|
|
7
|
+
data.tar.gz: 3594bc3f57c8cb935e6fee3107b922b00d3d185c6248435842dcc2607b2cc120d70a7ab3c8c6024265f367a5fe4ccb76d75893370ad23733a894e1d6699777ba
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.46.3] - 2026-04-28
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Memory not reclaimed when a validator for a schema with recursive `$ref` or `$dynamicRef` is dropped. [#1125](https://github.com/Stranger6667/jsonschema/issues/1125)
|
|
10
|
+
|
|
11
|
+
## [0.46.2] - 2026-04-20
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- `required` not enforced when `additionalProperties` is a schema object and `required` lists exactly 2 keys.
|
|
16
|
+
|
|
5
17
|
## [0.46.1] - 2026-04-18
|
|
6
18
|
|
|
7
19
|
### Fixed
|
|
@@ -92,7 +104,9 @@
|
|
|
92
104
|
|
|
93
105
|
- Initial public release
|
|
94
106
|
|
|
95
|
-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.
|
|
107
|
+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...HEAD
|
|
108
|
+
[0.46.3]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...ruby-v0.46.3
|
|
109
|
+
[0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
|
|
96
110
|
[0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
|
|
97
111
|
[0.46.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...ruby-v0.46.0
|
|
98
112
|
[0.45.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...ruby-v0.45.1
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/jsonschema/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.46.3
|
|
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-04-
|
|
11
|
+
date: 2026-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|