Skip to content

Commit

Permalink
Merge pull request #516 from highcharts/fix/protocol-update-notification
Browse files Browse the repository at this point in the history
fix/protocol-update-notification
  • Loading branch information
PaulDalek authored Apr 19, 2024
2 parents b916de0 + 9184d10 commit 7e0f274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The API for when using the server as a node module has changed significantly, bu

One important note is that the export server now requires `node v16.14.0` or higher.

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

_Fixes and enhancements:_
Expand All @@ -22,6 +24,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

0 comments on commit 7e0f274

Please sign in to comment.