chore(deps): update rust crate jsonschema to v0.53.0 - #877
Merged
Conversation
Code Metrics Report
Details | | main (95a7f73) | #877 (92e93bb) | +/- |
|---------------------|----------------|----------------|--------|
+ | Coverage | 91.4% | 91.4% | +0.0% |
| Files | 32 | 32 | 0 |
| Lines | 7189 | 7189 | 0 |
+ | Covered | 6575 | 6576 | +1 |
| Code to Test Ratio | 1:0.5 | 1:0.5 | 0.0 |
| Code | 9591 | 9591 | 0 |
| Test | 4986 | 4986 | 0 |
+ | Test Execution Time | 1m26s | 1s | -1m25s |Code coverage of files in pull request scope (69.8% → 70.1%)
Reported by octocov |
renovate
Bot
force-pushed
the
renovate/jsonschema-0.x
branch
from
September 3, 2026 03:57
5f99237 to
aa598e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=0.52.1→=0.53.0Release Notes
Stranger6667/jsonschema (jsonschema)
v0.53.0Added
Location::segments, iterating the segments without collecting them.CanonicalizeOptions::prepare, canonicalizing any number of a document's subschemas by JSON Pointer, with the document indexed once.--at POINTERflag ofjsonschema canonicalize, canonicalizing only the subschema at that pointer without breaking its references into the rest of the document.jsonschema canonicalizereads YAML schemas (.yaml/.yml) as well as JSON.canonical::{ArrayView, IntegerView, NumberView, ObjectView, StringView, TypedGroupView}, the payload types ofCanonicalView, so consumers can name them in signatures.Fixed
jsonschema-valuefailing to build withdefault-features = false.jsonschema-valuefailing to build forwasm32-unknown-unknown, which needsgetrandom'swasm_jsbackend.type: integeraccepting numbers written with an exponent, like1e2.type: integeranswering differently for the same number across representations.uniqueItemsaccepting0alongside-0.0in arrays of more than 15 items.Performance
allOfof object schemas walks their property maps once instead of looking every key up.propertiesandrequiredcompare short names withoutmemcmp.$reftarget once.$idis up to 15% faster, from encoding each absolute location once.requiredscans small objects once instead of looking up each key.enumlisting strings or integers, with or withoutnull, matches against a set instead of comparing each candidate.evaluateis up to 33% faster, from rendering each node's locations once.type: integerwitharbitrary-precisionno longer allocates a string per number.type: integer, andtypesets containing it, are up to 54x faster on float-heavy instances witharbitrary-precision.type: integeris up to 20x faster for thePyo3andMagnusrepresentations.Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.