diff --git a/API.html b/API.html index caaadc43..fc5adb64 100644 --- a/API.html +++ b/API.html @@ -1036,6 +1036,16 @@

Providers

raise NotImplementedError +

+In cases where a provider generates a response that should not be cached, +renderTile and renderArea may raise the +Core.NoTileLeftBehind +exception in lieu of a normal response. The exception is constructed using the +intended response object, but nothing will be written to cache. This feature +might useful in cases where a full tileset is being rendered for static +hosting, and you don’t want millions of identical ocean tiles. +

+

See TileStache.Providers diff --git a/CHANGELOG b/CHANGELOG index f18a689d..75985152 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2011-03-24: 1.8.0 +- Added new Core.NoTileLeftBehind exception class to suppress result caching. + 2011-03-17: 1.7.4 - Fixed use of "layers.get(name)" to "name in layers" in WSGI server. - Made possible to build Composite docs without numpy or sympy. diff --git a/VERSION b/VERSION index 10c08801..27f9cd32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.4 +1.8.0