-
Notifications
You must be signed in to change notification settings - Fork 64
Comparing changes
Open a pull request
base repository: go-openapi/strfmt
base: v0.24.0
head repository: go-openapi/strfmt
compare: v0.25.0
- 7 commits
- 34 files changed
- 3 contributors
Commits on Sep 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5e4146b - Browse repository at this point
Copy the full SHA 5e4146bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5c9b6bd - Browse repository at this point
Copy the full SHA 5c9b6bdView commit details
Commits on Oct 10, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ad12a81 - Browse repository at this point
Copy the full SHA ad12a81View commit details
Commits on Oct 24, 2025
-
feat(format): add uuid7 string format support
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for 68b6683 - Browse repository at this point
Copy the full SHA 68b6683View commit details
Commits on Nov 9, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 398a468 - Browse repository at this point
Copy the full SHA 398a468View commit details -
chore: updated license marks in source files
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for b93d88e - Browse repository at this point
Copy the full SHA b93d88eView commit details -
tests: replaced stretchr/testify by go-openapi/testify
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for a235dd3 - Browse repository at this point
Copy the full SHA a235dd3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.24.0...v0.25.0