jsonschema_rs 0.46.2-x86_64-darwin → 0.46.3-x86_64-darwin

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: 78988c5289a9758ae99a327f4a35c0b1633dfe7099c604f4090a4e3fcf063a7c
4
- data.tar.gz: e34df339542a2d3a210cb705b9a909d8136f5f35ec9d25d906a3ba02bc47cdb6
3
+ metadata.gz: 7cf071edd9183dfbbf01eeb164efc1d2e9a81712bbb10af35d78c501b2cf11f5
4
+ data.tar.gz: a64d99d7f01f556a383d42ee116d9639ef3237edee0137f8db9abd03f8f827d3
5
5
  SHA512:
6
- metadata.gz: 251d4128b6a4a4565aecd3911e31997a1449fa7fa7dfd30692a261d6d11db04adfd74338e0a710352c58efb01623fd371cf3c1d96601e54ce6185dbdee68a9d3
7
- data.tar.gz: 47ede77e0697ae7ca7006fc5f2cc1242bc088cdd2da1c79955ef05025677d85ad524b1f9e35edc5efb7e9a1c84653cd009c839ee32ce624f7178c1021092c679
6
+ metadata.gz: 00be1fc92d5a222a10edb6fa6b0fc955cd3551afdf8ad8f6e646913fca378792318297acc8cfc423ee409129d7e5e8dd451ca371feb016ed481b06f8025f3195
7
+ data.tar.gz: 69e0780f261744eed209a4eda4b2ce5e8250e79158116e76dff9a5a10661c721be5890848fb086986a313541ae5cdcbc437eef484003f1359eca42e912b01287
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
@@ -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: x86_64-darwin
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