Skip to content

v3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 06:25
· 90 commits to main since this release

3.7.0 - 2025-04-29

✨ Added

  • #719 Operation lifecycle operation continue on HTTP 409 responses

💫 Changed

  • #736 Include debug symbols in goreleaser builds by removing -s -w flags from ldflags

🪲 Fixed

  • #720 Corrected validator logic in OtherFieldRequiredWhenValueOfValidator to properly handle field comparison cases
  • #703 Updated StringSliceToSet function to return an error instead of panicking when conversion fails
  • #706 Replace panic calls with proper error handling in tenant_settings dto.go
  • #709 Fixed misleading error message and debug log typos in the User resource
  • #745 fix: add http.StatusConflict to API response handling in enterprise and managed environment services

📚 Documentation

  • #741 Add security considerations guide