Releases: bonitasoft/bonita-connector-rest
Releases · bonitasoft/bonita-connector-rest
Release 1.0.11
🐛 Bugfixes
- Use a default authentication port (-1) for DIGEST and BASIC auth, even when not set in the connector configuration. (Backport of #105)
Release 1.3.1
🐛 Bugfixes
- Use a default authentication port (-1) for DIGEST and BASIC auth, even when not set in the connector configuration. (#105)
Release 1.3.0
Features
- Add HEAD connector. Thanks to jjth contribution.
Bugfixes
Other
- Dependencies updates
- Add integration tests
Release 1.2.1
1.2.1 (2022-02-21)
New Features
- file: add POST FILE and PUT FILE definitions (#53) (c850fe5)
- tests: update wiremock (#52) (3382036)
- document: add support for Bonita documents (#51) (429f53f)
Other Changes
Release 1.2.0
1.2.0 (2021-11-27)
New Features
- contentType: add x-www-form-urlencoded content-type (#50) (72f0eae)
Other Changes
Release 1.1.1
1.1.1 (2021-11-23)
New Features
- Content-Type: add x-www-form-urlencoded content-type support (#50) (72f0eae)
Release 1.1.0
1.1.0 (2021-10-05)
🔒 SSL
- Add Trust certificate strategy options: DEFAULT (use the Trust Manager), TRUST_SELF_SIGNED and TRUST_ALL.
- Hostname verifier input is now an expression editor in order to use a parameter or a variable to define the verifier type.
Release 1.0.10
1.0.10 (2020-11-23)
Build System / Dependencies
- assembly: avoid warnings with implementation assemblies (#47) (35f7565)
Bug Fixes
- response: fallback to ISO-8859-1 when no charset in header (#48) (eabd14f)
Release 1.0.9
1.0.9 (2020-11-18)
Build System / Dependencies
- assembly: avoid warnings with implementation assemblies (#47) (35f7565)
Bug Fixes
- Response: use charset from response header when parsing body (6931d46)
- Error Management: do not fail with an exception when the request status is not successful (081a76d)
- ci: fix release pipeline (e0a49ab)
Other Changes
- refactor: make project community friendly (#44) (314e1f1)