Skip to content

Releases: vokter/vokter

v0.3.1

12 Aug 01:54
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Renamed project from "argus" to "vokter"
  • Converted project to a multimodule maven project
  • Removed dependencies of GSON, and swapped GSON serialization calls wtih Jackson serialization calls

v0.2.1

11 Aug 23:58
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Migrated continuous integration platform to a container-based infrastructure.
  • Added an example Argus client in Java to showcase how a client app interoperates with Argus core service;
  • Fixed a bug where requests without 'ignore' parameters were considered as not valid;
  • Fixed a bug where local client URLs were considered as not valid.

v0.1.5

11 Aug 23:57
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Changed 'receiverUrl' to 'clientUrl' to keep consistency with the documentation.

Note that 'receiverUrl' can still be used, and it will be read by Argus if a 'clientUrl' was not provided.

v0.1.4

11 Aug 23:56
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Changed copyright notices to 2015;
  • Added documentation to include architecture specification and design principles.

v0.1.3

11 Aug 23:56
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Changed API relative url from /rest/* to /argus/v1/* ;
  • Requests can now have "ignoreAdded" and "ignoreRemoved" boolean parameters to ignore matching of keywords for "added" or "removed" diffs;
  • Added different status codes to REST responses: 200 on OK requests, 400 on requests missing valid mandatory parameters and 404 when the job to cancel does not exist;
  • Removed language detector from source code and added https://github.com/optimaize/language-detector as a Maven dependency;
  • Removed GENIA Parser from source code to reduce repository size, since this was rarely used;