LogoLogo
  • Docs
  • Connector Configuration
  • Knowledge Base
  • Changelog
  • Changelog
  • Version 6
    • 6
      • 6.0
        • 6.0.13
        • 6.0.12
        • 6.0.11
        • 6.0.10
        • 6.0.9
        • 6.0.8
        • 6.0.6
        • 6.0.4
      • 6.1
        • 6.1.3
        • 6.1.4
  • Version 5
    • 5
      • 5.2
        • 5.2.12
        • 5.2.11
        • 5.2.10
        • 5.2.9
        • 5.2.6
        • 5.2.5
        • 5.2.4
        • 5.2.3
        • 5.2.2
        • 5.2.1
      • 5.1
        • 5.1.3
        • 5.1.2
        • 5.1.1
      • 5.0
        • 5.0.2
        • 5.0.1
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Version 5
  2. 5
  3. 5.0

5.0.1

Previous5.0.2

Last updated 7 months ago

Was this helpful?

New in 5.0.1

  • Node version updated to 18.16.1 and the OS switched from Linux Alpine to Debian which resolved the DNS issues for some Salesforce sandbox URLs.

  • Fix for GET /files?filter=userId:XYZ and GET /files/count?filter=userId:XYZ. These endpoints did not return correct results if the userId was specified in the filter and the user was not admin.

  • Filepicker input type shows only files created by the signed-in user. Before this, the admin users saw all the files there, but when a file that does not belong to the owner (admin) is used in a flow, the component working with that file returns an error.

  • Two fixes for the new Output Port JSON Scheme definition introduced in 5.0.0.

    • Title not showing in the Inspector’s variables picker for attributes of nested objects.

    • Variables with iterable ancestors showing in Inspector’s variables picker.

  • Fix for Wizard’s input field - it was possible to get into an invalid state.

  • Authentication popup handling improved.

  • When a service (appmixer:microsoft for example) contained two plugins, it was possible that while loading such a plugin under a newer Node version (node_modules being re-installed), the plugin files could get corrupted.

  • Inspector Field max width overflow.