Skip to content

Releases: eternita/frontcache

Release 1.2.0

03 Mar 17:28
Compare
Choose a tag to compare
  • console: concurrent access to edges
  • upgrade hystrix 1.5.7 -> 1.5.9
  • bugfixes

Release 1.1.5

01 Feb 01:19
Compare
Choose a tag to compare

performance improvements and bugfixes

Release v.1.1.4

12 Jan 18:24
Compare
Choose a tag to compare

Multidomain support

Release v.1.1.2

29 Dec 00:35
Compare
Choose a tag to compare

bot and dynamic urls API and console view
binary distribution with standalone jetty server

Release 1.1.1

25 Dec 06:37
Compare
Choose a tag to compare

** Implemented L1L2CacheProcessor

  • L1 - ehCache based (small & fast)

  • L2 - Apache Lucene

    <fc:component level="L1" />
    <fc:component  /> - default L2
    

Release v.1.1.0

15 Dec 23:09
Compare
Choose a tag to compare
  • 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

12 Dec 00:30
Compare
Choose a tag to compare

bugfix for some dynamic requests are cached #136

Release 1.0.0

03 Dec 00:05
Compare
Choose a tag to compare

new features:

  • asynchronous include calls,
  • client type (browser/bot) specific caching

first maven central release

29 Oct 05:08
Compare
Choose a tag to compare
v0.9.2

#121 configs for publishing to Maven Central