Release Notes v0.38

Release v0.38 brings updates like enhanced validations, custom release streams, and many more enhancements and bug fixes.

✨ What's New

  • Validation Checks
    Users can now scan all the resource JSONs in their environment to ensure schema compliance. This includes syntax errors, disabled resource references, schema errors, etc. Any errors and warnings related to these will be displayed in the Validations tab, enabling users to address these issues.
    • The Validations feature is accessible under the Releases > Validations tab.
    • Users will be notified about unresolved errors and warnings prior to initiating a Launch or Release.
    • Additionally, users can also filter to show Errors and/or Warnings in the Validations tab.
  • Custom Release Streams
    Users now have the flexibility to create multiple custom release streams alongside the System defined set, offering greater customization for managing their CI Integration.

:rocket: Product Capabilities

  • Expanded Permissions for MySQL Users
    New canned permissions have been introduced for MySQL users, offering improved control over database operations.
    • RWC (Read, Write, Control) Permissions: This set includes permissions for SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX, and REFERENCES.
    • RWD (Read, Write, Delete) Permissions: This set includes permissions for SELECT, INSERT, UPDATE, and DELETE.

📈 Enhancements

  • Improved Error Resolution Messages
    Updated error resolution messages to provide users with clearer and more actionable information.
  • User Interface Enhancements
    Various UI enhancements have been implemented to improve the user experience and offer a more intuitive interface throughout the application.

🐞 Bug Fixes

  • Fixed a bug where the Blueprint Designer page displayed an error when no environments were present.

📚 Documentation Updates