jsonschema_rs 0.55.0 → 0.55.1

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: 05d235bb8d425f0058f6370d39c220a9f740be230a727d15abf8e63a43d2285a
4
- data.tar.gz: 95c876a4adc6cb3e3d733ada0134dfc74ad318402fdd3ccd9b2564d2f8734bec
3
+ metadata.gz: 2514fe367de6ec6e45655fb8a9a06b0e10edb78f2a795f4cc7db63c223435ae5
4
+ data.tar.gz: 79027de8d2b2ffcda419cd3248b22f956f259a49d52dd9961f813ca6b10d31ff
5
5
  SHA512:
6
- metadata.gz: 8cc6eaab21f6e78cc0a0fceabbf80e6df82862b81f9061d2e8efc1db8d79e7f90fbf843998b0c443cb9c357d2c878a1c6d536ff14e43c4ba156ee10ffe701523
7
- data.tar.gz: 8909fbf930850898ee73547e1d50b9f6e28180f36dbe27c17298beff54bb6bbab81272422668c7155e48218b2cb1d3d9e8330257622d81a2cae589d60f818eee
6
+ metadata.gz: a2d648f5826ce9490f9ec562015ece34eac2f296a5566d746d380de601ce1799d4acdf91aa99014e8aec1a5d1d79d65f5ec9cced8e4bbae9412e672e55fb5e9a
7
+ data.tar.gz: 6387cb7a07b4f4bf260109770e3e81aff8ff7c31ec560231cdb0abf9abb592876046e0fec456754c413d5ff85dcb5085e25eac6bf858d7ad0cf853933c4d8bf6
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.55.1] - 2026-09-08
6
+
7
+ ### Changed
8
+
9
+ - Canonicalization of an `anyOf` over an `allOf` through a `$ref` to a union, which left that union nested inside the outer one.
10
+ - Canonicalization of an `anyOf` whose branch narrowing runs out of intersections, which left `true` as a branch inside the union.
11
+
5
12
  ## [0.55.0] - 2026-09-06
6
13
 
7
14
  ### Added
@@ -545,7 +552,8 @@
545
552
 
546
553
  - Initial public release
547
554
 
548
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.55.0...HEAD
555
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.55.1...HEAD
556
+ [0.55.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.55.0...ruby-v0.55.1
549
557
  [0.55.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.54.0...ruby-v0.55.0
550
558
  [0.54.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.53.0...ruby-v0.54.0
551
559
  [0.53.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.1...ruby-v0.53.0
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "jsonschema-rb"
3
- version = "0.55.0"
3
+ version = "0.55.1"
4
4
  edition = "2021"
5
5
  authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
6
6
  license = "MIT"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
14
14
 
15
15
  [dependencies]
16
16
  strum = "0.28.0"
17
- jsonschema = { version = "0.55.0", default-features = false, features = ["magnus", "arbitrary-precision", "resolve-http", "resolve-file", "tls-ring", "macros", "idna"] }
17
+ jsonschema = { version = "0.55.1", default-features = false, features = ["magnus", "arbitrary-precision", "resolve-http", "resolve-file", "tls-ring", "macros", "idna"] }
18
18
  magnus = { version = "0.8", features = ["rb-sys"] }
19
19
  rb-sys = "0.9"
20
20
  serde = { workspace = true }
@@ -693,9 +693,9 @@ dependencies = [
693
693
 
694
694
  [[package]]
695
695
  name = "jsonschema"
696
- version = "0.55.0"
696
+ version = "0.55.1"
697
697
  source = "registry+https://github.com/rust-lang/crates.io-index"
698
- checksum = "49e89c7d35509ab5248f4160addc47098d0f2b09221851bf6234a948f28a70c4"
698
+ checksum = "b68339c3d874e48151d74ffe256d93a58cffa240983cb0967d3cbaea083a44fe"
699
699
  dependencies = [
700
700
  "ahash",
701
701
  "bytecount",
@@ -726,9 +726,9 @@ dependencies = [
726
726
 
727
727
  [[package]]
728
728
  name = "jsonschema-macros"
729
- version = "0.55.0"
729
+ version = "0.55.1"
730
730
  source = "registry+https://github.com/rust-lang/crates.io-index"
731
- checksum = "505c4c6bcb4f5c735196ad34f3c50ca6b06e4785217623b55a05d374e31b1df2"
731
+ checksum = "0ee1d26bd968d4f88b291615dada57b6acc38662bae4e2244c6c9fc31e70bacc"
732
732
  dependencies = [
733
733
  "jsonschema-macros-core",
734
734
  "proc-macro2",
@@ -736,9 +736,9 @@ dependencies = [
736
736
 
737
737
  [[package]]
738
738
  name = "jsonschema-macros-core"
739
- version = "0.55.0"
739
+ version = "0.55.1"
740
740
  source = "registry+https://github.com/rust-lang/crates.io-index"
741
- checksum = "37be493d8ed344f351106f93946f031d6121997ada849fa46df45029618e22f8"
741
+ checksum = "676d45db449ae16bce2582dcff3e7b2dfb177a3c2f885af072257815bc8825c4"
742
742
  dependencies = [
743
743
  "fancy-regex",
744
744
  "indexmap",
@@ -755,7 +755,7 @@ dependencies = [
755
755
 
756
756
  [[package]]
757
757
  name = "jsonschema-rb-ext"
758
- version = "0.55.0"
758
+ version = "0.55.1"
759
759
  dependencies = [
760
760
  "jsonschema",
761
761
  "magnus",
@@ -769,18 +769,18 @@ dependencies = [
769
769
 
770
770
  [[package]]
771
771
  name = "jsonschema-regex"
772
- version = "0.55.0"
772
+ version = "0.55.1"
773
773
  source = "registry+https://github.com/rust-lang/crates.io-index"
774
- checksum = "a1fb77178bdde7326e2e414526342ad4e26b602ba5372e53440129dc061bc50b"
774
+ checksum = "6307b5b51216ec9b941b52244c74043fa0b1d6b657b56199f57cb1416d3641c5"
775
775
  dependencies = [
776
776
  "regex-syntax",
777
777
  ]
778
778
 
779
779
  [[package]]
780
780
  name = "jsonschema-value"
781
- version = "0.55.0"
781
+ version = "0.55.1"
782
782
  source = "registry+https://github.com/rust-lang/crates.io-index"
783
- checksum = "7dadb285b774085f3f3e67cb48ecce59e5d92028f19a01fe014083a4fbaf7fea"
783
+ checksum = "0230ac05e09c6111e96c147b75c390579f5cbd45654b980c68ac60fe17b3f129"
784
784
  dependencies = [
785
785
  "ahash",
786
786
  "bytecount",
@@ -1135,9 +1135,9 @@ dependencies = [
1135
1135
 
1136
1136
  [[package]]
1137
1137
  name = "referencing"
1138
- version = "0.55.0"
1138
+ version = "0.55.1"
1139
1139
  source = "registry+https://github.com/rust-lang/crates.io-index"
1140
- checksum = "1cc7249156d90d60480d54850c861c37c92f20c6dbb9ae85d98ecca19d81c0b2"
1140
+ checksum = "a196a5b4a8a12f46b6353174df865a05d41a6055aff212ec30877492788618b6"
1141
1141
  dependencies = [
1142
1142
  "ahash",
1143
1143
  "fluent-uri",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "jsonschema-rb-ext"
3
- version = "0.55.0"
3
+ version = "0.55.1"
4
4
  edition = "2021"
5
5
  publish = false
6
6
 
@@ -10,10 +10,10 @@ name = "jsonschema_rb"
10
10
  path = "../../src/lib.rs"
11
11
 
12
12
  [dependencies]
13
- jsonschema = { version = "0.55.0", default-features = false, features = ["magnus", "arbitrary-precision", "resolve-http", "resolve-file", "tls-ring", "macros", "idna"] }
13
+ jsonschema = { version = "0.55.1", default-features = false, features = ["magnus", "arbitrary-precision", "resolve-http", "resolve-file", "tls-ring", "macros", "idna"] }
14
14
  magnus = { version = "0.8", features = ["rb-sys"] }
15
15
  rb-sys = "0.9"
16
- referencing = "0.55.0"
16
+ referencing = "0.55.1"
17
17
  serde = { version = "1", features = ["derive"] }
18
18
  serde_json = { version = "1", features = ["arbitrary_precision"] }
19
19
  strum = "0.28.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.55.0"
4
+ VERSION = "0.55.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.55.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Dygalo