REST extension changelog

Core features

From version 3.1.4 onwards, version numbers are aligned with C4I Core

ActiveMQ extension versionC4I Core version
3.1.13.1.1
3.0.13.0.2
2.1.02.1.0
2.0.02.0.0
1.5.01.8.0
1.4.01.7.0
1.3.21.6.2
1.2.01.5.0
1.1.11.4.1
1.0.01.3.0

3.11.0

Released on 2024-06-11

  • The REST connector can now send XML messages

3.7.2

Released on 2023-10-02

  • Add new parameter to specify OAuth2 token scope

3.5.2

Released on 2023-02-27

  • Add OAuth2 Client Credentials Workflow authentification
  • Parameter AuthenticationMethod is renamed to AuthenticationMode and is now optional (the default value is "NONE")

1.2.0

Released on 2021-04-12

  • Fix bug where additional requests would be sent after an error is returned by the target web service
  • Fix hierarchical JSON generation. Dot (".") characters in key name now create a subdocument

1.1.1

Released on 2021-01-14

  • Add read timeout parameter
  • Add parameter to choose Content-Type header
  • Add 2 optional headers
    • Possibility to use {uuid} header value to link multiple batches of the same execution
  • Add a Content-Type header with authorized values "APPLICATION_JSON" (application/json) and "TEXT_PLAIN" (text/plain;charset=UTF-8)
  • Add possibility to send a "Last Batch header" to indicate that an object type has been completely sent
  • Close response body to avoid memory leaks

1.0.0

Released on 2020-11-23

  • Throw exception if HTTP request fails
Last Updated: