-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: go-openapi/jsonpointer
base: v0.22.3
head repository: go-openapi/jsonpointer
compare: v0.22.4
- 12 commits
- 14 files changed
- 3 contributors
Commits on Nov 17, 2025
-
git-cliff does not seem to extract automatically the tag message on CI (works on local, though...). Added a step to extract the tag message and pass it to git-cliff explicitly. Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 581bfcf - Browse repository at this point
Copy the full SHA 581bfcfView commit details
Commits on Nov 21, 2025
-
chore(deps): bump github.com/go-openapi/swag/jsonname
Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag). Updates `github.com/go-openapi/swag/jsonname` from 0.25.1 to 0.25.3 - [Commits](go-openapi/swag@v0.25.1...v0.25.3) --- updated-dependencies: - dependency-name: github.com/go-openapi/swag/jsonname dependency-version: 0.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2df0af - Browse repository at this point
Copy the full SHA a2df0afView commit details -
chore(deps): bump the development-dependencies group across 1 directo…
…ry with 4 updates Bumps the development-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) Updates `github/codeql-action` from 4.31.3 to 4.31.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@014f16e...e12f017) Updates `actions/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) Updates `golangci/golangci-lint-action` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@0a35821...e7fa5ac) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: golangci/golangci-lint-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5462cea - Browse repository at this point
Copy the full SHA 5462ceaView commit details
Commits on Nov 22, 2025
-
doc: updated ci action that keeps CONTRIBUTORS.md
Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3873ddc - Browse repository at this point
Copy the full SHA 3873ddcView commit details -
ci: fixed typo in action sha set manually
Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fc6e74 - Browse repository at this point
Copy the full SHA 6fc6e74View commit details
Commits on Nov 23, 2025
-
workflows relinted with actionlint and shellcheck. workflows: * contributors: made the PR a draft, so CI checks may run as soon as it is ready for review * tests: * use go-openapi/gh-actions to install go tools with pinned sha * relint bash snippets * release: added tag message explicitly as git-cliff may ignore it Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc3f14 - Browse repository at this point
Copy the full SHA cdc3f14View commit details
Commits on Nov 28, 2025
-
chore(deps): bump github.com/go-openapi/swag/jsonname
Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag). Updates `github.com/go-openapi/swag/jsonname` from 0.25.3 to 0.25.4 - [Commits](go-openapi/swag@v0.25.3...v0.25.4) --- updated-dependencies: - dependency-name: github.com/go-openapi/swag/jsonname dependency-version: 0.25.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a95d3c2 - Browse repository at this point
Copy the full SHA a95d3c2View commit details
Commits on Nov 29, 2025
-
doc: replaced go.mod badge by github version
doc: readme * go moodule badge may not display correctly in mono-repos * added webhook to notify fury.io about release events ci: explicitly instructed release action not to auto-generate notes with github API ci: fixed git fetch tag THe release workflow didn't properly fetch the annotations in the current tag. This fixes this "shallow checkout" issue, so release notes now properly pick the tag message to render as headlines. Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a05f70b - Browse repository at this point
Copy the full SHA a05f70bView commit details -
chore(deps): bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [github/contributors](https://github.com/github/contributors) and [go-openapi/gh-actions](https://github.com/go-openapi/gh-actions). Updates `github/codeql-action` from 4.31.4 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e12f017...fdbfb4d) Updates `github/contributors` from 1.7.5 to 1.7.6 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@8b75869...abf3681) Updates `go-openapi/gh-actions` from 0.0.2 to 0.0.3 - [Release notes](https://github.com/go-openapi/gh-actions/releases) - [Changelog](https://github.com/go-openapi/gh-actions/blob/master/release_tracker.go) - [Commits](go-openapi/gh-actions@b54cc4e...2c8f815) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: github/contributors dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: go-openapi/gh-actions dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bac24e - Browse repository at this point
Copy the full SHA 9bac24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cadf52c - Browse repository at this point
Copy the full SHA cadf52cView commit details
Commits on Dec 5, 2025
-
chore(deps): bump the development-dependencies group with 6 updates
Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.5` | `4.31.6` | | [github/contributors](https://github.com/github/contributors) | `1.7.6` | `1.7.7` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.1.0` | `9.2.0` | | [go-openapi/gh-actions](https://github.com/go-openapi/gh-actions) | `0.0.3` | `1.0.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.4.2` | `2.5.0` | Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) Updates `github/codeql-action` from 4.31.5 to 4.31.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fdbfb4d...fe4161a) Updates `github/contributors` from 1.7.6 to 1.7.7 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@abf3681...e345de7) Updates `golangci/golangci-lint-action` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e7fa5ac...1e7e51e) Updates `go-openapi/gh-actions` from 0.0.3 to 1.0.0 - [Release notes](https://github.com/go-openapi/gh-actions/releases) - [Changelog](https://github.com/go-openapi/gh-actions/blob/master/release_tracker.go) - [Commits](go-openapi/gh-actions@2c8f815...ca5928f) Updates `softprops/action-gh-release` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@5be0e66...a06a81a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: github/contributors dependency-version: 1.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: go-openapi/gh-actions dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3a47c4 - Browse repository at this point
Copy the full SHA b3a47c4View commit details
Commits on Dec 6, 2025
-
ci: aligned CI to use shared workflows
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51b82ce - Browse repository at this point
Copy the full SHA 51b82ceView 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.22.3...v0.22.4