Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 16, 2024
2 parents 19ed1eb + c241fd1 commit 436ea62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Example:
When a parameter other than ``setting`` is entered multiple times with ``-d``, only the first
value is sent to the spider.

.. _status.json
.. _status.json:

status.json
-----------
Expand Down
11 changes: 8 additions & 3 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Web UI
API
^^^

- If the ``egg`` parameter to the :ref:`addversion.json`` webservice is not a ZIP file, use the error message, "egg is not a ZIP file (if using curl, use egg=@path not egg=path)".
- Clarify error messages, for example:

- ``'project' parameter is required``, instead of ``'project'``
Expand All @@ -54,10 +53,16 @@ Fixed
~~~~~

- The :ref:`schedule.json` webservice sets the ``node_name`` field in error responses.
- The :ref:`cancel.json` webservice now works on Windows.
- The next pending job for all but one project was unreported by the :ref:`daemonstatus.json` and :ref:`listjobs.json` webservices, and was not cancellable by the :ref:`cancel.json` webservice.

Platform support
^^^^^^^^^^^^^^^^

Scrapyd is now tested on macOS and Windows, in addition to Linux.

- The :ref:`cancel.json` webservice now works on Windows, by using SIGBREAK instead of SIGNINT or SIGTERM.
- The :ref:`dbs_dir` setting no longer causes an error if it contains a drive letter on Windows.
- The :ref:`jobs_to_keep` setting no longer causes an error if a file to delete can't be deleted (for example, if the file is open on Windows).
- The next pending job for all but one project was unreported by the :ref:`daemonstatus.json` and :ref:`listjobs.json` webservices, and was not cancellable by the :ref:`cancel.json` webservice.

1.4.3 (2023-09-25)
------------------
Expand Down

0 comments on commit 436ea62

Please sign in to comment.