Update NEWS and prepera next major release version
This commit is contained in:
parent
a83d0cf7af
commit
03abe187ce
19
NEWS.md
19
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
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "8.1.2",
|
||||
"version": "9.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "8.1.2",
|
||||
"version": "9.0.0",
|
||||
"description": "CARTO Maps API tiler",
|
||||
"keywords": [
|
||||
"carto",
|
||||
|
Loading…
Reference in New Issue
Block a user