Skip to content

Releases: striezel/plotly-node-export-server

Version 5.0.2 (2023-12-17)

17 Dec 00:11
Compare
Choose a tag to compare

[maintenance]
Update dependency ws to 8.15.1.

Version 5.0.1 (2023-12-10)

10 Dec 01:41
Compare
Choose a tag to compare

[maintenance]
Update dependency ws to 8.15.0.

Version 5.0.0 (2023-12-01)

30 Nov 23:41
Compare
Choose a tag to compare
  • [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 dependency jsdom to 23.0.1.

Version 4.5.4 (2023-11-30)

30 Nov 00:38
Compare
Choose a tag to compare

[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)

29 Nov 22:40
Compare
Choose a tag to compare

[bug fix]
Fix error in handling of unusually large payloads.

Version 4.5.2 (2023-11-10)

10 Nov 22:46
Compare
Choose a tag to compare

[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)

31 Oct 01:32
Compare
Choose a tag to compare

[maintenance]
Update dependency punycode to version 2.3.1.

Version 4.5.0 (2023-10-22)

22 Oct 00:59
Compare
Choose a tag to compare

[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.

Version 4.4.4 (2023-10-06)

06 Oct 00:27
Compare
Choose a tag to compare

[maintenance]
The version of Plotly.js is bumped from 2.26.1 to 2.26.2.
The new version contains some fixes. For details on those see the changelog of Plotly.js.

Version 4.4.3 (2023-09-25)

06 Oct 00:26
Compare
Choose a tag to compare

[maintenance]
The version of Plotly.js is bumped from 2.26.0 to 2.26.1.
The new version contains some fixes. For details on those see the changelog of Plotly.js.