- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:sv-tools/mock-http-server
Uh oh!
There was an error while loading.Please reload this page.
base:v1.1.0
head repository:sv-tools/mock-http-server
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.2.0
- 10commits
- 9files changed
- 3contributors
Commits on May 20, 2025
Bump codecov/codecov-action from 5.4.0 to 5.4.3 (#80)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.3.- [Release notes](https://github.com/codecov/codecov-action/releases)- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)- [Commits](codecov/codecov-action@0565863...18283e0)---updated-dependencies:- dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-go from 5.3.0 to 5.5.0 (#79)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.5.0.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v5.3.0...v5.5.0)---updated-dependencies:- dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#76)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.2.1 to 6.3.0.- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)- [Commits](goreleaser/goreleaser-action@90a3faa...9c156ee)---updated-dependencies:- dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/login-action from 3.3.0 to 3.4.0 (#71)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.- [Release notes](https://github.com/docker/login-action/releases)- [Commits](docker/login-action@9780b0c...74a5d14)---updated-dependencies:- dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0 (#78)
* Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 8.0.0.- [Release notes](https://github.com/golangci/golangci-lint-action/releases)- [Commits](golangci/golangci-lint-action@2226d7c...4afd733)---updated-dependencies:- dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* chore: update golangci-lint config to version 2 formatMigrate golangci-lint configuration to version 2 syntax for improvedclarity and maintainability. Enable linters explicitly with defaultnone, add paralleltest linter, and reorganize settings under the new'settings' and 'exclusions' keys. Configure formatters for gci andgofumpt to enforce consistent code style. Remove deprecated linters andadjust linter enablement accordingly.---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Sergey Vilgelm <sergey@vilgelm.com>
chore(deps): group Dependabot updates for better management (#81)
Add grouping to Dependabot configuration to separate golangci-lintand CI-related dependency updates. This improves update clarity andallows targeted review of dependency changes on a weekly schedule.
ci: simplify Go setup in GitHub Actions workflows (#82)
Remove explicit GO environment variable and version pinning in thechecks workflow. Use go-version-file pointing to go.mod for setup-goaction to automatically detect the Go version. This reduces maintenanceoverhead and ensures the Go version stays in sync with the project. Also,streamline steps by removing redundant step names for checkout and setup-go.
chore: update golang.org/x/exp dependency to latest version (#83)
Bump golang.org/x/exp from 20250228200357-dead58393ab7 to20250506013437-ce4c2cf36ca6 to incorporate recent improvements and bugfixes. This ensures the project uses the most up-to-date features andmaintains compatibility with the latest Go ecosystem changes.
docs: improve README with docker usage instructions (#85)
Add detailed steps to run the mock-http-server using the latestdocker image or by building and running the image locally. Includeexample commands for both approaches to simplify usage.Also add example logs produced by the server to demonstrate expectedoutput and help users verify correct operation. These changes improvethe clarity and usability of the README for new users.
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 v1.1.0...v1.2.0
Uh oh!
There was an error while loading.Please reload this page.