Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • /connector-plugins keeps its current behavior and will only expose the new behavior when a new query parameter is set.
  • When accessing /connector-plugins/<plugin>/config on existing converters that don't implement the config() method, an empty array will be returned. If a converter is also implementing HeaderConverter, and hence already have a config() method, it will be automatically used and the config will be returned.
  • When accessing /connector-plugins, existing plugins that don't implement version(), will have the version set to undefined.
  • The other changes are new endpoints that don't cause compatibility issues.

...