Skip to content

Commit c294dfe

Browse files
authored
Upgrade terriajs-server to v5 alpha (#772)
Upgrade terriajs-server to version 5 alpha - Requires node version 22 or above - Comes with a new version of proxy rewritten using undici instead of deprecated `request` package. This should improve the performance and reliability of the proxy. Please test your map with this new version of terriajs-server and report any issues you find. - For full changelog see [terriajs-server CHANGES.md](https://github.com/TerriaJS/terriajs-server/blob/master/CHANGES.md#next-release---unreleased)
1 parent b346af8 commit c294dfe

4 files changed

Lines changed: 1331 additions & 658 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x, 24.x]
14+
node-version: [22.x, 24.x, 25.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
#### next release (0.4.7)
4+
5+
- Upgrade terriajs-server to version 5 alpha
6+
- Requires node version 22 or above
7+
- Comes with a new version of proxy rewritten using undici instead of deprecated `request` package. This should improve the performance and reliability of the proxy. Please test your map with this new version of terriajs-server and report any issues you find.
8+
- For full changelog see [terriajs-server CHANGES.md](https://github.com/TerriaJS/terriajs-server/blob/master/CHANGES.md#next-release---unreleased)
9+
310
#### 0.4.6
411

512
- Upgrades TerriaJS to [8.12.2](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8120---2026-03-27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "http://github.com/TerriaJS/TerriaMap"
2525
},
2626
"dependencies": {
27-
"terriajs-server": "^4.0.3"
27+
"terriajs-server": "^5.0.0-alpha.2"
2828
},
2929
"config": {
3030
"docker": {

0 commit comments

Comments
 (0)