Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2025

Bumps schemars from 0.8.22 to 1.0.0.

Release notes

Sourced from schemars's releases.

v1.0.0

This is a major release with many additions, fixes and changes since 0.8 (but not many since 0.9). While the basic usage (deriving JsonSchema and using schema_for!() or SchemaGenerator) is mostly unchanged, you may wish to consult the migration guide which covers some of the most significant changes.

Changes since 1.0.0-rc.2:

Added

  • #[schemars(bound = ...)] attributes are now used from fields as well as containers
  • The Schema::pointer(...) method now works when given a JSON pointer in URI Fragment representation with a leading # character. In particular, this means that you can now lookup a schema from a $ref value using that method.

Fixed

  • Schema names that contain special characters are now correctly encoded when used inside a $ref value (GREsau/schemars#436)
  • Optimise type param usage in SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (GREsau/schemars#439)

v1.0.0-rc.2

Added

  • Serde attributes that you want schemars to ignore can now be "unset" by including them in a schemars attribute with a ! prefix, e.g. #[schemars(!from)] (GREsau/schemars#433 / GREsau/schemars#434)

Removed

  • ⚠️ Deprecated items have been removed:
    • SchemaSettings::option_nullable and SchemaSettings::option_add_null_type fields
    • gen module

v1.0.0-rc.1

Added

Changed

  • Use oneOf when generating schema for serialized mixed-type sequences (GREsau/schemars#348) - the previous behaviour was to always use true schema (i.e. any value) for mixed-type sequences

v1.0.0-alpha.22

Added

v1.0.0-alpha.21

Changed

  • Improve automatic trait bounds (GREsau/schemars#422 / GREsau/schemars#373)
    • Type params that are only used in skipped fields or PhantomData no longer have an unnecessary JsonSchema bound automatically added
    • Remove type params from default schema_name() whether or not they impl JsonSchema. Type params can still be included in the name by specifying them in a rename attribute.
  • Recursive references to the root schema type now use "$ref": "#" instead of duplicating the entire schema within $defs/definitions (GREsau/schemars#418 / GREsau/schemars#175)
  • Schemas for untagged enum variants no longer have the "title" set to the variant name (added in alpha.19) by default, but this behaviour is still available by setting the untagged_enum_variant_titles flag on SchemaSettings. (GREsau/schemars#421 / GREsau/schemars#420)

... (truncated)

Changelog

Sourced from schemars's changelog.

[1.0.0] - 2025-06-23

This is a major release with many additions, fixes and changes since 0.8 (but not many since 0.9). While the basic usage (deriving JsonSchema and using schema_for!() or SchemaGenerator) is mostly unchanged, you may wish to consult the migration guide which covers some of the most significant changes.

Changes since 1.0.0-rc.2:

Added

  • #[schemars(bound = ...)] attributes are now used from fields as well as containers
  • The Schema::pointer(...) method now works when given a JSON pointer in URI Fragment representation with a leading # character. In particular, this means that you can now lookup a schema from a $ref value using that method.

Fixed

  • Schema names that contain special characters are now correctly encoded when used inside a $ref value (GREsau/schemars#436)
  • Optimise type param usage in SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (GREsau/schemars#439)

[1.0.0-rc.2] - 2025-06-19

Added

  • Serde attributes that you want schemars to ignore can now be "unset" by including them in a schemars attribute with a ! prefix, e.g. #[schemars(!from)] (GREsau/schemars#433 / GREsau/schemars#434)

Removed

  • ⚠️ Deprecated items have been removed:
    • SchemaSettings::option_nullable and SchemaSettings::option_add_null_type fields
    • gen module

[1.0.0-rc.1] - 2025-06-16

Added

Changed

  • Use oneOf when generating schema for serialized mixed-type sequences (GREsau/schemars#348) - the previous behaviour was to always use true schema (i.e. any value) for mixed-type sequences

[1.0.0-alpha.22] - 2025-06-12

Added

[1.0.0-alpha.21] - 2025-06-09

Changed

... (truncated)

Commits
  • 1cc01f2 v1.0.0 🎉
  • ba9e3f3 Respect #[schemars(bound = ...)] attributes on fields as well as containers...
  • 1905e9a fix: (somewhat) avoid duplicate compilation of subschema_for
  • d8c0020 Minor refactor - expr_for_struct now uses expr_for_field
  • c07bda3 Handle URI fragment JSON pointers in schema.pointer(...) (#438)
  • 0b1c3c6 Add _unstable_ref_variants attribute (#437)
  • 7907883 Correctly encode names used in $ref values (#436)
  • 7bca0ed v1.0.0-rc.2
  • 24a65e9 Remove deprecated items (#435)
  • 6751239 Remove unneeded Debug derive
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
schemars [>= 0.9.a, < 0.10]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.0.0.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.22...v1.0.0)

---
updated-dependencies:
- dependency-name: schemars
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2025

Superseded by #760.

@dependabot dependabot bot closed this Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/cargo/schemars-1.0.0 branch June 25, 2025 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants