Skip to content

Release v1.54.4#3017

Merged
coolwednesday merged 69 commits intomainfrom
release-v1.54.4
Feb 21, 2026
Merged

Release v1.54.4#3017
coolwednesday merged 69 commits intomainfrom
release-v1.54.4

Conversation

@coolwednesday
Copy link
Member

@coolwednesday coolwednesday commented Feb 21, 2026

Release v1.54.4

🚀 Enhancements

🔹 Kafka Span Links for Pub/Sub Tracing

GoFr now supports OpenTelemetry span links for Kafka, significantly improving observability in event-driven systems.

  • Improved Traceability: Connects producer and consumer spans even in asynchronous messaging patterns, providing a complete picture of the request lifecycle.
  • Enhanced Observability: Users can now visualize the relationship between messages, making it easier to debug complex microservices interactions.
  • Semantic Conventions: Follows OpenTelemetry messaging semantic conventions for consistent spans and links.

🔹 Metrics Export for Cron Jobs

Introduced native support for exporting metrics for background tasks managed through Cron Jobs.

  • Performance Monitoring: Automatically tracks execution duration and success/failure counts for scheduled tasks.
  • Better Visibility: Allows developers to monitor the health and performance of background workers using the same telemetry stack as their HTTP services.
  • Customizable: Leverages GoFr's internal metrics provider for seamless integration with Prometheus or other exporters.

🛠️ Fixes

🔹 HTTP Server Auto-detection

Resolved an issue where the HTTP server wouldn't start if only a static directory was auto-detected without any explicit route registration.

  • Robust Static Hosting: Ensures that applications serving only static content boot correctly and serve assets as expected.

🔹 Reduced HTTP Shutdown Noise

Optimized the server shutdown sequence to eliminate unnecessary log noise and warnings during graceful termination.

  • Cleaner Logs: Provides a more streamlined and less cluttered logging experience during application restarts and deployments.

dependabot bot and others added 30 commits February 10, 2026 00:14
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>
…rg/x/oauth2-0.35.0

build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.264.0 to 0.265.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.264.0...v0.265.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.265.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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>
…olang.org/api-0.265.0

build(deps): bump google.golang.org/api from 0.264.0 to 0.265.0
…ons-31ae4856a2

build(deps): bump crate-ci/typos from 1.43.0 to 1.43.4 in the actions group
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.44.3 to 1.45.0.
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.3...v1.45.0)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
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>
…/datasource/file/gcs/gofr.dev-1.54.3

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/file/gcs
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>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.264.0 to 0.265.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.264.0...v0.265.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.265.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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>
…/datasource/file/azure/gofr.dev-1.54.3

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/file/azure
…/datasource/pubsub/sqs/gofr.dev-1.54.3

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/pubsub/sqs
…/datasource/file/sftp/gofr.dev-1.54.3

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/file/sftp
…/datasource/file/s3/gofr.dev-1.54.3

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/file/s3
Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.42.0 to 2.43.0.
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.42.0...v2.43.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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>
…/datasource/oracle/gofr.dev-1.54.3

build(deps): bump gofr.dev from 1.54.0 to 1.54.3 in /pkg/gofr/datasource/oracle
…urce/clickhouse/github.com/ClickHouse/clickhouse-go/v2-2.43.0
…/datasource/clickhouse/github.com/ClickHouse/clickhouse-go/v2-2.43.0

build(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.42.0 to 2.43.0 in /pkg/gofr/datasource/clickhouse
dependabot bot and others added 27 commits February 12, 2026 13:54
* update release version to v1.50.0

* V1.50.1 (#2709)

* update release version to v1.50.2

* update release version to v1.51.0

* update release version to v1.52.0

* Release v1.53.0 (#2828)

* build(deps): bump gofr.dev in /pkg/gofr/datasource/file/gcs

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>

* build(deps): bump google.golang.org/api in /pkg/gofr/datasource/file/gcs

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.258.0 to 0.259.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.258.0...v0.259.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Metrics in HttpService Options (#2812)

* fixed doc formatting issue in http Communication page in documentation (#2827)

* build(deps): bump gofr.dev in /pkg/gofr/datasource/pubsub/sqs

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/file/sftp

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/pubsub/eventhub

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump github.com/godror/godror

Bumps [github.com/godror/godror](https://github.com/godror/godror) from 0.49.6 to 0.50.0.
- [Changelog](https://github.com/godror/godror/blob/main/CHANGELOG.md)
- [Commits](godror/godror@v0.49.6...v0.50.0)

---
updated-dependencies:
- dependency-name: github.com/godror/godror
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/file/s3

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.38.0 to 0.39.0.
- [Commits](golang/term@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/dbresolver

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /examples/using-add-filestore

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump modernc.org/sqlite from 1.42.2 to 1.43.0

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.42.2 to 1.43.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.42.2...v1.43.0)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump crate-ci/typos in the actions group

Bumps the actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `crate-ci/typos` from 1.41.0 to 1.42.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.41.0...v1.42.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/file/gcs

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/file/azure

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/oracle

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump gofr.dev in /pkg/gofr/datasource/file/ftp

Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.52.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix/circuit breaker (#2829)

* feat(http): implement server-side rate limiter middleware (#2563)

* added version

* version

* version added

* fixed linters

* updated  version

* build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into PR #2973

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Umang01-hash <mundhraumang.02@gmail.com>
Co-authored-by: coolwednesday <divi229moc@gmail.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DuskWarden <pawar96sameer@gmail.com>
Co-authored-by: BITTU KUMAR <152794122+CSEBittuKr@users.noreply.github.com>
Co-authored-by: Bhavishya Sharma <bhavishaya32@gmail.com>
Co-authored-by: gizmo-rt <pawanrajmurarka@gmail.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `crate-ci/typos` from 1.43.4 to 1.43.5
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.43.4...v1.43.5)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.43.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
- [Commits](lib/pq@v1.11.1...v1.11.2)

---
updated-dependencies:
- dependency-name: github.com/lib/pq
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.19.1 to 8.19.3.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v8.19.1...v8.19.3)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-elasticsearch/v8
  dependency-version: 8.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
…gcs (#3003)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.265.0 to 0.266.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.265.0...v0.266.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.266.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
Bumps [github.com/surrealdb/surrealdb.go](https://github.com/surrealdb/surrealdb.go) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/surrealdb/surrealdb.go/releases)
- [Changelog](https://github.com/surrealdb/surrealdb.go/blob/main/RELEASE_NOTES.md)
- [Commits](surrealdb/surrealdb.go@v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/surrealdb/surrealdb.go
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.7 to 1.17.9.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.7...v1.17.9)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-version: 1.17.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
…ph (#2999)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.265.0 to 0.266.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.265.0...v0.266.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.266.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.39.0 to 0.40.0.
- [Commits](golang/term@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com>
docs: Add comprehensive documentation for gofr store generator
@coolwednesday coolwednesday merged commit 036d5e1 into main Feb 21, 2026
35 checks passed
@coolwednesday coolwednesday deleted the release-v1.54.4 branch February 21, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants