Skip to content

v12.116.14

Choose a tag to compare

@riderx riderx released this 28 Feb 18:02
· 1764 commits to main since this release
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Changed

  • API now uses snake_case (build_options, build_credentials) in public endpoints instead of camelCase for consistency with REST conventions

Deprecated

  • The credentials field in build requests is now deprecated and will be rejected with a clear upgrade error message directing users to use build_credentials instead

Fixed

  • Build configuration options and credentials are now properly forwarded to the builder service
  • Internal mapping ensures snake_case API parameters are correctly transformed to camelCase for the builder

Security

  • Cleaned up role_bindings when organization members are removed to prevent stale permission entries

🔗 Full Changelog: v12.116.13...v12.116.14