From e8d490949bb225f53fc67e2daf5d6508511d1c28 Mon Sep 17 00:00:00 2001 From: Robert Marianski Date: Tue, 30 May 2017 10:05:12 -0400 Subject: [PATCH] Tag v2.1.0 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee3c69..3b7bcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v2.1.0 +------ +* Remove TOI handling +* Add Redis and File backed caches +* Generate only the coordinate requested, and not the metatile +* Respond with 404 for zooms that are too high +* Add ability to expire redis keys +* Support responding with cache-control max-age + v2.0.0 ------ * Remove tiles of interest-related code (See [#85](https://github.com/tilezen/tileserver/pull/85)) diff --git a/VERSION b/VERSION index 227cea2..7ec1d6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.1.0