diff --git a/NEWS.md b/NEWS.md index 2e928b25..dd79c783 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,11 +6,13 @@ Released 2018-mm-dd New features - Aggregation time dimensions - Update sample configurations to use PostGIS to generate MVT's by default (as in production) -- Upgrades Windshaft to [4.11.3](https://github.com/CartoDB/Windshaft/blob/4.11.3/NEWS.md#version-4113) +- Upgrades Windshaft to [4.11.4](https://github.com/CartoDB/Windshaft/blob/4.11.4/NEWS.md#version-4114) - `pg-mvt`: Use `query-rewriter` to compose the query to render a MVT tile. If not defined, it will use a Default Query Rewriter. - `pg-mvt`: Fix bug while building query and there is no columns defined for the layer. - `pg-mvt`: Accept trailing semicolon in input queries. - `Renderer Cache Entry`: Do not throw errors for integrity checks. + - Fix bug when releasing the renderer cache entry in some scenarios. + - Upgrade grainstore to [1.9.1](https://github.com/CartoDB/grainstore/releases/tag/1.9.1). Bug Fixes: - Prevent from uncaught exception: Range filter Error from camshaft when getting analysis query.