diff --git a/NEWS.md b/NEWS.md index a0a2495e..3b07a9cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,25 @@ # Changelog -## 8.1.2 +## 9.0.0 Released 2020-mm-dd +Breaking changes: +- Remove `/version` endpoint + Announcements: - Upgrade camshaft to [`0.65.3`](https://github.com/CartoDB/camshaft/blob/0.65.3/CHANGELOG.md#0653): - - Fix noisy message logs while checking analyses' limits. - - Fix CI setup, explicit use of PGPORT while creating the PostgreSQL cluster. + - Fix noisy message logs while checking analyses' limits + - Fix CI setup, explicit use of PGPORT while creating the PostgreSQL cluster +- Upgrades major windshaft release version [`windshaft@6.0.0`](https://github.com/CartoDB/Windshaft/releases/tag/6.0.0) +- Fix test where `http-fallback-image` renderer was failing quietly +- Fix stat `named map providers` cache count +- Use new signature for `onTileErrorStrategy`. Required by `windshaft@6.0.0` +- Extract `onTileErrorStrategy` to a module +- In tests, stop using mapnik module exposed by windshaft and require it from development dependencies +- Stop using `MapStore` from `windshaft` while testing and create a custom one instead +- Rename NamedMapProviderReporter by NamedMapProviderCacheReporter +- Remove `bootstrapFonts` at process startup (now done in `windshaft@6.0.0`) +- Stop checking the installed version of some dependencies while testing ## 8.1.1 Released 2020-02-17 diff --git a/package-lock.json b/package-lock.json index 441bd12c..80c09e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "windshaft-cartodb", - "version": "8.1.2", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bbe57a3a..3ee5f8c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "windshaft-cartodb", - "version": "8.1.2", + "version": "9.0.0", "description": "CARTO Maps API tiler", "keywords": [ "carto",