Skip to content

Tags: go-openapi/strfmt

Tags

v0.25.0

Toggle v0.25.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
tests: replaced stretchr/testify by go-openapi/testify

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>

v0.24.0

Toggle v0.24.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(deps): updated dependencies & relinted

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>

v0.23.0

Toggle v0.23.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(go): go-openapi requires go.1.20 across the board

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>

v0.22.2

Toggle v0.22.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
updated dependencies

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>

v0.22.1

Toggle v0.22.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(linting): fixed unnessary use of fmt.Errorf

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>

v0.22.0

Toggle v0.22.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(uuid): UUID regexes to support all-or-none '-' separator

This PR changes the UUID validation to support either
UUIDs with the expected number of separators or no separator at all.

Under the hood, UUID validation no longer relies on regular expressions
(exported regexp patterns are marked as deprecated) but on
github.com/google/uuid. This brings a significant performance
improvement on validation (~ 15-20 times faster).

Notice that some non-standard UUID schemes as well as UUID v6 and v7
now pass "IsUUID".

* contributes go-swagger/go-swagger#2878

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>

v0.21.10

Toggle v0.21.10's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
updated dependencies

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>