Skip to content

Commit 4f04ff2

Browse files
Release v5.5.0-pre.9 (#1878)
* Release v5.5.0-pre.9 * Update CHANGELOG for version 5.5.0-pre.9 Removed older version entries and updated the changelog for version 5.5.0-pre.9. * Add header for tileserver-gl changelog --------- Co-authored-by: acalcutt <[email protected]> Co-authored-by: Andrew Calcutt <[email protected]>
1 parent 50beb62 commit 4f04ff2

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
### 🐞 Bug fixes
88
- _...Add new stuff here..._
99

10-
## 5.5.0-pre.8
11-
### ✨ Features and improvements
12-
- Migrate NPM publishing to trusted publishing (OIDC) ([#1872](https://github.com/maptiler/tileserver-gl/pull/1872)) (by [app/copilot-swe-agent](https://github.com/app/copilot-swe-agent)
13-
14-
## 5.5.0-pre.7
10+
## 5.5.0-pre.9
1511
- Add S3 support for PMTiles with multiple AWS credential profiles (https://github.com/maptiler/tileserver-gl/pull/1779) by @acalcutt
1612
- Create .aws directory passthrough folder in Dockerfile (https://github.com/maptiler/tileserver-gl/pull/1784) by @acalcutt
1713
- Update eslint to v9 (https://github.com/maptiler/tileserver-gl/pull/1473) by @acalcutt
@@ -22,6 +18,7 @@
2218
- Fix loading local data sources (PMTiles/MBTiles) specified in style (https://github.com/maptiler/tileserver-gl/pull/1855) by @acalcutt
2319
- **BREAKING**: Change 'sparse' option default based on tile format - vector tiles (pbf) default to false (204), raster tiles default to true (404 for overzoom) (https://github.com/maptiler/tileserver-gl/pull/1855) by @acalcutt
2420
- Revert maplibre-gl-js from 5.14.0 to 5.13.0 to fix terrain preview (https://github.com/maptiler/tileserver-gl/pull/1859)
21+
- Migrate NPM publishing to trusted publishing (OIDC) ([#1872](https://github.com/maptiler/tileserver-gl/pull/1872)) (by [app/copilot-swe-agent](https://github.com/app/copilot-swe-agent)
2522

2623
## 5.4.0
2724
- Fix the issue where the tile URL cannot be correctly parsed with the HTTPS protocol when using an nginx proxy service (https://github.com/maptiler/tileserver-gl/pull/1578) by @dakanggo

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tileserver-gl",
3-
"version": "5.5.0-pre.8",
3+
"version": "5.5.0-pre.9",
44
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
55
"main": "src/main.js",
66
"bin": "src/main.js",

0 commit comments

Comments
 (0)