fix(deps): update module github.com/gookit/validate to v1.6.0#72
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/gookit/validate to v1.6.0#72renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
August 10, 2025 13:14
352e72e to
0643ba2
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
September 6, 2025 08:36
0643ba2 to
4f2f4b4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
2 times, most recently
from
October 11, 2025 12:41
2353870 to
40e72d4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
December 15, 2025 17:02
40e72d4 to
c3d9515
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
February 2, 2026 21:10
c3d9515 to
a2d916c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
February 12, 2026 11:33
a2d916c to
73ead00
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
February 24, 2026 17:35
73ead00 to
e5c29d2
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
March 5, 2026 18:36
e5c29d2 to
2aad50c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
March 31, 2026 11:12
2aad50c to
5b833ed
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
March 31, 2026 13:45
5b833ed to
12526c4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
March 31, 2026 15:30
12526c4 to
d5fb6fa
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
April 29, 2026 13:38
d5fb6fa to
cad5af5
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
April 30, 2026 14:37
cad5af5 to
fbd7100
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
May 12, 2026 09:43
fbd7100 to
693d92a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
May 18, 2026 11:54
693d92a to
cfd1a8a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
May 28, 2026 21:13
cfd1a8a to
b7b96bc
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
June 3, 2026 19:57
b7b96bc to
c937537
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
June 18, 2026 10:20
c937537 to
d7642d1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gookit-validate-1.x
branch
from
July 12, 2026 09:37
d7642d1 to
b39fcce
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.5.4→v1.6.0Release Notes
gookit/validate (github.com/gookit/validate)
v1.6.0Compare Source
Internal performance refactor. No public API changes — drop-in upgrade.
Performance
checks) in a concurrency-safe type cache; access struct fields via
FieldByIndexinstead ofFieldByName.ptr-to-struct / slice-of-struct / map-of-struct) and clone it per
validation, skipping the per-instance tag walk and rule parsing. Dynamic
types keep the original per-value path.
Translator; resolve with a custom→builtin fallback.required*,*Field, file checks)lazily on first use instead of eagerly per instance.
Measured (Go 1.25, count=6): static struct validation ~-78% time / -74%
allocations (10403→2295 ns/op, 132→34 allocs/op); map validation -65% /
-42%; slice-of-struct -37% / -20%. Behavior is byte-identical, guarded by a
rule-collection golden test.
Fixes
mutually-recursive struct types.
Val/Var: concurrent calls shared one validationinstance and raced on its error/validator maps; each call now uses a
pooled instance.
v1.5.7Compare Source
What's Changed
New Contributors
Full Changelog: gookit/validate@v1.5.6...v1.5.7
v1.5.6Compare Source
Change Log
Fixed
17116c7306d34374906afdc0ed0c89af7f9Feature
aff7898Other
a96441d3dc6a3f0abf62cWhat's Changed
New Contributors
Full Changelog: gookit/validate@v1.5.5...v1.5.6
v1.5.5Compare Source
Change Log
Feature
dd6d1368f43fe33d8c39a0393362Other
884461620ea74a8e7eaea133c91743de360New Contributors
Full Changelog: gookit/validate@v1.5.4...v1.5.5
Configuration
📅 Schedule: (UTC)
🚦 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.