Skip to content

Release 10.4.1

Compare
Choose a tag to compare
@deankarn deankarn released this 17 Oct 15:52
· 177 commits to master since this release
456221b

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.