jsonschema_rs 0.46.2-aarch64-linux-musl → 0.46.3-aarch64-linux-musl

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: 0be019d9af733abc882be72103f5405c1fc4bf19039483d5327c462e8e12215f
4
- data.tar.gz: d3471a00f292912291f81da820982cac9ad18dc66e2deef471b398de79cb38bf
3
+ metadata.gz: bbc8ef438a38eec95e2d17f31a6c02046accc7dc5bc71a28cab77a92b1cbffed
4
+ data.tar.gz: 8333ab58a2faab1ee27fe037fad4e4866c0402ba8e11c49450d2988f1c6f2ca6
5
5
  SHA512:
6
- metadata.gz: bc0a1d1a3702401b3aa501c91478ba845791fec269c72c649add54ceea04b3a341cdca94f98c33b44f0fe9248afcb467ec986d401789081cc75b02411c726c7b
7
- data.tar.gz: 337f81587b71f5b9a2e646af6a65a14f8bea84f987636b97bb5a7ae300c486f117ca17446a6e5d3c35f4dbacd584bcdcc82e035df4b1ecaf14ac50e37d9bdc59
6
+ metadata.gz: 7cbadcdec7eb2d1c258313ce0b2114a6939adb7a57a99ea58338b6fafa8793f7b075da3326597bd0e6251ab8f8f31a16f1b289da3acb19424be380c9fa728171
7
+ data.tar.gz: b9c8f8b9373fd8c5b50c64fb50ac659c1b0b50ac2663bad578e6793733d54d46b9433ec17583677258f151e6816b5f741782b2be12893a3bfc2f32d34bfcffe7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
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
+
5
11
  ## [0.46.2] - 2026-04-20
6
12
 
7
13
  ### Fixed
@@ -98,7 +104,8 @@
98
104
 
99
105
  - Initial public release
100
106
 
101
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...HEAD
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
102
109
  [0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
103
110
  [0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
104
111
  [0.46.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...ruby-v0.46.0
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.2"
4
+ VERSION = "0.46.3"
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.2
4
+ version: 0.46.3
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-20 00:00:00.000000000 Z
11
+ date: 2026-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal