Skip to content

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/oracle#2979

Merged
coolwednesday merged 1 commit intodevelopmentfrom
dependabot/go_modules/pkg/gofr/datasource/oracle/gofr.dev-1.54.3
Feb 11, 2026
Merged

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/oracle#2979
coolwednesday merged 1 commit intodevelopmentfrom
dependabot/go_modules/pkg/gofr/datasource/oracle/gofr.dev-1.54.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps gofr.dev from 1.54.0 to 1.54.3.

Release notes

Sourced from gofr.dev's releases.

v1.54.3

Release v1.54.3

🚀 Enhancements

🔹 Migration Locking for SQL & Redis

GoFr now implements automatic migration locking for SQL and Redis datasources.

  • Automatic Coordination: In multi-instance deployments (such as Kubernetes), instances effectively coordinate to ensure only one instance executes migrations at a time.
  • Data Integrity: This mechanism effectively prevents race conditions and corrupted migration states during parallel deployments.

🛠️ Fixes

  • Circuit Breaker Concurrency - Resolved an issue where the Circuit Breaker was erroneously enforcing sequential execution on parallel HTTP requests. This fix restores the expected concurrent behavior, significantly improving throughput for service calls.

  • Datasource Resource Management - Fixed goroutine leaks that occurred during the shutdown process for SQL and Redis datasources. This ensures proper resource cleanup and cleaner application termination.

  • Migration Version Consistency - Fixed a bug where the last migration version was not being correctly fetched across the entire chain of datasources. This ensures accurate migration state tracking, particularly in multi-datasource configurations.

v1.54.2

Release v1.54.2

🚀 Enhancement

🔹 Smart HTTP Server Activation

GoFr now intelligently manages its internal server lifecycle, conditionally booting the HTTP stack only when relevant components are registered.

  • Resource Efficiency: Drastically reduces memory and CPU overhead for gRPC-only services or background workers by keeping dormant server components inactive.
  • Automated Discovery: Dynamically identifies the need for an HTTP server based on registered routes, static files, or custom handlers.
  • Streamlined Footprint: Prevents unnecessary port occupancy and improves application startup time for specialized services.

🛠️ Fixes

  • Panic Prevention in DB Metrics: Added essential nil checks in the database operations logic to prevent potential panics during telemetry collection.

  • Migration Version Chaining: Fixed the chaining logic for fetching the last migration version to ensure consistency across complex deployments using multiple datasources.

  • Docker Compose Port Mappings: Resolved incorrect port assignments for Redis and MySQL in the http-server example, streamlining the local development environment.

v1.54.1

Release v1.54.1

🚀 Features

🔹 gRPC Authentication Middleware

Introduced comprehensive authentication support for gRPC services, bringing it on par with HTTP services.

  • Supported Methods: Basic Authentication, API Key Authentication, and OAuth.
  • Seamless Integration: Easily enable authentication for gRPC unary and streaming handlers.
  • Unified Auth Interface: Leverages the existing authentication logic for consistency across protocols. Refer :

🔹 Standard OTEL Tracing for gRPC

Enabled standard OpenTelemetry tracing for gRPC services.

... (truncated)

Commits
  • bc2ffa9 Merge pull request #2961 from gofr-dev/release_v1.54.3
  • f42c8ca Merge branch 'main' into release_v1.54.3
  • 1508484 updated version
  • b4768b7 Merge pull request #2567 from gitcrusher/docs/issue-2557-log-levels
  • 01589e6 Merge branch 'development' into docs/issue-2557-log-levels
  • f4b2a61 Merge pull request #2956 from PradSharma554/handle-migration-fix
  • 44e6ddc Merge branch 'development' into docs/issue-2557-log-levels
  • 9fc611a fixed the file
  • 4eaadcf fixed the file
  • 750b68c Merge branch 'development' into handle-migration-fix
  • 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 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)
  • @dependabot 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 Feb 10, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/gofr/datasource/oracle/gofr.dev-1.54.3 branch from e41e1ab to e531dbc Compare February 10, 2026 10:46
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/gofr/datasource/oracle/gofr.dev-1.54.3 branch 2 times, most recently from 817df9d to 4967c6d Compare February 10, 2026 12:54
Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.54.0 to 1.54.3.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.54.0...v1.54.3)

---
updated-dependencies:
- dependency-name: gofr.dev
  dependency-version: 1.54.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/gofr/datasource/oracle/gofr.dev-1.54.3 branch from 4967c6d to 475fea3 Compare February 11, 2026 06:17
@coolwednesday coolwednesday merged commit fa71742 into development Feb 11, 2026
18 checks passed
@coolwednesday coolwednesday deleted the dependabot/go_modules/pkg/gofr/datasource/oracle/gofr.dev-1.54.3 branch February 11, 2026 06:29
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