jsonschema_rs 0.46.4-x86_64-linux → 0.46.6-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: cd98d5bfd686d263a5d48b3c18e8a2e1bbd6a20339b9b4b7800af0524befa37d
4
- data.tar.gz: '069bd9b43886bd6f87cacf9ac8070e8f362fb8d922c77af52cce8ee37b77c780'
3
+ metadata.gz: 52f8b21d89baaadd20117a3b2eccd7753c6712e1e36fb15364c567def276f2b3
4
+ data.tar.gz: 3d43fa738202fde2f5f089dad2f8b4ebb9872f2a26d4a073a992716b3d0f470b
5
5
  SHA512:
6
- metadata.gz: bac293266f8a243f9e6f093f7704d7147bed4f323aed0390143966b5177a608ec9d93f037fa798cbb33ccc0671b07f32b5180f4eb45dc285ba0f7375bc41aa23
7
- data.tar.gz: 7459081cb3f6f194d15ef47b773af5f21d6523c987e72b7f03d345d8b6f22c4e538b2fd5fa0dd3b2c7f3b426093b8bc45524b6e00c3ef8a3ef846b4a42644aad
6
+ metadata.gz: c00cef712f9aadcc413da7ef85bc79af52480b1fd327ef85c2e9a1dc5feed09fd472fff6f1bb80ad71cedd5db484bf8ccaa3c6d6cab63e98669cbf92e75b5d8e
7
+ data.tar.gz: 553a0474b47d402e48040d70e43c8d6b8d8b0316868e88f223d0451e9d4480a061332cc64156698530e1f2f433adfa1c024e8c28305a512c4d3f00afe9efacea
data/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.6] - 2026-06-24
6
+
7
+ ### Fixed
8
+
9
+ - `prefixItems` incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
10
+ - `pattern` validation errors displayed the internally translated regex instead of the original schema pattern. [#1149](https://github.com/Stranger6667/jsonschema/issues/1149)
11
+ - Reuse registry retrievers when only `registry` is passed.
12
+
13
+ ## [0.46.5] - 2026-05-13
14
+
15
+ ### Fixed
16
+
17
+ - Percent-encoded characters in `$ref` URI fragments (e.g. `#/$defs/Request%20class`) are now decoded when stored as `schema_path`.
18
+
5
19
  ## [0.46.4] - 2026-05-02
6
20
 
7
21
  ### Fixed
@@ -110,7 +124,9 @@
110
124
 
111
125
  - Initial public release
112
126
 
113
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...HEAD
127
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...HEAD
128
+ [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
129
+ [0.46.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...ruby-v0.46.5
114
130
  [0.46.4]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...ruby-v0.46.4
115
131
  [0.46.3]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...ruby-v0.46.3
116
132
  [0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
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.4"
4
+ VERSION = "0.46.6"
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.4
4
+ version: 0.46.6
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-05-02 00:00:00.000000000 Z
11
+ date: 2026-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal