Skip to content

Commit

Permalink
Version bump for 0.8.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Oct 4, 2021
1 parent c96e00b commit 783c58d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Changes
=======

0.8.0 (2021-10-04)
------------------

* Responses now expose the HTTP status code and headers from Splash as
``response.splash_response_status`` and
``response.splash_response_headers`` (#158)

* The ``meta`` argument passed to the ``scrapy_splash.request.SplashRequest``
constructor is no longer modified (#164)

* Website responses with 400 or 498 as HTTP status code are no longer
handled as the equivalent Splash responses (#158)

* Cookies are no longer sent to Splash itself (#156)

* ``scrapy_splash.utils.dict_hash`` now also works with ``obj=None``
(``225793b``)

* Our test suite now includes integration tests (#156) and tests can be run
in parallel (``6fb8c41``)

* There’s a new ‘Getting help’ section in the ``README.rst`` file (#161,
#162), the documentation about ``SPLASH_SLOT_POLICY`` has been improved
(#157) and a typo as been fixed (#121)

* Made some internal improvements (``ee5000d``, ``25de545``, ``2aaa79d``)


0.7.2 (2017-03-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='scrapy-splash',
version='0.7.2',
version='0.8.0',
url='https://github.com/scrapy-plugins/scrapy-splash',
description='JavaScript support for Scrapy using Splash',
long_description=open('README.rst').read() + "\n\n" + open("CHANGES.rst").read(),
Expand Down

0 comments on commit 783c58d

Please sign in to comment.