0.21.0
Release notes
June 6, 2025
oAuth 2

OAuth 2.0 support

The highlight of this release is support for creating custom OAuth 2.0 clients directly within Midio. This allows you to integrate with services that use OAuth-based authorization, such as Google. You can find detailed usage instructions in the documentation.

OAuth tokens are automatically refreshed by the Secret Manager when they expire, so your integrations remain seamless and secure.

Misc

  • Added support for showing "Show more" and copy buttons on capped strings in the value visualizer.
  • Fixed rendering performance issue for long strings in the value visualizer between nodes.
  • New template dialog
  • Made the .midio file selected by default in the /code interface.
  • Added environments picker in the provider environment variable popup.
  • Made it possible to paste newline-separated scopes into the OAuth scope input.
  • Value visualizers on arrows are now always shown on top of nodes.

Bug fixes

  • Resolved an issue where the popup would not close after creating a secret.
  • Fixed visualizer bugs, including layout issues and tooltip flickering due to pointer event conflicts.
  • Fixed bundling of input variable mappings for functions to prevent incorrect compilation.
  • Prevented invalid compiler state during package upgrades.
  • Corrected avatar CSS to fix broken color display.
  • Fixed mobile layout issues on signup/login views for responsive design.