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.24.0
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.25.0
Choose a head ref
  • 7 commits
  • 34 files changed
  • 3 contributors

Commits on Sep 28, 2025

  1. chore(deps): removed dependency to govalidator

    github.com/asaskevich/govalidator hasn't evolved in the recent years.
    
    It has proved a useful dependency so far, but now we prefer to duplicate
    the few lines of codes that we were still using so we are more in
    control of the validations being carried out.
    
    In particular, we may reduce further the footprint of regexp-based
    validations.
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    5e4146b View commit details
    Browse the repository at this point in the history
  2. chore(refact): assembled bson-dependent methods and tests

    This code layout rehashing is a preparatory work to remove the
    hard dependency on the mongo driver.
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    5c9b6bd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. build(deps): bump golang.org/x/net in the golang-org-dependencies group

    Bumps the golang-org-dependencies group with 1 update: [golang.org/x/net](https://github.com/golang/net).
    
    
    Updates `golang.org/x/net` from 0.44.0 to 0.46.0
    - [Commits](golang/net@v0.44.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.46.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-org-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    ad12a81 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. feat(format): add uuid7 string format support

    Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
    maxatome authored and fredbi committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    68b6683 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. build(deps): bump go.mongodb.org/mongo-driver

    Bumps the other-dependencies group with 1 update: [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver).
    
    
    Updates `go.mongodb.org/mongo-driver` from 1.17.4 to 1.17.6
    - [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
    - [Commits](mongodb/mongo-go-driver@v1.17.4...v1.17.6)
    
    ---
    updated-dependencies:
    - dependency-name: go.mongodb.org/mongo-driver
      dependency-version: 1.17.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: other-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fredbi committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    398a468 View commit details
    Browse the repository at this point in the history
  2. chore: updated license marks in source files

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    b93d88e View commit details
    Browse the repository at this point in the history
  3. tests: replaced stretchr/testify by go-openapi/testify

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    a235dd3 View commit details
    Browse the repository at this point in the history
Loading