gfw-api/gfw-viirs-fires-api

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## 31/05/2021

- Update `rw-api-microservice-node` to add CORS support.

## 26/01/2021

- Replace CT integration library

## 26/11/2020

- Update Koa to v2.x and associated dependencies
- Replace `vizz.microservice-client` with `ct-register-microservice-node`

# v1.3.0

## 29/04/2020

- Migrated from using CARTO tables for VIIRS data to the Elasticsearch datasets generated by geotrellis.
- Removed all download link options except csv, json and geojson since these can't be supported with datasets.
  kml/shp/svg download links will no longer be available.
- Added staging datasets, but production datasets don't exist yet. REMEMBER: add production datasets to config before
  pushing to production.

# v1.0.1

## 08/04/2020

- Update k8s configuration with node affinity.

# v1.0.0

## 10/03/2020

- Upgrade node version to 12.x
- Add basic test setup
- Add travis integration
- Replace npm with yarn
- Add Eslint and refactor CS