Skip to content

v3.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 07:09
· 84 commits to main since this release
d89bf04

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.
  • #749 Nil pointer dereference in regex validation.
  • #704 Replaced panic with proper error handling in ExecuteApiRequest function
  • #756 fix: refine current value check in MakeFieldRequiredWhenOtherFieldDoesNotHaveValueValidator
  • #767 feat: implement conflict handling and retry logic for environment operations

📚 Documentation

  • #768 documentation for governance