jsonschema_rs 0.52.0-x86_64-linux → 0.52.1-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: ce274a06208c1cd4edac0a666ae528d3347bd3266ae244aa6bd98959e93884fa
4
- data.tar.gz: 99224e7475d633c0b533a888ec708a3749d91dabf9c3c70998b2211feeedbc47
3
+ metadata.gz: eef94484c65b2f91e85602480251f94c9d161033779335ec7cd2dd36ff81e979
4
+ data.tar.gz: d7b2ee519accd8d457b77eec936432066eb1ec75df6f9e10213854e3c9645c56
5
5
  SHA512:
6
- metadata.gz: 3b5d47ff07fa89a797bff77c683ea0f89216093e93731992dd3076ff0b46306b7aa3b99c462eec2d118958c8322d53d05f72203d9db8515664709d50ae99239d
7
- data.tar.gz: da2d956cbee728a47d178fd66d522fa4e032d9521c4c6125f04f9f8837284bb421742cc8b247b6eaf9c555cf81af0e6dd6f2b9c06fb0c5d2b31ab9ae15252714
6
+ metadata.gz: 99d73fb9256cb54eb8938ece5a9bb167f244427de1da905297d039ea1808558017ffc958e62464afd2be23923970af7cb282695510287bdfcc884a0f1d1c602c
7
+ data.tar.gz: 5887ad23d62cee214b55ef4a7ee014a6006c281540532fec8217a8b6132aefd945295e801ba5aafc5028c68e2b8a9e9b5f69763017791ed3f58779f2d56a4d59
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: x86_64-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