Skip to content

Releases: striezel/plotly-node-export-server

Version 4.2.3 (2023-07-23)

23 Jul 15:35

Choose a tag to compare

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

Version 4.2.2 (2023-07-08)

08 Jul 21:44

Choose a tag to compare

[maintenance]
Update dependency nwsapi to 2.2.7.

Version 4.2.1 (2023-06-20)

20 Jun 19:15

Choose a tag to compare

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

Version 4.2.0 (2023-06-06)

06 Jun 19:26

Choose a tag to compare

  • [maintenance]
    The version of Plotly.js is bumped from 2.23.2 to 2.24.0.
    The new version contains some fixes and new features. For details on those see the changelog of Plotly.js.

  • [maintenance]
    Update dependency tough-cookie to 4.1.3.

Version 4.1.2 (2023-05-28)

28 May 20:31

Choose a tag to compare

  • [maintenance]
    Update dependency jsdom to 22.1.0.

  • [maintenance]
    Update dependency nwsapi to 2.2.5.

Version 4.1.1 (2023-05-22)

22 May 19:44

Choose a tag to compare

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

Version 4.1.0 (2023-05-19)

19 May 21:57

Choose a tag to compare

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

Version 4.0.0 (2023-05-11)

10 May 23:12

Choose a tag to compare

[breaking change]
Generated image files are now served directly in the response to the request instead of just providing a JSON response that contains the file name of the generated image. That is, instead of returning a JSON response like

{
  "success": true,
  "filename": "graph-007e94ad-97c7-4f7b-9bf1-a524f689b8b5.svg"
}

the image is returned directly in the HTTP response message body.

This approach has several advantages:

  • Users only need to make one request to the server instead of two to get the generated image.
  • The server does not get filled with generated images files as in previous versions, because the images do not need to be stored for later retrieval anymore.

Version 3.1.0 (2023-05-06)

06 May 19:51

Choose a tag to compare

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

Version 3.0.0 (2023-05-02)

02 May 19:29

Choose a tag to compare

  • [breaking change]
    Support for Node.js 15 and older versions is dropped. The minimum required version is now Node.js 16. Node.js versions before 16 have reached their end of life, so users of those versions should upgrade to newer versions anyway.

  • [maintenance]
    Update dependency jsdom to 22.0.0