Skip to content

Version 0.9.0

Latest

Choose a tag to compare

@brendan-ward brendan-ward released this 15 May 22:52
af12310

Breaking changes:

  • upgrade minimum supported NodeJS version to 18 (#114)
  • changed logging framework from morgan to pino; logs are now JSON (#106)
  • changed Docker base image from Debian to Ubuntu (22.04) to align with builds of maplibre-gl-native (#114)

Enhancements

  • switch from @mapbox/mapbox-gl-native (no longer maintained) to @maplibre/maplibre-gl-native (actively maintained) (#101)
  • upgraded dependencies to latest (#102)
  • better use builtin support in commander for validating arguments
  • Publish Docker images to Github Container Registry instead of Docker Hub (#103)
  • fix error logging in server (#108) and log more errors to the logger when rendering
  • switched to @mapbox/geo-viewport to actively maintained @placemarkio/geo-viewport