Skip to content

Releases: bonitasoft/bonita-connector-rest

Release 1.3.2

16 Sep 16:37
Compare
Choose a tag to compare
chore(release): 1.3.2

Release 1.0.11

02 Feb 09:07
Compare
Choose a tag to compare

🐛 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

31 Jan 11:22
Compare
Choose a tag to compare

🐛 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

12 Sep 07:46
Compare
Choose a tag to compare

Features

  • Add HEAD connector. Thanks to jjth contribution.

Bugfixes

  • Fix DELETE connector #81

Other

  • Dependencies updates
  • Add integration tests

Release 1.2.1

21 Feb 10:17
Compare
Choose a tag to compare

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

27 Nov 08:51
Compare
Choose a tag to compare

1.2.0 (2021-11-27)

New Features
  • contentType: add x-www-form-urlencoded content-type (#50) (72f0eae)
Other Changes

Release 1.1.1

23 Nov 11:03
Compare
Choose a tag to compare

1.1.1 (2021-11-23)

New Features
  • Content-Type: add x-www-form-urlencoded content-type support (#50) (72f0eae)

Release 1.1.0

05 Oct 12:37
Compare
Choose a tag to compare

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

23 Nov 09:14
Compare
Choose a tag to compare

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

18 Nov 11:44
Compare
Choose a tag to compare

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)