Role-based access control API and improved deployment logs
This release introduces a new API for role, membership, and grants management, along with improved user-facing deployment logs.
Features
- Role, membership, and grants management API #2031 - Added a new API for managing roles, memberships, and grants, providing the foundation for role-based access control across projects and organizations. (Author: @tgmendes )
- Improved deployment logs #2033 - Improved user-facing deployment logs with source processing details and an aggregate summary for better visibility into deployment progress. (Author: @bflad )
Bug fixes
- Revert multiple security schemes with public OAuth #2030 - Reverted the feature allowing other security schemes when public OAuth is configured due to unexpected behavior. (Author: @disintegrator )
- Validate default environment ID #2024 - Added validation to ensure
default_environment_idbelongs to the caller’s project before storing it in MCP metadata. (Author: @simplesagar ) - Fix Pylon chat widget overlap #2025 - Fixed the Pylon chat widget overlapping the playground send button by hiding the default launcher and adding toggle support to the Get Support button. (Author: @simplesagar )
- Clean up defunct observability seed logic #2019 - Removed defunct observability seed tool logic as part of onboarding cleanup. (Author: @danielkov )