Skip to content

Latest commit

 

History

History
297 lines (130 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

297 lines (130 loc) · 11.1 KB

4.6.0 (2024-11-26)

Features

  • rx helper backoff retry with max attempt (d5f91f5)

4.5.1 (2024-07-03)

Bug Fixes

  • Page: fix error in typing of map() (b82ce0c)

4.5.0 (2024-07-03)

Features

  • Page: add map() method to simplify usage (a1de0b3)

4.4.0 (2024-06-13)

Features

  • add unsubscribe method for EventManager (8483a9f)

4.3.1 (2024-06-07)

Bug Fixes

  • make lombok dependency provided (5a3d129)

4.3.0 (2024-05-16)

Features

4.2.0 (2024-03-27)

Features

  • allow to filter retryable exception (038f94c)

4.1.0 (2024-03-27)

Features

  • add exponential backoff retry (48fd342)

4.0.0 (2024-03-11)

Code Refactoring

  • remove VertxProxyOptionsUtils and gravitee-node dependency (4d30d36)

BREAKING CHANGES

3.4.1 (2024-03-07)

Bug Fixes

  • deps: update bcprov-jdk15on to bcprov-jdk18on (b4c1eb6)

3.4.0 (2024-02-02)

Features

  • introduce CronTrigger class (c8d821d)

3.3.3 (2023-09-12)

Bug Fixes

  • allow to extract non-encoded certificate (702a807)

3.3.2 (2023-09-12)

Bug Fixes

  • freemarker: pass class loader explicitely (0620025)

3.3.1 (2023-09-12)

Bug Fixes

  • improving environment hasMatching feature (248636a)

3.3.0 (2023-09-08)

Features

  • add reusable freemarker templating component (b28b5f1)

3.2.1 (2023-09-07)

Bug Fixes

  • return false when given matching tags is null or empty (4d3b206)

3.2.0 (2023-09-05)

Features

  • add util class to extract certificate and deal with thumbprint (8190941)

3.1.0 (2023-08-31)

Features

  • parse semicolon as a normal char for query parameters (6a28430)

3.0.0 (2023-08-28)

chore

  • deps: update gravitee-parent (db20ebc)

Features

  • add utility method to get list from an object (22f267e)

BREAKING CHANGES

  • deps: require Java17

2.2.0 (2023-08-18)

Features

  • initialize a keystore from PEM certifcates (files and content) (8352886)

2.1.1 (2023-05-17)

Bug Fixes

  • do not allow trailing hyphen in ID (5fd81dd)

2.1.0 (2023-03-17)

Bug Fixes

  • create private method to deal with empty string (2281473)
  • deps: upgrade gravitee-bom (5f84a78)
  • remove the use of Spring framework (d107040)

Features

  • add retry on predicate capabilities (50e68a8)
  • add uri isAbsolute util function (2c30a06)
  • implement duration parser to manage simple and iso8601 format (7b562cb)

2.1.0-alpha.5 (2023-01-23)

Bug Fixes

  • create private method to deal with empty string (c8dbfa7)

2.1.0-alpha.4 (2023-01-20)

Bug Fixes

  • remove the use of Spring framework (cbc5fc8)

2.1.0-alpha.3 (2023-01-16)

Features

  • implement duration parser to manage simple and iso8601 format (d26a6ae)

2.1.0-alpha.2 (2023-01-12)

Features

  • add retry on predicate capabilities (606d7c9)

2.1.0-alpha.1 (2023-01-11)

Features

  • add uri isAbsolute util function (33768d8)

2.0.0 (2022-12-09)

Bug Fixes

  • missing backpressure on retry (664f659)
  • use passwordToCharArray to properly handle password (84867ac)

chore

Features

  • add rx helpers method to retry a flowable with delay between attempts (a30cad0)

BREAKING CHANGES

  • rxJava3 required

2.0.0-alpha.4 (2022-12-06)

Bug Fixes

  • missing backpressure on retry (664f659)

2.0.0-alpha.3 (2022-11-25)

Features

  • add rx helpers method to retry a flowable with delay between attempts (a30cad0)

2.0.0-alpha.2 (2022-11-15)

Bug Fixes

  • use passwordToCharArray to properly handle password (84867ac)

2.0.0-alpha.1 (2022-10-18)

chore

BREAKING CHANGES

  • rxJava3 required

1.28.0 (2022-10-04)

Features

  • add RxHelper.mergeWithFirst method (84a70ce)

1.27.0 (2022-06-10)

Features

  • jupiter: mutualize LazyJWT for reusability (5f89228)

1.26.1 (2022-05-19)

Bug Fixes

  • init vertx proxy options from node configuration (c8715b1)

1.26.0 (2022-05-12)

Features

  • add vertx proxy options util (7ebf64d)