jsonschema_rs 0.46.2-x64-mingw-ucrt → 0.46.3-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: 454aef0984d51aab167f4efd983ce053df68156640a7cbc0c02a3755cd057492
4
- data.tar.gz: 124427b52e1d74573a2b55e0aa7579b445b1ca685135d3338ada002714bff9b3
3
+ metadata.gz: cc2cca788d1dc37ee9485190bc40f000679056266bab94789324625524711751
4
+ data.tar.gz: cb6d8ff38b1b277b8fc62908a9cd7f87e49ba90bbbdab61091facf05ed030d74
5
5
  SHA512:
6
- metadata.gz: 16c797b1c14a6c0a15901709320584d22aa549ad03cd8d012d03eff6749219f460df15f3a774ee38adc6e0a8403612ba1bbe01323dfa6da22418d5b2dd98d3a9
7
- data.tar.gz: 6cd0c090077c733310f6020fcafacf11da17d934227a43b50c48f40a6e942a8b06d7ed837a6ad896929efefcb34efb92cf91162d4e4d2c624bcc15e17fa37377
6
+ metadata.gz: 467b45558a7ff1bce7f1fc1ece892d2214db6d967f89ceac50a9b8f5e82e234d377beff7a991dc64e26c81564e7fd19de39805e99b5c85ed6f1664591bc23683
7
+ data.tar.gz: 63e02a8860d51689af00b2fe187c9ddf1a29ff32d9c86a1e75a47a9fd5fd2dff90fa4d828a37c2fc73d14c43919c1ffdc9739403fdb9a6cc0ac84955d14f1805
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: x64-mingw-ucrt
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