Skip to content

Latest commit

 

History

History
93 lines (42 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

93 lines (42 loc) · 4.12 KB

2.0.3 (2024-09-13)

Bug Fixes

  • json-schema - remove json forced language (2eac825)

2.0.2 (2024-09-11)

Bug Fixes

  • json-schema - add code editor for attribute values (9fa4a86)

2.0.1 (2023-07-20)

Bug Fixes

  • update policy description (723e2ca)

2.0.0 (2023-07-18)

Bug Fixes

  • add missing breaking change and update compatibility matrix in README (791eac8)
  • bump gravitee-parent to fix release to nexus (e4d0957)
  • use new execution engine (21ea3f7)

chore

  • deps: update gravitee-parent (bd51e10)

Features

  • add message level support to policy (676fc6f)
  • clean and validate json schema for v4 (f915aca)

BREAKING CHANGES

  • deps: require Java17
  • This implementation is using the dependencies introduced by Gravitee V4.0

2.0.0-alpha.4 (2023-06-29)

Bug Fixes

  • use new execution engine (21ea3f7)

2.0.0-alpha.3 (2023-06-27)

Features

  • clean and validate json schema for v4 (f915aca)

2.0.0-alpha.2 (2023-06-23)

Bug Fixes

  • bump gravitee-parent to fix release to nexus (e4d0957)

2.0.0-alpha.1 (2023-06-21)

Bug Fixes

  • add missing breaking change and update compatibility matrix in README (791eac8)

BREAKING CHANGES

  • This implementation is using the dependencies introduced by Gravitee V4.0

1.6.0-alpha.1 (2023-06-20)

Features

  • add message level support to policy (676fc6f)

1.5.1 (2023-01-23)

Bug Fixes

  • properly set response attribute in the execution context (f8d4de4)