Releases: consbio/mbgl-renderer
Releases · consbio/mbgl-renderer
Version 0.9.0
Breaking changes:
- upgrade minimum supported NodeJS version to 18 (#114)
- changed logging framework from
morgantopino; 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
commanderfor 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-viewportto actively maintained@placemarkio/geo-viewport
Version 0.8.0
0.8.0
- upgrade NodeJS version in Docker and use newer base OS
- added ability to provide images that can be used for
icon-image,line-pattern,fill-patternproperties in style
Version 0.7.3
Changes:
- actually skip request logging for docker health check
- avoid nesting error messages
- upgraded JS dependencies
Potentially breaking:
- @mapbox/geo-viewport 0.4.1 included a fix for calculating center points, which
causes a small change in the center and zoom level automatically calculated
here whenboundsare provided for rendering. If you depend on precise
control over howboundsare used for rendering, please check the outputs
after upgrading.
WARNING:
This project depends on the Mapbox GL bindings for NodeJS, which are no longer maintained by Mapbox. These require
NodeJS 10, which is now beyond end of life for that version. We have no immediate path forward to upgrade to a newer version of NodeJS.
Version 0.7.2
- skip request logging for routes that do not exist (e.g., docker health check)
Version 0.7.1
Changes:
- Fixed handling of
NaNandInfinityin inputs forboundsandcenter(#58)
Version 0.7.0
Version 0.5.0
- upgraded Docker to NodeJS 10
- reduced size of Docker image and simplified Xvfb management
- added support for
pitchandbearingoptions during rendering (#31)
0.4.0
Resolves #8