Skip to content

Commit

Permalink
Merge pull request #144 from TerriaJS/3-3-4
Browse files Browse the repository at this point in the history
bump version to 3.3.4 + update readme
  • Loading branch information
nf-s authored Nov 18, 2021
2 parents f1304b8 + 78e9946 commit d96739c
Show file tree
Hide file tree
Showing 4 changed files with 3,309 additions and 10 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
### Next version

### 3.3.4

* Add GDA2020 proj4 definition

### 3.3.3

* Authorisation token for feedback to be placed in header as per https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/

### 3.3.2

* Fixed a bug with the proxy route and certain redirect responses.

### 3.3.1

* Improved support with `resolvePathRelativeToWwwroot` triggering `serveWwwRoot`

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

```
```json
{
"basicAuthentication": {
"username": "myusername",
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@

--------------------

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

We will soon be posting docs outlining this new version:
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/)

- how it differs from the current version
- how it will impact users (including guides and tools to help you upgrade)
- release roadmap (including which features are supported or in development)

Stay tuned!
**Not ready to move to version 8 yet? You can find terriajs version 7 here:** https://github.com/TerriaJS/terriajs/tree/terriajs7

--------------------

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terriajs-server",
"version": "3.3.3",
"version": "3.3.4",
"description": "NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.",
"engineStrict": true,
"engines": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"jasmine": "^3.4.0",
"supertest": "^4.0.0"
}
}
}
Loading

0 comments on commit d96739c

Please sign in to comment.