Fixed
- Json: Fixed a spelling error in a json converter.
- Rules: Fix API description for rule events.
- Rules: Fix cancellation of rule events.
- Scripting: Expost HTTP exceptions from scripting HTTP helpers.
- Scripting: Propagate exceptions within async code properly.
- Scripting: Use
application/jsoninstead oftext/jsonfor HTTP requests. - UI: Fixes te redirect flow after a user logs out and logs in again.
Changed
- API: Update all client libaries and general libs.
- UI: Addded a loading spinner for the templates screen.
- UI: Only show the leave option for apps, when there is at least one other owner.
Added
- API: Fixes the OpenAI parameter order.
- GraphQL: Add
schemaNamefield to components. - Scripting: New method
generateto generate content as text using OpenAI. - Scripting: New method
translateto translate a given text programmatically. - UI: Added new translation: French.
- UI: Dialog to select a client in the GraphQL playground.
- UI: New dialog to generate content with OpenAI or other chat platforms.