Skip to content

Latest commit

 

History

History
140 lines (63 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

140 lines (63 loc) · 5.31 KB

3.0.1 (2023-07-20)

Bug Fixes

  • update policy description (9cefc00)

3.0.0 (2023-07-18)

Bug Fixes

chore

  • deps: update gravitee-parent (3e1ee80)

BREAKING CHANGES

  • deps: require Java17
  • Use apim V4 versions

3.0.0-alpha.2 (2023-07-18)

chore

  • deps: update gravitee-parent (3e1ee80)

BREAKING CHANGES

  • deps: require Java17

3.0.0-alpha.1 (2023-06-29)

Bug Fixes

BREAKING CHANGES

  • Use apim V4 versions

2.2.0 (2023-06-27)

Features

2.1.0 (2023-05-29)

Features

  • provide execution phase in manifest (a1302ac)

2.0.1 (2023-04-06)

Bug Fixes

  • Provide message to the TemplateEngine for message transformation (12bf61c)

2.0.0 (2023-03-17)

Bug Fixes

  • deps: upgrade gravitee-bom & alpha version (f8ad9f2)
  • rename 'jupiter' package in 'reactive' (6bae723)

Features

  • apply json transformation on messages (aaef745)
  • ignore request/response having non json body (f2fbf8f)

BREAKING CHANGES

  • Requires APIM 3.20 minimum because it requires RxJava3.

For request/response transformation in V4 engine, the policy will apply only when a JSON like the Content-Type header is defined.

https://gravitee.atlassian.net/browse/APIM-40

2.0.0-alpha.2 (2023-03-13)

Bug Fixes

  • rename 'jupiter' package in 'reactive' (6bae723)

2.0.0-alpha.1 (2023-01-04)

Features

  • apply json transformation on messages (aaef745)
  • ignore request/response having non json body (f2fbf8f)

BREAKING CHANGES

  • Requires APIM 3.20 minimum because it requires RxJava3.

For request/response transformation in V4 engine, the policy will apply only when a JSON like the Content-Type header is defined.

https://gravitee.atlassian.net/browse/APIM-40

1.7.1 (2022-04-28)

Bug Fixes

  • use chain for TransformableStream to fail if TransformationException (8c7cc3a)

1.6.1 (2022-03-04)

Bug Fixes

  • use chain for TransformableStream to fail if TransformationException (8c7cc3a)

1.7.0 (2022-01-24)

Features