Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/atombender/go-jsonschema to v0.17.0 #494

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/atombender/go-jsonschema require minor v0.10.0 -> v0.17.0

Release Notes

atombender/go-jsonschema (github.com/atombender/go-jsonschema)

v0.17.0

Compare Source

Highlights

  • Implement pattern validation for strings
  • Implement numeric validation
  • Introduce unmarshalling for additional properties
  • Update go to 1.22.8 in ci and dev
  • Allow CustomNameTypes to specify nillability

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.16.0...v0.17.0

v0.16.0

Compare Source

This release introduces several new improvements:

  • Improve support for non-case-sensitive languages
  • Make generated go more stable, and solve annoying big diffs
  • Fix generated code for non-nullable types with two options
  • Removes nil check for required properties
  • Add support for additionalProperties when other fields exist

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.15.0...v0.16.0

v0.15.0

Compare Source

This release introduces one new feature and a fix:

  • support for file:// schema in references
  • support for yaml file references

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.14.1...v0.15.0

v0.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.14.0...v0.14.1

v0.14.0

Compare Source

This release introduces two big new features:

  • the ability to generate plain go models (no marshalling, unmarshalling, and validation code)
  • the ability to support friendly date and time string (de-)serializations

Secondarily, the entrypoint of the application has been moved to the root folder of the project, hence the go install is now shorter, and resolves to go-jsonschema instead of gojsonschema.

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.13.1...v0.14.0-rc.0

v0.13.1

Compare Source

What's Changed

This releases addresses the go install problem highlighted in #​131

Full Changelog: omissis/go-jsonschema@v0.13.0...v0.13.1-rc.0

v0.13.0

Compare Source

What's Changed

This release introduces some fixes around yaml umarshaling, generated types and validation, as well as it introduces a new set of tests aiming at better verifying the workings of generated code.

Highlights

Other updates

New Contributors

Full Changelog: omissis/go-jsonschema@v0.12.1...v0.13.0

v0.12.1

Compare Source

What's Changed

Full Changelog: omissis/go-jsonschema@v0.12.0...v0.12.1

v0.12.0

Compare Source

This release brings in the ability to specify which struct tags are dumped on the struct for (de)serialization purposes.
Secondarily, some deps and tools were updated.

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.11.0...v0.12.0

v0.11.0

Compare Source

Summary

This release introduces a few interesting features:

  • unmarshal data structure from yaml files
  • create struct names from titles instead of filenames
  • ipv4 and ipv6 validation for strings
  • support for mapstructure tags

What's Changed

New Contributors

Full Changelog: omissis/go-jsonschema@v0.10.0...v0.11.0


Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (UTC), 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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@frasertweedale frasertweedale force-pushed the konflux/mintmaker/main/github.com-atombender-go-jsonschema-0.x branch from 33f187e to fc8f0c6 Compare March 3, 2025 16:06
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.

0 participants