Skip to content

Commit d96739c

Browse files
authored
Merge pull request #144 from TerriaJS/3-3-4
bump version to 3.3.4 + update readme
2 parents f1304b8 + 78e9946 commit d96739c

File tree

4 files changed

+3309
-10
lines changed

4 files changed

+3309
-10
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
### Next version
22

3+
### 3.3.4
4+
5+
* Add GDA2020 proj4 definition
6+
37
### 3.3.3
8+
49
* Authorisation token for feedback to be placed in header as per https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/
510

611
### 3.3.2
12+
713
* Fixed a bug with the proxy route and certain redirect responses.
814

915
### 3.3.1
16+
1017
* Improved support with `resolvePathRelativeToWwwroot` triggering `serveWwwRoot`
1118

1219
### 3.3.0
@@ -142,7 +149,7 @@
142149
* The `feedback` service now includes the `User-Agent` header sent by the user's browser.
143150
* Added support for requiring HTTP basic authentication on all requests by supplying something like the following in the server configuration file:
144151

145-
```
152+
```json
146153
{
147154
"basicAuthentication": {
148155
"username": "myusername",

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66

77
--------------------
88

9-
**We are currently working on a brand new version of Terria — verson 8!**
9+
**We have just released a brand new version of Terria — verson 8!**
1010

11-
We will soon be posting docs outlining this new version:
11+
We've put together a list of things we've removed from version 8 and some steps to help you migrate to the new version in our [migration guide](https://docs.terria.io/guide/contributing/migration-guide/)
1212

13-
- how it differs from the current version
14-
- how it will impact users (including guides and tools to help you upgrade)
15-
- release roadmap (including which features are supported or in development)
16-
17-
Stay tuned!
13+
**Not ready to move to version 8 yet? You can find terriajs version 7 here:** https://github.com/TerriaJS/terriajs/tree/terriajs7
1814

1915
--------------------
2016

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terriajs-server",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.",
55
"engineStrict": true,
66
"engines": {
@@ -57,4 +57,4 @@
5757
"jasmine": "^3.4.0",
5858
"supertest": "^4.0.0"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)