Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 28, 2020

This PR contains the following updates:

Package Change Age Confidence
github.com/go-playground/validator/v10 v10.3.0v10.30.1 age confidence

Release Notes

go-playground/validator (github.com/go-playground/validator/v10)

v10.30.1: Release 10.30.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.0...v10.30.1

v10.30.0: Release 10.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.29.0...v10.30.0

v10.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.28.0...v10.29.0

v10.28.0: Release 10.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.27.0...v10.28.0

v10.27.0: Release 10.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.26.0...v10.27.0

v10.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.25.0...v10.26.0

v10.25.0: Release 10.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.24.0...v10.25.0

v10.24.0: Release 10.24.0

Compare Source

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

Full Changelog: go-playground/validator@v10.23.0...v10.24.0

v10.23.0: Release 10.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.1...v10.23.0

v10.22.1: Release 10.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.0...v10.22.1

v10.22.0: Release 10.22.0

Compare Source

v10.21.0: Release 10.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.20.0...v10.21.0

v10.20.0: Release 10.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.19.0...v10.20.0

v10.19.0: Release 10.19.0

Compare Source

What was added?

Added opt-in ability to validate private fields in PR, thanks @​nikolaianohyn via the new WithPrivateFieldValidation option when initializing validator.

v10.18.0: Release 10.18.0

Compare Source

What Changed?

Updated all dependencies to address dependant alerts, #​1205 and #​1220

v10.17.0: Release 10.17.0

Compare Source

What's new

  • Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Taiwan.

What's fixed

  • Fix errors translation to work properly for aliases.

v10.16.0: Release 10.16.0

Compare Source

What's new or fixed?

  • Added new issn validator. TY @​mrcook for the PR
  • Added improvement/fix to the file url validation. TY @​nodivbyzero for the PR
  • Fix onof tag in examples. TY @​gren236 for the PR
  • Add fmt.Stringer interface support to uuid validations allowing most UUID validation libraries which implement it to work transparently now. TY @​JoshGlazebrook for the PR
  • Added new omitnil similar to omitempty but for pointers. this is mainly for code generation ease. TY @​tarampampam for the PR

v10.15.5: Release 10.15.5

Compare Source

What was fixed?

Fixed CIDRIPv4 validation, ty @​martinlehoux for the PR

v10.15.4: Release 10.15.4

Compare Source

What was fixed?

Corrected a regression of skipping required for time.Time accidentally introduced in v10.15.2

v10.15.3: Release 10.15.3

Compare Source

What was fixed?

Fix regression for invalid type check before calling reflect values type. Thank you @​MysteriousPotato for the PR

v10.15.2: Release 10.15.2

Compare Source

What was fixed?
  • Refactored #​1122 to support or's in tags + updated to required behaving the same as before v10.50.0 to support the community as there was a lot of code relying on the before behaviour, correct or not.

v10.15.1: Release 10.15.1

Compare Source

What was fixed?

Corrected a few validations including gt, lt, ... when using floating point values, specifically float32, in this PR

v10.15.0: Release 10.15.0

Compare Source

What's new?
  • Applying tag validations on structs is now a reality thank to @​MysteriousPotato in this PR
  • Added oneof tag to examples in this PR
  • Added Spice DB validations in this PR

What was fixed?

  • Fixed the REAMD logo link in this PR
  • Fixed filepath validation when path is a directory in this PR
  • Correct to docs in this PR

v10.14.1: Release 10.14.1

Compare Source

What was fixed?

  • Add allowance to valid JSOn for types convertible to such as json.RawMessage in this PR
  • Fix URL validation with only schema in this PR

v10.14.0: Release 10.14.0

Compare Source

What's new?

  • Added on disk file validation from this PR
  • Enhanced credit card validation test to 100% with this PR

v10.13.0: Release 10.13.0

Compare Source

What's new?

  • Added skip_unless validation.

What was fixed?

  • Fixed excluded_if validation not working as documented.
  • Fix state and province codes to meet iso3166_2 standard.
  • Update go-urn library to remove GPLv3 library dependency
  • Many updates to documentation.

v10.12.0: Release 10.12.0

Compare Source

What is new?

  • Added eth_addr_checksum validation.
  • Added eg_ignore_case and ne_ignore_case
  • Added http_url validation for http(s) URL's
  • Added cron validation.
  • Added unique validation ability to validate struct fields.
  • Added base64rawurl validation for base64 url without = padding
  • Added mongodb objectID validation
  • Added filepath validation.
  • Added dirpath validation.
  • Added luhn_checksum validation.
  • Added cve validation.
  • Added kosovo to country codes.
  • Added Latvian translations.
  • Added multiple missing language translations.

What was fixed?

  • Fixed multiple documentation grammar issues.
  • Updated all dependencies to address any lingering CVE issues be reported by tools, even if not able to exploit through this package.
  • Fixed excluded_unless validation.
  • Fix unique validation for map with Pointer values.
  • Fixed unique validation for struct field when itis a nil pointer.
  • Fixed multiple language validation.
  • Fixed notblank validation to cover all whitespace characters

What was changed?

  • Tweaked eth_addr validation while adding eth_addr_checksum.
  • Updated Struct Level validation example for enum+ example.
  • Removed unnecessary cast allowing mocking of ValidationErrors

v10.11.2: Release 10.11.2

Compare Source

What was fixed

  • Merged some PR and updated deps to address some CVE's in those libraries.

v10.11.1: Release 10.11.1

Compare Source

What was fixed?

Corrected/Enhanced is boolean check to take the field type into consideration. Thanks @​V-R-Dighe for the PR

v10.11.0: Release 10.11.0

Compare Source

What's new?
  • Add ability to validate structs using map rules. #​934
  • A number of hash validations. #​875
  • Italian translations. #​694/ #​914
  • Vietnamese translations. #​820/
  • Arabic translations. #​825
  • Added missing Boolean translation. #​930
  • Add missing required translation. #​884
  • Add missing zh translations. #​856
  • Added exclude_if and excluded_unless tags. #​847
  • Added Credit Card validation. #​924
What was fixed?
  • Fix support for aliased time.Time types. #​890
  • Fix multiple group of OR operators. #​911/
  • Remove underscore from RFC-1123 based regex. #​912
  • ja typos. #​898
  • Documentation typos. #​891
What was enhanced?
  • ValidationCtx now supports nested slice maps. #​917/
  • RegisterTagNameFunc documentation. RegisterTagNameFunc

v10.10.1: Release 10.10.1

Compare Source

What was fixed?

Updated a couple of dependencies to resolve some vulnerabilities found within.

v10.10.0: Release 10.10.0

Compare Source

What's new?

  • Added string support for country_code validation, thanks @​uberswe for the PR.
  • Added support for alpha hex colours, thanks @​nesty92 for the PR.
  • Added DNS RFC 1035 label format validator, thanks @​0n1shi for the PR.
  • Added ULID validation, thanks @​uberswe for the PR.
  • Added regex version (Semantic Versioning 2.0.0) validation, thanks @​jtseng-godaddy for the PR.

v10.9.0: Release 10.9.0

Compare Source

What's new?

  • Fixed panic when use ru lang for translation, thanks @​anisov for the PR
  • Add boolean baked-in validator to check a string value is a valid boolean representation, thanks @​xvello for the PR
  • Document thread safety and recommended singleton usage, thanks @​andrascz for the PR
  • Add validations for ISO 4217 currency codes, thanks @​metinogurlu for the PR
  • Update universal-translator and locales dependencies to their latest versions.

v10.8.0: Release 10.8.0

Compare Source

What's new?

  • Updated deps to address security vulnerabilities discovered in them, thanks @​saedx1 for the PR
  • Fix import and go get commands, thanks @​BrianLeishman for the PR
  • Added new JWT validation, thanks @​steveorourke for the PR
  • Documentation fixes/updates, thanks @​Nikachev for the PR
  • Add zh missing translations for some tags, thanks @​SkyingzZ for the PR
  • Updated all deps to their latest versions.

v10.7.0: Release 10.7.0

Compare Source

What's new?

v10.6.2: Release 10.6.2

Compare Source

What was fixed?

v10.6.1: Release 10.6.1

Compare Source

What was fixed

  • Fixed url_encoded validation regex not handling totally unescaped data.

v10.6.0: Release 10.6.0

Compare Source

What's new?

  • Added boolean support for required_if, required_unless and eqfield. Thanks @​zane-deg for the PR
  • Added ability to validate map data. Thanks @​zytell3301 for the PR
  • Added BIC ISO format validator. Thanks @​yeexel for the PR

Maintainers

A section has been added to the README regarding a "request for maintainers". I am so happy that the community has embraced this project! and I think that now is a good time to bring on more maintainers to help support the growing user base for timely help, PR reviews and general support.

v10.5.0: Release 10.5.0

Compare Source

What's new?

v10.4.2: Release 10.4.2

Compare Source

What was Fixed?

v10.4.1: Release 10.4.1

Compare Source

What was fixed?

Fixed an issue where if the param of a time.Durtion type is specified
as an integer, denoting nanosecond precision, instead of time duration
string the validation would panic introduced in #​642

The fix ensures it falls back to the previous expected behaviour.

v10.4.0: Release 10.4.0

Compare Source

What's new?

Merged ton of PR's, thank you everyone for your contributions!


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 8f2c052 to ec989b2 Compare April 26, 2021 16:40
@renovate renovate bot changed the title Update module go-playground/validator/v10 to v10.4.1 Update module github.com/go-playground/validator/v10 to v10.5.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from ec989b2 to 86303f0 Compare May 9, 2021 20:35
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.5.0 Update module github.com/go-playground/validator/v10 to v10.6.0 May 9, 2021
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.6.0 Update module github.com/go-playground/validator/v10 to v10.6.1 May 15, 2021
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 86303f0 to 04ffb1c Compare May 15, 2021 20:37
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 04ffb1c to 9ba2bd3 Compare October 20, 2021 06:03
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.6.1 Update module github.com/go-playground/validator/v10 to v10.9.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 9ba2bd3 to 4b34055 Compare March 7, 2022 08:56
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.9.0 Update module github.com/go-playground/validator/v10 to v10.10.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 4b34055 to 814a63e Compare March 26, 2022 13:52
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.10.0 Update module github.com/go-playground/validator/v10 to v10.10.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 814a63e to 61dceaa Compare May 15, 2022 19:29
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.10.1 Update module github.com/go-playground/validator/v10 to v10.11.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 61dceaa to 5bc4cd7 Compare September 25, 2022 18:12
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.11.0 Update module github.com/go-playground/validator/v10 to v10.11.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 5bc4cd7 to e88cb1f Compare March 16, 2023 23:44
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from e88cb1f to f485cb9 Compare March 25, 2023 00:09
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.11.1 Update module github.com/go-playground/validator/v10 to v10.12.0 Mar 25, 2023
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from f485cb9 to 5da55e0 Compare May 29, 2023 15:54
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.12.0 Update module github.com/go-playground/validator/v10 to v10.14.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 5da55e0 to 7cd0788 Compare June 10, 2023 02:48
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.14.0 Update module github.com/go-playground/validator/v10 to v10.14.1 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 7cd0788 to 4416e37 Compare August 7, 2023 02:25
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.14.1 Update module github.com/go-playground/validator/v10 to v10.15.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 4416e37 to 402198d Compare August 18, 2023 17:53
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.0 Update module github.com/go-playground/validator/v10 to v10.15.1 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 402198d to 653aa9f Compare August 29, 2023 05:50
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.1 Update module github.com/go-playground/validator/v10 to v10.15.2 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 653aa9f to d79ec50 Compare August 30, 2023 11:54
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.21.0 Update module github.com/go-playground/validator/v10 to v10.22.0 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from d6e80db to f67e259 Compare September 9, 2024 05:54
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.22.0 Update module github.com/go-playground/validator/v10 to v10.22.1 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from f67e259 to 3b7075a Compare November 17, 2024 05:29
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.22.1 Update module github.com/go-playground/validator/v10 to v10.23.0 Nov 17, 2024
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.23.0 Update module github.com/go-playground/validator/v10 to v10.23.0 - autoclosed Jan 3, 2025
@renovate renovate bot closed this Jan 3, 2025
@renovate renovate bot deleted the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch January 3, 2025 20:36
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.23.0 - autoclosed Update module github.com/go-playground/validator/v10 to v10.23.0 Jan 4, 2025
@renovate renovate bot reopened this Jan 4, 2025
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 5ec134b to 3b7075a Compare January 4, 2025 08:49
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 3b7075a to b6140b7 Compare January 15, 2025 03:26
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.23.0 Update module github.com/go-playground/validator/v10 to v10.24.0 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from b6140b7 to 65bb55b Compare February 16, 2025 03:59
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.24.0 Update module github.com/go-playground/validator/v10 to v10.25.0 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 65bb55b to 57de8e1 Compare March 29, 2025 03:28
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.25.0 Update module github.com/go-playground/validator/v10 to v10.26.0 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 57de8e1 to 618a6c2 Compare July 6, 2025 11:49
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.26.0 Update module github.com/go-playground/validator/v10 to v10.27.0 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 618a6c2 to 5b7cd55 Compare October 6, 2025 07:50
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.27.0 Update module github.com/go-playground/validator/v10 to v10.28.0 Oct 6, 2025
@renovate
Copy link
Author

renovate bot commented Oct 6, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.24.0

@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from 5b7cd55 to d947eb4 Compare December 13, 2025 08:04
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.28.0 Update module github.com/go-playground/validator/v10 to v10.29.0 Dec 13, 2025
@renovate
Copy link
Author

renovate bot commented Dec 13, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.24.0

@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from d947eb4 to dafe898 Compare December 23, 2025 00:07
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.29.0 Update module github.com/go-playground/validator/v10 to v10.30.0 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/github.zerozr99.workers.dev-go-playground-validator-v10-10.x branch from dafe898 to bff4adf Compare December 25, 2025 03:27
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.30.0 Update module github.com/go-playground/validator/v10 to v10.30.1 Dec 25, 2025
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