You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.7.1 - 2025-05-13
🪲 Fixed
#702 Fix retryAfter function to properly handle all formats of Retry-After HTTP header as defined in RFC 7231
#705 Replace panic with error handling in environment_settings models.go
#707 Added nil check for HTTP response in doRequest method to prevent potential nil pointer dereference
#708 Improve DeleteEnvironment function behavior: Handle 404 responses gracefully and adjust state management in Delete method
#710 Fixed improper error handling by replacing err.Error() calls with properly wrapped errors using fmt.Errorf() with %w verb or directly passing the error object. This preserves error context and enables better debugging.
#687 Fixed an issue where required field validation could fail incorrectly if the referenced field was missing or not unique in the configuration.