This repository was archived by the owner on Apr 28, 2024. It is now read-only.
Open
Conversation
6970c19 to
e203d49
Compare
e203d49 to
093d6a9
Compare
093d6a9 to
fcfb652
Compare
fcfb652 to
90b7d15
Compare
90b7d15 to
cd1ede6
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
3.4.0->3.8.0Release Notes
jonasbb/serde_with (serde_with)
v3.8.0: serde_with v3.8.0Compare Source
Added
JsonSchemaAsforPickFirstby @swlynch99 (#721)Changed
base64dependency to v0.22 (#724)Fixed
serde_convregressed and triggeredclippy::ptr_argand add test to prevent future problems. (#731)v3.7.0: serde_with v3.7.0Compare Source
Added
JsonSchemaAsforEnumMapby @swlynch99 (#697)JsonSchemaAsforIfIsHumanReadableby @swlynch99 (#717)JsonSchemaAsforKeyValueMapby @swlynch99 (#713)JsonSchemaAsforOneOrManyby @swlynch99 (#719)Fixed
schema_withattributes on fields withschemarsannotations by @swlynch99 (#715)This extends the existing avoidance mechanism to a new variant fixing #712.
v3.6.1: serde_with v3.6.1Compare Source
Changed
This allows parallel compilation of
serdeandserde_derivewhich can speed up the wallclock time.It requires that downstream crates do not use the "derive" feature either.
v3.6.0: serde_with v3.6.0Compare Source
Added
IfIsHumanReadablefor conditional implementation by @irriden (#690)Used to specify different transformations for text-based and binary formats.
JsonSchemaAsimpls for allDuration*andTimestamp*adaptors by @swlynch99 (#685)Changed
regexdependency.v3.5.1: serde_with v3.5.1Compare Source
Fixed
serde_asmacro now better detects existingschemarsattributes on fields and incorporates them by @swlynch99 (#682)This avoids errors on existing
#[schemars(with = ...)]annotations.v3.5.0: serde_with v3.5.0Compare Source
Added
schemarsintegration added by @swlynch99 (#666)The support uses a new
Schematop-level item which implementsJsonSchemaThe
serde_asmacro can now detectschemarsusage and emits matching annotations for all fields withserde_asattribute.Many types of this crate come already with support for the
schemars, but support is not complete and will be extended over time.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 has been generated by Mend Renovate. View repository job log here.