Version Date Description 0.6.6 not released 0.6.4 2017-06-23 0.6.2 2016-05-25 0.6.0 2016-02-12 0.5.4 2015-08-26 0.5.2 2015-06-25 0.5.0 2015-06-11
Release 0.6.6 – not released
Type Changes By Do no longer embed org.apache.sling.commons.osgi. sseifert
Release 0.6.4 – 2017-06-23
Type Changes By Added additional pipeline-cache metrics ("stales", "fallbacks" and "errors"). ssauder Avoid using HitAndMissesCountingMetricsOperator (since it it will be depracated to remove rxjava dependency in metrics bundle). ssauder
Release 0.6.2 – 2016-05-25
Type Changes By Never return a staled cached response with status code >= 400 as a fallback, but throw the original exception from the current request instead. ssauder
Release 0.6.0 – 2016-02-12
Type Changes By Switch to Java 8. sseifert Ensure that 404 errors from cache are only considered for up to 60 seconds after the original 404 response was received ssauder JsonPipelineInputException: Add reason field. gweng
Release 0.5.4 – 2015-08-26
Type Changes By Changes logging for non 200 HTTP responses. cnagel Changes logging of 404 errors in CachePointTransformer. cnagel
Release 0.5.2 – 2015-06-25
Type Changes By Embed the necessary parts from org.apache.sling.commons.osgi 2.3.0 instead of referencing it to be compatible with older bundles as well. sseifert Fixes non-checked iterator access in AssertExistsOperator. cnagel