-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: gofr-dev/gofr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gofr-dev/gofr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 1 file changed
- 11 contributors
Commits on Jun 12, 2025
-
* add traceID and logs in cron * resolve linter * Added 404 response code in case of no rows retrieved from QueryRowContext * Added support for CQL * Added support for Mongo * Fixed formatting * refactor file cron.go and add file cron_scheduler.go * Updated .gitignore file to exclude go.work and go.work.sum files * Updated .gitignore file to exclude go.work and go.work.sum files * fix: allow sending multiple query parameters with the same name * fixed docker container naming docs/quick-start/connecting-mysql/page.md : fixed docker container naming for mysql * add mutex protection for float64Gauge and concurrent test * Revert "add mutex protection for float64Gauge and concurrent test" This reverts commit 24f8859. * docs: remove redundant "code" from CONTRIBUTING * build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.14.0 to 0.15.0. - [Commits](golang/sync@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump github.com/XSAM/otelsql from 0.38.0 to 0.39.0 Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/XSAM/otelsql/releases) - [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md) - [Commits](XSAM/otelsql@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: github.com/XSAM/otelsql dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump github.com/redis/go-redis/extra/redisotel/v9 Bumps [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis) from 9.9.0 to 9.10.0. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.9.0...v9.10.0) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/extra/redisotel/v9 dependency-version: 9.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump ls-lint/action in the actions group Bumps the actions group with 1 update: [ls-lint/action](https://github.com/ls-lint/action). Updates `ls-lint/action` from 2.3.0 to 2.3.1 - [Commits](ls-lint/action@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: ls-lint/action dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Updated implementation as per feedback from gofr team * Removed no longer required change * Re-added incorrectly removed test * Fixed import sequence * Revert "Updated .gitignore file to exclude go.work and go.work.sum files" This reverts commit 64d3fb7. * added StatusCode method and tests * Reverted .gitignore changes * build(deps): bump google.golang.org/grpc in /pkg/gofr/datasource/dgraph Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.2 to 1.73.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.72.2...v1.73.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump google.golang.org/api from 0.235.0 to 0.236.0 Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.235.0 to 0.236.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.235.0...v0.236.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.236.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.34.0 to 2.35.0. - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.34.0...v2.35.0) --- updated-dependencies: - dependency-name: github.com/alicebob/miniredis/v2 dependency-version: 2.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.2 to 1.73.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.72.2...v1.73.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump modernc.org/sqlite from 1.37.1 to 1.38.0 Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.37.1 to 1.38.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump github.com/redis/go-redis/v9 from 9.9.0 to 9.10.0 Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.9.0 to 9.10.0. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.9.0...v9.10.0) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update redisMock * fixed otel error in case of supabase dialect * fixing code climate issue * update release version to v1.41.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Akshat Singhal <[email protected]> Co-authored-by: Akshat Singhal <[email protected]> Co-authored-by: Ashwin Gopalsamy <[email protected]> Co-authored-by: Saurav Dharwadkar <[email protected]> Co-authored-by: Aryan Mehrotra <[email protected]> Co-authored-by: olxandr <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vikash Kumar <[email protected]> Co-authored-by: Divya <[email protected]> Co-authored-by: Divya Darshana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c07e41b - Browse repository at this point
Copy the full SHA c07e41bView commit details
Commits on Jun 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for af9ac85 - Browse repository at this point
Copy the full SHA af9ac85View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6744d4 - Browse repository at this point
Copy the full SHA e6744d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86417e - Browse repository at this point
Copy the full SHA b86417eView commit details -
Merge pull request #1874 from gofr-dev/release/v1.42.0
Release/v1.42.0
Configuration menu - View commit details
-
Copy full SHA for 276922e - Browse repository at this point
Copy the full SHA 276922eView commit details
Commits on Jun 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 209c77c - Browse repository at this point
Copy the full SHA 209c77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dba9cf - Browse repository at this point
Copy the full SHA 5dba9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 547dd3a - Browse repository at this point
Copy the full SHA 547dd3aView commit details -
Merge pull request #1903 from gofr-dev/release/v1.42.1
Release/v1.42.1
Configuration menu - View commit details
-
Copy full SHA for 2decc18 - Browse repository at this point
Copy the full SHA 2decc18View commit details
Commits on Jul 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f0096d6 - Browse repository at this point
Copy the full SHA f0096d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f894ff6 - Browse repository at this point
Copy the full SHA f894ff6View commit details -
Merge pull request #2010 from gofr-dev/release/v1.42.2
Release/v1.42.2
Configuration menu - View commit details
-
Copy full SHA for b5cd0c5 - Browse repository at this point
Copy the full SHA b5cd0c5View commit details
Loading
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 development...main