REST extension changelog
Core features
From version 3.1.4 onwards, version numbers are aligned with C4I Core
ActiveMQ extension version | C4I Core version |
---|---|
3.1.1 | 3.1.1 |
3.0.1 | 3.0.2 |
2.1.0 | 2.1.0 |
2.0.0 | 2.0.0 |
1.5.0 | 1.8.0 |
1.4.0 | 1.7.0 |
1.3.2 | 1.6.2 |
1.2.0 | 1.5.0 |
1.1.1 | 1.4.1 |
1.0.0 | 1.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 toAuthenticationMode
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
- Possibility to use
- 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