fix(deps): update dependency jsonschema-rs to ^0.28.0 #39
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.20.0
->^0.28.0
Release Notes
Stranger6667/jsonschema (jsonschema-rs)
v0.28.0
Added
IntoIterator
forLocation
to iterate overLocationSegment
.FromIter
forLocation
to build aLocation
from an iterator ofLocationSegment
.ValidationError::to_owned
method for converting errors into owned versions.v0.27.1
Added
ExactSizeIterator
forPrimitiveTypesBitMapIterator
.v0.27.0
Added
masked()
andmasked_with()
methods toValidationError
to support hiding sensitive data in error messages. #434Changed
1.71.1
.v0.26.1
Fixed
https
-prefixed$schema
for Draft 4, 5, 6. #629v0.26.0
Important: This release contains breaking changes. See the Migration Guide for details on transitioning to the new API.
Added
Validator::iter_errors
that iterates over all validation errors.Changed
ValidationErrorKind::JSONParse
,ValidationErrorKind::InvalidReference
,ValidationErrorKind::Schema
,ValidationErrorKind::FileNotFound
andValidationErrorKind::Utf8
.Validator::validate
now returns the first error instead of an iterator in theErr
variant.Performance
v0.25.1
Fixed
referencing::Error
asReferencingError
. #614v0.25.0
Important: This release removes deprecated old APIs. See the Migration Guide for details on transitioning to the new API.
Changed
Removed
draft201909
,draft202012
, andcli
features.CompilationOptions
,JSONSchema
,PathChunkRef
,JsonPointerNode
, andSchemaResolverError
aliases.jsonschema::compile
,Validator::compile
,ValidationOptions::compile
,ValidationOptions::with_resolver
,ValidationOptions::with_meta_schemas
,ValidationOptions::with_document
functions.SchemaResolver
trait.v0.24.3
Fixed
$ref
inunevaluatedProperties
.v0.24.2
Fixed
$ref
interaction with$recursiveAnchor
in Draft 2019-09.unevaluatedProperties
with$recursiveRef
&$dynamicRef
.v0.24.1
Fixed
v0.24.0
Added
$ref
,$recursiveRef
, and$dynamicRef
inunevaluatedItems
. #287$vocabulary
. #263Changed
prefixItems
under Draft 2019-09 as it was introduced in Draft 2020-12.Fixed
uniqueItems
.Performance
apply
.v0.23.0
Added
unevaluatedItems
, excluding references.Changed
JsonPointer
in favor ofLocation
.Deprecated
PathChunkRef
in favor ofLocationSegment
.JsonPointerNode
in favor ofLazyLocation
.Fixed
$ref
or$dynamicRef
).Performance
hostname
&idn-hostname
formats validation.apply
.Removed
JsonPointerNode::to_vec
without a replacement.v0.22.3
Performance
v0.22.2
Fixed
Performance
json-pointer
andrelative-json-pointer
formats validation.v0.22.1
Fixed
dbg!
macro.v0.22.0
Changed
&Uri<&str>
instead of&UriRef<&str>
once_cell
to1.20
.regex
to1.11
.Fixed
time
format validation (leap seconds and second fractions).duration
format validation.$id
without base. #547hostname
format validation (double dot).idn-hostname
format validation. #101Performance
hostname
,date
,time
,date-time
, andduration
formats validation.pattern
. #417v0.21.0
Important: This release brings a complete rework of reference resolving which deprecates some older APIs.
While backward compatibility is maintained for now, users are encouraged to update their code. See the Migration Guide for details on transitioning to the new API.
Added
$anchor
support.$recursiveRef
&$recursiveAnchor
support in Draft 2019-09.$dynamicRef
&$dynamicAnchor
support in Draft 2020-12.Changed
$ref
as URI, not URL, and additionally normalize them. #454$id
. #264Deprecated
SchemaResolver
trait andSchemaResolverError
in favor of a simplerRetrieve
that works withBox<dyn std::error::Error>
.In turn, it also deprecates
ValidationOptions::with_resolver
in favor ofValidationOptions::with_retriever
ValidationOptions::with_document
in favor ofValidationOptions::with_resource
.Fixed
unevaluatedProperties
. #420iri
&iri-reference
validation.Performance
uri
,iri
,uri-reference
, andiri-reference
formats.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.
This PR was generated by Mend Renovate. View the repository job log.