* Merge pull request #3678 from gofr-dev/deps/minor-updates-2026-07-02
chore(deps): consolidate minor dependency updates (2026-07-02)
* chore(datasource): sync submodules to gofr.dev v1.57.0 and fix standalone builds ahead of module tagging (#3655)
* chore(datasource): bump gofr.dev to v1.57.0 across submodules
Bumps gofr.dev v1.56.6 -> v1.57.0 in the 10 datasource submodules that
import core (dbresolver, file/azure, file/ftp, file/gcs, file/s3, file/sftp,
oracle, pubsub/eventhub, pubsub/nats, pubsub/sqs) plus the using-cloudsql
and using-add-filestore examples, ahead of tagging the datasource module
releases. go.mod/go.sum only; standalone (GOWORK=off) builds verified.
Co-Authored-By: claude-flow <ruv@ruv.net>
* test(eventhub): add mock expectations for consumer-group debug logs
Connect() emits Debugf("Using default consumer group: %s") and
Debug("Event Hub client initialization complete"), but the Connect()-calling
tests never expected them, leaving them red under gomock. Test-only.
Co-Authored-By: claude-flow <ruv@ruv.net>
---------
Co-authored-by: claude-flow <ruv@ruv.net>
* chore(deps): consolidate minor/patch dependency updates (2026-07-07) (#3703)
* fix(subscriber): propagate handler error to engage startSubscriber backoff (#3218)
* chore(deps): consolidate minor/patch dependency updates (2026-07-15) (#3724)
* feat(s3): add signed URL support with S3-compatible provider flavors (#3704)
* Adds support for making observable LLM chat and tool calls (#3722)
* chore(deps): major dependency updates — NEEDS REVIEW (2026-07-21) (#3753)
* chore(deps): consolidate minor/patch dependency updates (2026-07-21) (#3752)
Updates included:
- github.com/aws/aws-sdk-go-v2/config: 1.32.28 -> 1.32.30
- github.com/aws/aws-sdk-go-v2/service/s3: 1.105.1 -> 1.105.2
- github.com/aws/aws-sdk-go-v2/service/sqs: 1.45.0 -> 1.45.1
- github.com/dgraph-io/badger/v4: 4.9.3 -> 4.9.4
- github.com/prometheus/client_golang: 1.23.2 -> 1.24.0
- github.com/surrealdb/surrealdb.go: 1.5.1 -> 1.6.0
- cloud.google.com/go/pubsub: 1.50.2 -> 1.51.0
- google.golang.org/grpc: 1.82.0 -> 1.82.1
- golang.org/x/crypto: 0.53.0 -> 0.54.0
- modernc.org/sqlite: 1.53.0 -> 1.54.0
Closes: #3732, #3733, #3734, #3735, #3736, #3737, #3738, #3739, #3740, #3741, #3742, #3743, #3744, #3745, #3746, #3747, #3748, #3749, #3750, #3751
Co-authored-by: claude-flow <ruv@ruv.net>
Co-authored-by: Aryan Mehrotra <aryanmehrotra2000@gmail.com>
* fix(surrealDB): handle gofr lastMigration / table creation (#3726)
* update release version to v1.58.0
---------
Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com>
Co-authored-by: claude-flow <ruv@ruv.net>
Co-authored-by: Nitin Kumar Patel <nitin.kumar@zop.dev>
Co-authored-by: Akshat Singhal <65562230+akshat-kumar-singhal@users.noreply.github.com>
Co-authored-by: nagendhiran <2039564+im-ng@users.noreply.github.com>