Releases: striezel/plotly-node-export-server
Version 5.0.4 (2024-01-07)
[maintenance]
Update dependency jsdom
to 23.1.0.
Version 5.0.3 (2023-12-28)
[maintenance]
Update dependency ws
to 8.16.0.
Version 5.0.2 (2023-12-17)
[maintenance]
Update dependency ws
to 8.15.1.
Version 5.0.1 (2023-12-10)
[maintenance]
Update dependency ws
to 8.15.0.
Version 5.0.0 (2023-12-01)
-
[breaking change]
Support for Node.js 17 and older versions is dropped. The minimum required version is now Node.js 18. Node.js versions before 18 have reached their end of life, so users of those versions should upgrade to newer versions anyway. -
[maintenance]
Update dependencyjsdom
to 23.0.1.
Version 4.5.4 (2023-11-30)
[improvement]
Whenever the server responds to an unallowed method with HTTP status code 405, it will now also send an Allow
HTTP header to indicate the allowed methods. This behaviour is required by RFC 9110, so it should be implemented.
Furthermore, any HTTP request to the server root using the OPTIONS method will now return the allowed options via an Allow
HTTP header.
Version 4.5.3 (2023-11-29)
[bug fix]
Fix error in handling of unusually large payloads.
Version 4.5.2 (2023-11-10)
[maintenance]
The version of Plotly.js is bumped from 2.27.0 to 2.27.1.
The new version contains some chnges and fixes. For details on those see the changelog of Plotly.js.
Version 4.5.1 (2023-10-31)
[maintenance]
Update dependency punycode
to version 2.3.1.
Version 4.5.0 (2023-10-22)
[maintenance]
The version of Plotly.js is bumped from 2.26.2 to 2.27.0.
The new version contains some new features and fixes. For details on those see the changelog of Plotly.js.