Releases: eternita/frontcache
Releases · eternita/frontcache
Release 1.2.0
- console: concurrent access to edges
- upgrade hystrix 1.5.7 -> 1.5.9
- bugfixes
Release 1.1.5
performance improvements and bugfixes
Release v.1.1.4
Multidomain support
Release v.1.1.2
bot and dynamic urls API and console view
binary distribution with standalone jetty server
Release 1.1.1
** Implemented L1L2CacheProcessor
-
L1 - ehCache based (small & fast)
-
L2 - Apache Lucene
<fc:component level="L1" /> <fc:component /> - default L2
Release v.1.1.0
- Client type specific includes #138:
includes can be performed for ether browsers or bots or both - 'Soft/Regular' cache refresh for components #139
refresh='regular' - if cache data is expired - reload from origin and return to client
refresh='soft' - if cache data is expired - return to client from cache (expired) and in background reload from origin - Extended logging (#128, #131, #134):
request-type field is extended with include-async: request-type {toplevel|include|include-async}
new fields: client-type {browser|bot}, User-Agent
release 1.0.1
bugfix for some dynamic requests are cached #136
Release 1.0.0
new features:
- asynchronous include calls,
- client type (browser/bot) specific caching
first maven central release
v0.9.2 #121 configs for publishing to Maven Central