radarrplexorganizrnginxsonarrdashboardsabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepage
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							2.2 KiB
						
					
					
				Change Log
1.5.0 - 2017-11-29
Added
- Support for Symfony 4
 
Changed
- Removed check if etag is a string. Etag can never be a string, it is always an array.
 
1.4.0 - 2017-04-05
Added
CacheKeyGeneratorinterface that allow you to configure how the PSR-6 cache key is created. There are two implementations of this interface:SimpleGenerator(default) andHeaderCacheKeyGenerator.
Fixed
- Issue where deprecation warning always was triggered. Not it is just triggered if 
respect_cache_headersis used. 
1.3.0 - 2017-03-28
Added
- New 
methodsoption which allows to configure the request methods which can be cached. - New 
respect_response_cache_directivesoption to define specific cache directives to respect when handling responses. - Introduced 
CachePlugin::clientCacheandCachePlugin::serverCachefactory methods to easily setup the plugin with the correct config settigns for each usecase. 
Changed
- The 
no-cachedirective is now respected by the plugin and will not cache the response. If you need the previous behaviour, configurerespect_response_cache_directives. - We always rewind the stream after loading response from cache.
 
Deprecated
- The 
respect_cache_headersoption is deprecated and will be removed in 2.0. This option is replaced by the newrespect_response_cache_directivesoption. If you had setrespect_cache_headerstofalse, set the directives to[]to ignore all directives. 
1.2.0 - 2016-08-16
Changed
- The default value for 
default_ttlis changed fromnullto0. 
Fixed
- Issue when you use 
respect_cache_headers=>falsein combination withdefault_ttl=>null. - We allow 
cache_lifetimeto be set tonull. 
1.1.0 - 2016-08-04
Added
- Support for cache validation with ETag and Last-Modified headers. (Enabled automatically when the server sends the relevant headers.)
 hash_algoconfig option used for cache key generation (defaults to sha1).
Changed
- Default hash algo used for cache generation (from md5 to sha1).
 
Fixed
- Cast max age header to integer in order to get valid expiration value.
 
1.0.0 - 2016-05-05
- Initial release