github gofr-dev/gofr v1.44.1

latest releases: v1.46.3, v1.46.2, v1.46.1...
2 months ago

Release v1.441.

🚀 Enhancement

🔹 Client Cancellation Handling

  • GoFr now returns HTTP 499 “Client Closed Request” when a request is canceled (context.Canceled) and logs it at ERROR level.

🛠️ Fixes

  • Request Timeout Handling

    Previously, 500 status codes were received for context errors. GoFr now correctly returns HTTP 504 “Gateway Timeout” when a request exceeds its deadline (context.DeadlineExceeded) and logs it at ERROR level.

Don't miss a new gofr release

NewReleases is sending notifications on new releases.