8000 build(deps): bump gofr.dev from 1.33.0 to 1.40.0 in /pkg/gofr/datasource/file/s3 by dependabot[bot] · Pull Request #1780 · gofr-dev/gofr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump gofr.dev from 1.33.0 to 1.40.0 in /pk 8000 g/gofr/datasource/file/s3 #1780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps gofr.dev from 1.33.0 to 1.40.0.

Release notes

Sourced from gofr.dev's releases.

v1.40.0

🚀 Features

Support for Supabase Database

Users can now connect their GoFr services to a Supabase database using environment variables. This feature supports both direct and pooled connections, enabling secure and scalable Postgres usage via Supabase.

🔧 Environment Variable Setup:

DB_DIALECT=supabase
DB_HOST=db.[PROJECT_REF].supabase.co  # Optional, derived from PROJECT_REF
DB_USER=postgres                      # Or database user name
DB_PASSWORD=password
DB_NAME=postgres                      # Or your database name
DB_PORT=5432                          # Optional, defaults based on connection type
DB_SSL_MODE=require                   # Optional, forced to "require" for Supabase
Supabase-specific configs
SUPABASE_PROJECT_REF=your_project_ref
SUPABASE_CONNECTION_TYPE=direct       # Options: direct, session, transaction
SUPABASE_REGION=us-east-1             # Required for pooled connections
Alternatively, can provide full connection string
DATABASE_URL=postgresql://postgres:password@db.your_project_ref.supabase.co:5432/postgres


Inter-Service WebSocket Communication

GoFr now supports Inter-Service WebSocket Communication, enabling services to exchange real-time messages over WebSocket connections. Ideal for microservices needing live updates or event-driven communication.

🔑 Key Methods:

  • AddWSService: Register a persistent WebSocket connection to another service with optional auto-reconnect.

  • WriteMessageToService: Send messages to any registered service.

✅ Example Usage:

func main(){
app := gofr.New()
err := app.AddWSService("notification-service", "ws://notifications.example.com/ws", nil, true, 5*time.Second)
if err != nil {

</tr></table>

... (truncated)

Commits
  • 493ab96 Merge pull request #1763 from gofr-dev/release/v1.40.0
  • 28653de Merge branch 'development' of github.com:gofr-dev/gofr into release/v1.40.0
  • a40f06e Adding Request Header for api-key in Documentation (#1724)
  • f303d3a update GoFr version to v1.40.0
  • c690cb5 Merge branch 'main' of github.com:gofr-dev/gofr into release/v1.40.0
  • cd569d4 Added ServiceUnavailable Error Type (#1762)
  • 56c0dce Add Supabase database support (#1717)
  • 3c84bee En/intersvc websockets (#1722)
  • 8e75955 build(deps): bump go.opentelemetry.io/otel/exporters/prometheus (#1733)
  • a25b74e build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...
  • 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 May 26, 2025
Bumps [gofr.dev](https://github.com/gofr-dev/gofr) from 1.33.0 to 1.40.0.
- [Release notes](https://github.com/gofr-dev/gofr/releases)
- [Commits](v1.33.0...v1.40.0)

---
updated-dependencies:
- dependency-name: gofr.dev
  dependency-version: 1.40.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.40.0 branch from a3f6b70 to 2532ea4 Compare May 27, 2025 13:20
@aryanmehrotra aryanmehrotra merged commit 0e1675d into development May 28, 2025
20 checks passed
@aryanmehrotra aryanmehrotra deleted the dependabot/go_modules/pkg/gofr/datasource/file/s3/gofr.dev-1.40.0 branch May 28, 2025 12:21
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.

2 participants
0