Skip to content

Commit

Permalink
Added information about public server transitioning from HTTP to HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDalek committed Apr 19, 2024
1 parent 8f9640c commit cfc639a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ _Fixes and enhancements:_
- Error messages are now sent back to the client instead of being displayed in rasterized output.
- Updated NPM dependencies, removed deprecated and uneccessary dependencies.
- Lots of smaller bugfixes and tweaks.
- Transitioned our public server (export.highcharts.com) from HTTP to HTTPS.

_New features:_

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Significant changes have been made to the API for using the server as a Node.js

An important note is that the Export Server now requires `Node.js v18.12.0` or a higher version.

Additionally, with the v3 release, we transitioned from HTTP to HTTPS for export.highcharts.com, so all requests sent to our public server now must use the HTTPS protocol.

## Changelog

The full change log for all versions can be viewed [here](CHANGELOG.md).
Expand Down
16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"puppeteer": "^22.6.5",
"tarn": "^3.0.2",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.22.5"
},
"lint-staged": {
"*.js": "npx eslint --cache --fix",
Expand Down

0 comments on commit cfc639a

Please sign in to comment.