Skip to content

Update Rust crate jsonschema to 0.35#20

Merged
Rsync25 merged 1 commit into
mainfrom
renovate/jsonschema-0.x
Nov 17, 2025
Merged

Update Rust crate jsonschema to 0.35#20
Rsync25 merged 1 commit into
mainfrom
renovate/jsonschema-0.x

Conversation

@renovate

@renovate renovate Bot commented Nov 16, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
jsonschema dependencies minor 0.34 -> 0.35

Release Notes

Stranger6667/jsonschema (jsonschema)

v0.35.0

Added
  • Support for custom meta-schemas. Schemas with custom $schema URIs can now be used by registering their meta-schemas in the Registry via jsonschema::options().with_registry(). #​664
  • arbitrary-precision feature for exact numeric validation of large integers and decimals beyond standard floating-point limits. #​103
  • Support for HTTPS $schema URIs for drafts 04, 06, and 07 (e.g., https://json-schema.org/draft-07/schema). #​802
Changed
  • BREAKING: meta::is_valid now panics for unknown $schema values instead of defaulting to Draft 2020-12. meta::validate returns an error for unknown $schema values. Use meta::options().with_registry() to validate schemas against custom meta-schemas.
  • BREAKING: Resource::from_contents no longer returns Result and always succeeds, since draft detection no longer fails for unknown $schema values.
Removed
  • BREAKING: meta::try_is_valid and meta::try_validate. Use meta::is_valid and meta::validate instead.
  • BREAKING: primitive_type module (deprecated since 0.30.0). Use jsonschema::types instead.
Performance
  • required: short-circuit when the instance object has fewer properties than required keys.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Rsync25 Rsync25 merged commit c18c8b1 into main Nov 17, 2025
1 check passed
@renovate renovate Bot deleted the renovate/jsonschema-0.x branch November 17, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant