Skip to content

Releases: maptiler/tileserver-gl

v4.3.3

27 Dec 19:18
Compare
Choose a tag to compare

What's Changed

  • fix(deps): bump @maplibre/maplibre-gl-native from 5.1.0-pre.1 to 5.1.0 by @dependabot in #676
  • fix(deps): bump @maplibre/maplibre-gl-style-spec from 17.0.1 to 17.0.2 by @dependabot in #682
  • fix(deps): bump sharp from 0.31.2 to 0.31.3 by @dependabot in #680
  • fix(deps): bump canvas from 2.10.2 to 2.11.0 by @dependabot in #681
  • chore(deps-dev): bump mocha from 10.1.0 to 10.2.0 by @dependabot in #673
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 by @dependabot in #674
  • chore(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 by @dependabot in #675
  • chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 by @dependabot in #677
  • chore(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0 by @dependabot in #678
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 by @dependabot in #679
  • chore(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 by @dependabot in #683
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 by @dependabot in #684

Full Changelog: v4.3.2...v4.3.3

v4.3.2

10 Dec 21:48
e345ebe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.2

v4.2.1

08 Dec 07:13
e01ba4d
Compare
Choose a tag to compare
  • Ensure font serving does not reflect userdata-derived errors as HTML (#647, @mnutt)
  • usage.rst: Add "Docker and --port" section (#651, @zstadler)
  • build: move to GitHub Actions workflow(s) (#597, @vinayakkulkarni @acalcutt)
  • chore(deps-dev): bump @commitlint/cli from 17.2.0 to 17.3.0 (#656)
  • chore(deps-dev): bump chai from 4.3.6 to 4.3.7 (#655)
  • chore(deps-dev): bump lint-staged from 13.0.3 to 13.1.0 (#654)
  • fix(deps): bump commander from 9.4.0 to 9.4.1 (#653)
  • chore(deps-dev): bump eslint-plugin-jsdoc from 39.6.2 to 39.6.4 (#652)

v4.2.0

21 Nov 05:43
c134795
Compare
Choose a tag to compare

NOTE - BREAKING DOCKER CHANGE
The default port for the docker image has changed from 80 to 8080. In your docker run command, "8080:80" must be changed to "8080:8080"

v4.1.2

29 Oct 01:35
1243405
Compare
Choose a tag to compare

v4.1.1

28 Sep 21:04
7f6d6bc
Compare
Choose a tag to compare

v4.0.0

22 Sep 13:02
Compare
Choose a tag to compare
  • Node 16 is now recommended.
  • Docker has been updated to run on Debian 11. (#602, @acalcutt )
  • Mapbox-Native has been replaced with MapLibre-Native to allow upgrades past node 10. (#602, @acalcutt )
  • Templates have been changed to use maplibre-gl-js and leaflet. (#603, @acalcutt )
  • All packages upgraded (#604 #610, @acalcutt )
  • Add static renderer pool for static images to work around 'tile mode' changes in maplibre-native (#608, @acalcutt )

v3.1.1

14 Dec 14:32
Compare
Choose a tag to compare
  • Fix the docker image port to fix backward compatibility

v3.1.0

11 Dec 15:36
Compare
Choose a tag to compare

v3.0.0

11 Mar 13:19
Compare
Choose a tag to compare
  • Add tileMargin option (#379, @stefslon) (#394, @korpd)
  • Upgrade to node 10, es6 (@nyurik)
  • Code cleaning and removing unnecessary resources
  • Cleanup bundled style and fonts (simplify startup procedure #271)
  • Add serveAllStyles option + watch the directory for changes
  • Add style validation and skip invalid styles
  • Make tileserver-gl-light compatible with node >=10 (#410, @jdesboeufs)
  • Fix outlines on semi-transparent edges (#415, @xabbu42)
  • Update dependencies