Skip to content

build(deps): bump gofr.dev from 1.51.0 to 1.52.0 in /pkg/gofr/datasource/file/s3#2803

Merged
Umang01-hash merged 2 commits intodevelopmentfrom
dependabot/go_modules/pkg/gofr/datasource/file/s3/gofr.dev-1.52.0
Jan 6, 2026
Merged

build(deps): bump gofr.dev from 1.51.0 to 1.52.0 in /pkg/gofr/datasource/file/s3#2803
Umang01-hash merged 2 commits intodevelopmentfrom
dependabot/go_modules/pkg/gofr/datasource/file/s3/gofr.dev-1.52.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps gofr.dev from 1.51.0 to 1.52.0.

Release notes

Sourced from gofr.dev's releases.

v1.52.0

Release v1.52.0

🚀 Features

🔹 Redis PubSub Support

GoFr now supports Redis PubSub as a messaging backend, providing seamless integration with Redis for publish-subscribe patterns in microservices.

  • Supports both Redis Channels (traditional PubSub) and Redis Streams modes
  • Configurable via REDIS_PUBSUB_MODE environment variable (defaults to streams)
  • Redis Streams features:
    • Consumer groups for load balancing and message distribution
    • Automatic consumer group creation with MKSTREAM support
    • Configurable PEL (Pending Entry List) ratio for balancing pending vs new messages (default: 0.7, i.e., 70% PEL, 30% new messages)
    • Stream length management with MaxLen configuration
    • Automatic message acknowledgment handling
  • Redis Channels features:
    • Traditional PubSub channel support for simple messaging patterns
    • Automatic channel creation on first publish/subscribe
  • Separate database support via REDIS_PUBSUB_DB to prevent keyspace collisions (defaults to database 15)
  • Configurable buffer size, query timeout, and query limits
  • Automatic connection monitoring and resubscription on reconnection
  • Full observability with metrics, logging, and distributed tracing
  • Graceful error handling with permanent failure detection

🚀 Enhancements

🔹 HTTP Router Path Normalization

Router now normalizes paths before routing to handle edge cases with double slashes and malformed paths.

  • Automatically cleans and normalizes request paths using path.Clean()
  • Handles empty paths, double slashes, and trailing slashes consistently
  • Ensures proper routing behavior regardless of path formatting in requests
  • Improves compatibility with various HTTP clients and reverse proxies

🛠️ Fixes

🔹 JSON Encoding Error Handling for NaN Values

Fixed a bug where math.NaN() values in responses caused incorrect error handling. The responder now properly handles JSON encoding failures by:

  • Detecting encoding errors before writing response headers
  • Returning appropriate 500 Internal Server Error status code for encoding failures

... (truncated)

Commits
  • 3c8e3f3 Merge pull request #2792 from gofr-dev/release/v1.52.0
  • d9b1716 update release version to v1.52.0
  • ec590e8 Merge branch 'main' into release/v1.52.0
  • 64dbe5b Merge pull request #2770 from Lexterl33t/patch-1
  • 2b77cea Merge branch 'development' into patch-1
  • 0a4c2ec Merge pull request #2787 from gofr-dev/docs/enhance_http_communication
  • 18a204e Merge branch 'development' into docs/enhance_http_communication
  • 542390b Merge pull request #2791 from gofr-dev/fix-grafana
  • b5afdc7 Merge branch 'development' into docs/enhance_http_communication
  • 61efcf3 Merge branch 'development' into patch-1
  • 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)
  • @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 Jan 5, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/gofr/datasource/file/s3/gofr.dev-1.52.0 branch from cb7fa1e to eee27e2 Compare January 6, 2026 05:35
Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.51.0...v1.52.0)

---
updated-dependencies:
- dependency-name: gofr.dev
  dependency-version: 1.52.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/s3/gofr.dev-1.52.0 branch from eee27e2 to ade5898 Compare January 6, 2026 06:19
@Umang01-hash Umang01-hash merged commit 91dc0d8 into development Jan 6, 2026
20 checks passed
@Umang01-hash Umang01-hash deleted the dependabot/go_modules/pkg/gofr/datasource/file/s3/gofr.dev-1.52.0 branch January 6, 2026 06:46
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