4.6.0 (2024-11-26)
- rx helper backoff retry with max attempt (d5f91f5)
4.5.1 (2024-07-03)
- Page: fix error in typing of map() (b82ce0c)
4.5.0 (2024-07-03)
- Page: add map() method to simplify usage (a1de0b3)
4.4.0 (2024-06-13)
- add unsubscribe method for EventManager (8483a9f)
4.3.1 (2024-06-07)
- make lombok dependency provided (5a3d129)
4.3.0 (2024-05-16)
- add SizeUtils (e0e83eb)
4.2.0 (2024-03-27)
- allow to filter retryable exception (038f94c)
4.1.0 (2024-03-27)
- add exponential backoff retry (48fd342)
4.0.0 (2024-03-11)
- remove VertxProxyOptionsUtils and gravitee-node dependency (4d30d36)
- Remove VertxProxyOptionsUtils, please use the one from gravitee-node from version 5.9.0 https://gravitee.atlassian.net/browse/APIM-3800
3.4.1 (2024-03-07)
- deps: update bcprov-jdk15on to bcprov-jdk18on (b4c1eb6)
3.4.0 (2024-02-02)
- introduce CronTrigger class (c8d821d)
3.3.3 (2023-09-12)
- allow to extract non-encoded certificate (702a807)
3.3.2 (2023-09-12)
- freemarker: pass class loader explicitely (0620025)
3.3.1 (2023-09-12)
- improving environment hasMatching feature (248636a)
3.3.0 (2023-09-08)
- add reusable freemarker templating component (b28b5f1)
3.2.1 (2023-09-07)
- return false when given matching tags is null or empty (4d3b206)
3.2.0 (2023-09-05)
- add util class to extract certificate and deal with thumbprint (8190941)
3.1.0 (2023-08-31)
- parse semicolon as a normal char for query parameters (6a28430)
3.0.0 (2023-08-28)
- deps: update gravitee-parent (db20ebc)
- add utility method to get list from an object (22f267e)
- deps: require Java17
2.2.0 (2023-08-18)
- initialize a keystore from PEM certifcates (files and content) (8352886)
2.1.1 (2023-05-17)
- do not allow trailing hyphen in ID (5fd81dd)
2.1.0 (2023-03-17)
- create private method to deal with empty string (2281473)
- deps: upgrade gravitee-bom (5f84a78)
- remove the use of Spring framework (d107040)
- 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)
- create private method to deal with empty string (c8dbfa7)
2.1.0-alpha.4 (2023-01-20)
- remove the use of Spring framework (cbc5fc8)
2.1.0-alpha.3 (2023-01-16)
- implement duration parser to manage simple and iso8601 format (d26a6ae)
2.1.0-alpha.2 (2023-01-12)
- add retry on predicate capabilities (606d7c9)
2.1.0-alpha.1 (2023-01-11)
- add uri isAbsolute util function (33768d8)
2.0.0 (2022-12-09)
- missing backpressure on retry (664f659)
- use passwordToCharArray to properly handle password (84867ac)
- bump to rxJava3 (90b65d2)
- add rx helpers method to retry a flowable with delay between attempts (a30cad0)
- rxJava3 required
2.0.0-alpha.4 (2022-12-06)
- missing backpressure on retry (664f659)
2.0.0-alpha.3 (2022-11-25)
- add rx helpers method to retry a flowable with delay between attempts (a30cad0)
2.0.0-alpha.2 (2022-11-15)
- use passwordToCharArray to properly handle password (84867ac)
2.0.0-alpha.1 (2022-10-18)
- bump to rxJava3 (90b65d2)
- rxJava3 required
1.28.0 (2022-10-04)
- add RxHelper.mergeWithFirst method (84a70ce)
1.27.0 (2022-06-10)
- jupiter: mutualize LazyJWT for reusability (5f89228)
1.26.1 (2022-05-19)
- init vertx proxy options from node configuration (c8715b1)
1.26.0 (2022-05-12)
- add vertx proxy options util (7ebf64d)