Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-openapi/strfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.10
Choose a base ref
...
head repository: go-openapi/strfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    03a91f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. 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 <[email protected]>
    fredbi committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    740a7c6 View commit details
    Browse the repository at this point in the history
Loading