Skip to content

Commit 3276e61

Browse files
committed
Release terriamap version 0.4.4.
1 parent d126a10 commit 3276e61

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

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

3+
#### 0.4.4
4+
5+
**2025-12-04**
6+
7+
- **Security fixes**
8+
- Fixes a `terriajs-server` bug that allowed proxying to a variation of
9+
domains in the `allowProxyFor` list (See [terriajs-server changelog](https://github.com/TerriaJS/terriajs-server/blob/master/CHANGES.md#security-fixes))
10+
- **Deprecations**
11+
- Deprecates most of the proxy domains in the [default serverconfig.json](https://github.com/TerriaJS/TerriaMap/blob/d126a10a0625926762351b1b44b918fb03737836/serverconfig.json#L7-L25)
12+
file. These will be removed in a future release, so please add them through
13+
a [custom serverconfig.json](https://docs.terria.io/guide/getting-started/#customizing-terriamap)
14+
if you rely on terria proxying to any of these servers.
15+
- Upgrades TerriaJS to [8.11.1](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8111---2025-12-04)
16+
317
#### 0.4.3
418

519
**2025-10-09**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"name": "terriajs-map",
16-
"version": "0.4.3",
16+
"version": "0.4.4",
1717
"description": "Geospatial catalog explorer based on TerriaJS.",
1818
"license": "Apache-2.0",
1919
"engines": {

0 commit comments

Comments
 (0)