Skip to content

v1.44.1

Latest
Compare
Choose a tag to compare
@Umang01-hash Umang01-hash released this 01 Sep 11:00
· 29 commits to development since this release
dd3d4ed

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.