Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Connect 2015.1

Latest
Compare
Choose a tag to compare
@SerhatG SerhatG released this 16 May 08:14
· 5 commits to master since this release

API changes

  • Added support for API call 'status.jobs' allowing users to show the status of the jobs submitted by them. Only works for long-running jobs requiring you to provide an email address.
  • Added support for API call 'util.merge' allowing users to merge given files and return single file containing the highest depositions of the files.

Other changes

  • Allow ZIP file as input file. This allows you to also use ZIP files instead of just GML files. ZIP files are recommended as an alternative for big GML files.
  • Improved saving output files. Respects contentType if provided, falls back to TEXT. This should allow saving of ZIP files for example.
  • Add check if an incompatible websocket module is used.
  • Add check if the output file specified has the extension expected and if not warn the user about it.
  • Made script executable.
  • Changed script line separator to Unix. This allows executing the script properly using the shell. Otherwise the carriage return present in the Windows line separator becomes part of the shebang causing it to fail. This doesn't break Windows compatibility in any way.
  • Some PEP fixes.

and probably some other minor fixes.