jsonschema_rs 0.52.0-aarch64-linux → 0.52.1-aarch64-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: a6fe5212fd6a2c946a50089d5baef447a542be9c4b083575c27b8a3c1133f25e
4
- data.tar.gz: '028ad6da8db3bf3c8c48a9735c90aa815554c40b9dd0a08f90e24363a4444696'
3
+ metadata.gz: 78413c833f2fbd0ade6fe407fceca865baf121572b65a2f5018a01bd54ee1880
4
+ data.tar.gz: 4d3e0618b8082ebff76a806f430c9b7b607d8e4b4879d10d1055b2593d8419b8
5
5
  SHA512:
6
- metadata.gz: 77c903c3c2faa5b79cc0676146b2646a73569b2a2e1f564720e6cacdb81ad00fc7af204943a7466947fdac14ea9a201e5ea4b998d1aa0afbfc97bcba6ac50de2
7
- data.tar.gz: 8b8becab2affc02220b0b39ef1fb47037933c099f73f51f6ac16537de0c2dd6b0a747f718383f429d91403156d108850390cc605e170dc0321077e32541cfd23
6
+ metadata.gz: 83c3621e50c0c3ebe5d514973dae2a94094ca6e53694555b621387289db7efd9dc92d257d3b89ad64fbccd90ec2b8b85f3f9d405aba32f815390f472419c905f
7
+ data.tar.gz: f19d616788ea8204f44b2c28d09e8bdb8abddec3f7b69e29dcea869d0fe32ea464879a7d5bcd0ee2140a5d0e78ec72070e4789c04199c625904f5c5461bdac1a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.52.1] - 2026-08-30
6
+
7
+ ### Performance
8
+
9
+ - `minLength` and `maxLength` together now scan the string once.
10
+ - `unevaluatedProperties` is up to 2.9x faster.
11
+ - `evaluate` is up to 27% faster on reference-heavy schemas.
12
+
5
13
  ## [0.52.0] - 2026-08-27
6
14
 
7
15
  ### Added
@@ -479,7 +487,8 @@
479
487
 
480
488
  - Initial public release
481
489
 
482
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.0...HEAD
490
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.1...HEAD
491
+ [0.52.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.0...ruby-v0.52.1
483
492
  [0.52.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.51.0...ruby-v0.52.0
484
493
  [0.51.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.50.1...ruby-v0.51.0
485
494
  [0.50.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.50.0...ruby-v0.50.1
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.52.0"
4
+ VERSION = "0.52.1"
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.52.0
4
+ version: 0.52.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-26 00:00:00.000000000 Z
11
+ date: 2026-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal