Cloud Tileserver Versions Save

Serve mapbox vectortiles via AWS stack

v1.3.1

3 months ago

Summary

A maintenance release that includes a few improvements observed in static code analysis (CodeQL). All CI stuff is now done by github actions.

v1.3.0

9 months ago

Summary

This is a maintenance release. It upgrades the Lambda-runtime to the latest (LTS) Nodejs 18 and uses AWS-SDK 3. All terraform files have been upgraded to the latest provider (AWS) specification. Also happens to fix #28 . Lambda function URLs can now be used as well.

Changes

  • Upgrade to Nodejs 18
  • Upgrade to AWS-SDK 3
  • Upgrade terraform files to the latest provider version and definitions
  • Upgrade all dependencies (npm-packages) to their latest version
  • Support Lambda function URLs.
  • Minor adaptions to the source code and unit-tests to support the version upgrades
  • provide a first OpenAPI yaml file for the tileserver endpoint
  • Use github actions and CodeQL for quality checks

Full Changelog: https://github.com/henrythasler/cloud-tileserver/compare/v1.2.2...v1.3.0

v1.2.2

3 years ago

Summary

I have upgraded some packages to their latest version. The most notably update is the switch from node-postgres v7 to the latest v8.6.0 which is the only additional package (besides the aws-stuff) that is needed during runtime.

v1.2.0

4 years ago

Summary

  • new layer property geom_query to define a query that is used to get the geometry for the tile. Can be used to modify the geometry (e.g. ST_LineMerge(geometry)) if needed.
  • There is now a wrapper in local/ to execute the tileserver locally
  • Added some documentation and charts for AWS architecture

List of changes

  • reduce tilesize with geom_query and ST_LineMerge 08b04cb
  • Merge pull request #14 from henrythasler/feature/geom_query d6bbf47
  • bump versions, omit inspect style 8c1d603
  • [local] gzip encoding [local] merge more features a43d53c
  • introduce geom_query to modify geometry before ST_AsMvtGeom() 3737bd1
  • Merge remote-tracking branch 'origin/master' 28dd5de
  • Merge pull request #13 from henrythasler/feature/localhost 96ff8a2
  • remove surplus file 6e5d2d6
  • create html file for local experiments 26ab8af
  • remove surplus js-files fa7482d
  • clean up layer 559f8de
  • upgrade to mapbox-gl-js 1.6.1 wip c3232b8
  • new architecture chart 7273431
  • wrapper for tileserver-class 78e4750
  • add ECR-stuff to architecture f30b08b
  • add achitecture chart to dev-docs b5d447b
  • Merge remote-tracking branch 'origin/master' 5bfb76e
  • Update architecture.drawio Update architecture.drawio Update architecture.drawio Update architecture.drawio Update architecture.drawio Update architecture.drawio 4e9711a
  • Update architecture.drawio 351005e
  • Update architecture.drawio fcb6df1
  • Update architecture.drawio 5ea75c9
  • Update architecture.drawio a95422f
  • Update architecture.drawio d0682ef
  • Update architecture.drawio 8dafd84
  • Added architecture.drawio f72d6a6
  • Merge pull request #12 from henrythasler/snyk-fix-8280e8055a2db617b366f5955e8e38e9 32d804c
  • fix: package.json & package-lock.json to reduce vulnerabilities 8c0fef9

https://github.com/henrythasler/cloud-tileserver/compare/v1.1.1...v1.2.0

v1.1.1

4 years ago
  • add np config d95ce0f
  • prepare release 8a5c007
  • Merge pull request #11 from henrythasler/dependabot/npm_and_yarn/handlebars-4.5.3 308c423
  • Bump handlebars from 4.1.2 to 4.5.3 ecc6299
  • add package.lock a38291a
  • add package.lock 34e6c4a
  • adapt unit-tests to new tile-buffer 13f84fc
  • remove IDs; trim geometries in manual queries 629391c
  • increase cache TTL to 365 days 8538627
  • decrease buffer default value for buffer around vector tile is now 64 coordinate units adapt sources definition to new default buffer ca1b492
  • match mvt-layer to current database d0afe73
  • increase ttl for static content ffe4cb7
  • bugfix: road shields filter sort POIs with symbol-sort-key 0e0e214
  • upgrade to mapbox-gl-js 1.4.1 a963b32
  • Merge branch 'style/shadow' dcb84d2
  • basic shadow style f35d6cf
  • clean up tf-variables refactor networking via tf 9a2eee1
  • read cert from domain name ui improvements 55bdb06
  • add snyk-badge e1a2eec
  • fix alerts in geojson remove custom lgtm-cfg 544c9aa
  • update simulation fix id in buildings f83adb2
  • introduce namespace-option rename test-assets to -fixtures clean up some tests 0ac19c4
  • Merge pull request #10 from henrythasler/bugfix/lgtm-issues d19a5ee
  • added semicolons a63ec1e
  • 1st stage 8c47c5b
  • add lgtm settings 5878c1b
  • add lgtm badges move layer config info to wiki e353bf6
  • initial commit 816e898
  • add lgtm badges move layer config info to wiki f09cb61

https://github.com/henrythasler/cloud-tileserver/compare/1.1.0...v1.1.1