smart-executor-client/CHANGELOG.md

1.2 KiB

This project adheres to Semantic Versioning.

Changelog for Smart Executor Client

[v2.0.0-SNAPSHOT]

  • New version of the client to comply with new REST APIs provided by Smart Executor 2.0.0 [#12997]

[v1.7.0] - 2019-02-26

  • Fixed gCoreEndpoint filter using got ServiceEndpoints [#12984]

[v1.6.0] - 2017-02-15

  • Added client for REST interface of Smart Executor [#5109]
  • Created fallback client presenting as REST client but using SOAP API to support old SmartExecutor instances with new code [#5109]
  • Deprecated old SOAP client [#5109]

[v1.5.0] - 2017-25-07

  • Exposed unSchedule(executionIdentifier) API

[v1.4.0] - 2017-03-16

  • Fixed classes javadoc

[v1.3.0] - 2016-11-07

  • SmartExecutor has been passed to Authorization 2.0 [#4944 #2112]
  • Provided to plugins the possibility to define a custom notifier [#5089]

[v1.2.0] - 2016-02-08

  • Using Persistence (CouchDB) to save Scheduled Task configuration [#579]
  • Added Unscheduling feature for repetitive task [#521]

[v1.1.0] - 2015-12-09

  • Added Recurrent and Scheduled Task support [#111]
  • Saving Task Evolution on Persistence (CouchDB) [#89]

[v1.0.0] - 2015-02-05

  • First Release