Skip to content

Bump the go-deps group with 2 updates#69

Merged
coolwednesday merged 1 commit intomainfrom
dependabot/go_modules/go-deps-ff5e5d63d7
Feb 12, 2026
Merged

Bump the go-deps group with 2 updates#69
coolwednesday merged 1 commit intomainfrom
dependabot/go_modules/go-deps-ff5e5d63d7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps the go-deps group with 2 updates: github.com/emicklei/proto and gofr.dev.

Updates github.com/emicklei/proto from 1.14.2 to 1.14.3

Changelog

Sourced from github.com/emicklei/proto's changelog.

v1.14.3 (2026-02-04)

  • handle double slash in single quotes (#152) (thanks AriehSchneier)
  • Handle comments at the end of an array (#151) (thanks AriehSchneier)
Commits

Updates gofr.dev from 1.45.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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-deps group with 2 updates: [github.com/emicklei/proto](https://github.com/emicklei/proto) and [gofr.dev](https://github.com/gofr-dev/gofr).


Updates `github.com/emicklei/proto` from 1.14.2 to 1.14.3
- [Changelog](https://github.com/emicklei/proto/blob/v1.14.3/CHANGES.md)
- [Commits](emicklei/proto@v1.14.2...v1.14.3)

Updates `gofr.dev` from 1.45.0 to 1.54.3
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](gofr-dev/gofr@v1.45.0...v1.54.3)

---
updated-dependencies:
- dependency-name: github.com/emicklei/proto
  dependency-version: 1.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: gofr.dev
  dependency-version: 1.54.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 9, 2026
@coolwednesday coolwednesday merged commit c769569 into main Feb 12, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go-deps-ff5e5d63d7 branch February 12, 2026 05:49
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