8000 build(deps): bump gofr.dev from 1.40.0 to 1.41.0 in /pkg/gofr/datasource/file/sftp by dependabot[bot] · Pull Request #1862 · gofr-dev/gofr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump gofr.dev from 1.40.0 to 1.41.0 in /p 8000 kg/gofr/datasource/file/sftp #1862

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps gofr.dev from 1.40.0 to 1.41.0.

Release notes

Sourced from gofr.dev's releases.

v1.41.0

🔧 Improvements

1. New HTTP Error Type: ErrorRecordNotFound

A new standardized error type http.ErrorRecordNotFound has been introduced to gracefully handle scenarios where no records are found in the database.

Example:

return  nil, http.ErrorRecordNotFound{
    Message: "User not found with the given ID",
}

This improves semantic clarity and enables better client-side handling for empty-query results.

2. Improved Cron Job Observability

All cron jobs in GoFr now come with built-in logger and tracing support.

  • Logs from scheduled tasks are now clearly visible.

  • Each recurring job run is automatically tagged with a unique trace ID, making it easier to trace, debug, and monitor scheduled executions across your system.

This ensures better observability for background tasks without requiring additional instrumentation.

🐛 Fixes

1. Supabase Connection Issue Resolved

Previously, Supabase connections were not initializing correctly in GoFr due to a missing dialect registration. Supabase-backed services will now connect without issues—no manual fixes required.

v1.40.1

🔧 Dependency Updates

Upgraded all externalized datasource dependencies to their latest stable versions for improved performance, security, and compatibility across supported services.

Commits
  • 9e5d5bb Merge pull request #1815 from gofr-dev/release/v1.40.1
  • d7b785d update version to v1.40.1
  • ac4ecec update release version to v1.40.1
  • 8894a3d Merge branch 'main' of github.com:gofr-dev/gofr into release/v1.40.1
  • eeaa759 build(deps): bump github.com/arangodb/go-driver/v2 from 2.1.2 to 2.1.3 in /pk...
  • 43c61d8 Fix test coverage (#1813)
  • fa07753 Merge pull request #1811 from 7h3-3mp7y-m4n/ticket992
  • eac3bab minor go.work.sum fix
  • b6619ca docs: update ClickHouse module docs for consistency with container package
  • 3a3c5b4 Merge pull request #1798 from gofr-dev/dependabot/go_modules/github.com/redis...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @d 8000 ependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 16, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/gofr/datasource/file/sftp/gofr.dev-1.41.0 branch from 3224fdc to dec46ba Compare June 17, 2025 05:46
Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: gofr.dev
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/gofr/datasource/file/sftp/gofr.dev-1.41.0 branch from dec46ba to 7365915 Compare June 17, 2025 08:03
@Umang01-hash Umang01-hash merged commit 648b98f into development Jun 17, 2025
20 checks passed
@Umang01-hash Umang01-hash deleted the dependabot/go_modules/pkg/gofr/datasource/file/sftp/gofr.dev-1.41.0 branch June 17, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0