Skip to main content

Changelog

RSS

Release notes and version history for GoFr. Pick a version from the right rail or deep-link to a specific tag (e.g. /changelog#v1.56.5).

v1.566 releases

v1.56.5May 8, 2026Latest
Fixes

Fixes

  • gRPC Shutdown Nil Panic — The force-close fallback in grpcServer.Shutdown (invoked when the graceful context times out) didn't nil-check g.server. Apps that never called RegisterService panicked on SIGTERM during the grace period. Added the missing nil-check and a regression test. (#3368)
  • MongoDB / ArangoDB Operation Metricsdefer sendOperationStats(time.Now(), …) evaluated time.Now() at defer registration and then called time.Since(time.Now())
  • internally, so every op reported ~0 µs duration. A few sites also placed the defer after an early-return, dropping metrics on failing ops. Replaced with an instrumentOp helper that captures start time synchronously and always fires its cleanup, so durations are accurate and error paths still record histograms. ArangoDB DropCollection /

    TruncateCollection now also time the actual op rather than just the getCollection() lookup. (#3102)

  • DBResolver TracingAddDBResolver previously dropped tracing silently because no matcher arm existed for it. Tracing is now wired, and a warning is emitted when a datasource implements UseTracer without a matcher entry. (#3102)
  • Duck-typed datasource wiringAddMongo, AddArangoDB, AddClickhouse, AddCassandra, AddPubSub, and the rest of the AddXxx family now accept the underlying behavior interface directly. The *Provider shims in pkg/gofr/container/datasources.go are marked `Deprecated` and retained for backwards compatibility — existing code continues to compile. (#3102)
  • View on GitHub
    v1.56.4April 29, 2026
    Fixes
    View on GitHub
    v1.56.3April 21, 2026
    Fixes
    View on GitHub
    v1.56.2April 21, 2026
    Fixes
    View on GitHub
    v1.56.1April 9, 2026
    Fixes
    View on GitHub
    v1.56.0April 7, 2026
    FeaturesEnhancementsFixes
    View on GitHub

    v1.551 release

    v1.55.0March 14, 2026
    FeaturesEnhancementsFixes
    View on GitHub

    v1.547 releases

    v1.54.6March 11, 2026
    Fixes
    View on GitHub
    v1.54.5February 27, 2026
    EnhancementsFixes
    View on GitHub
    v1.54.4February 21, 2026
    EnhancementsFixes
    View on GitHub
    v1.54.3February 6, 2026
    EnhancementsFixes
    View on GitHub
    v1.54.2January 31, 2026
    EnhancementsFixes
    View on GitHub
    v1.54.1January 27, 2026
    FeaturesFixes
    View on GitHub
    v1.54.0January 18, 2026
    FeaturesFixes
    View on GitHub

    v1.531 release

    v1.53.0January 10, 2026
    FeaturesEnhancementsFixes
    View on GitHub

    v1.521 release

    v1.52.0January 2, 2026
    FeaturesEnhancementsFixes
    View on GitHub

    v1.511 release

    v1.51.0December 27, 2025
    Features
    View on GitHub

    v1.503 releases

    v1.50.2December 21, 2025
    EnhancementsFixes
    View on GitHub
    v1.50.1December 14, 2025
    EnhancementsFixes
    View on GitHub
    v1.50.0December 6, 2025
    FeaturesFixes
    View on GitHub

    Showing 20 of 109 releases

    View all releases on GitHub →