Skip to content

Commit 7862552

Browse files
committed
v1
1 parent 33dbc7d commit 7862552

File tree

18 files changed

+460
-771
lines changed

18 files changed

+460
-771
lines changed

CHANGELOG.md

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1 @@
1-
# Gerapy Pyppeteer Changelog
2-
3-
## 0.0.11 (2020-08-05)
4-
5-
### Bug Fixes
6-
7-
* Fix bug about `asyncio` in Python 3.8 on Windows [https://github.com/Gerapy/GerapyPyppeteer/issues/5](https://github.com/Gerapy/GerapyPyppeteer/issues/5)
8-
* Fix bug of setting cookies [https://github.com/Gerapy/GerapyPyppeteer/issues/11](https://github.com/Gerapy/GerapyPyppeteer/issues/11)
9-
10-
### Features
11-
12-
* Add settings of `GERAPY_ENABLE_REQUEST_INTERCEPTION` [https://github.com/Gerapy/GerapyPyppeteer/issues/6](https://github.com/Gerapy/GerapyPyppeteer/issues/6)
13-
14-
## 0.0.10 (2020-08-01)
15-
16-
### Features
17-
18-
* Add `pretend` attribute for `PyppeteerRequest`, which can override `GERAPY_PYPPETEER_PRETEND`
19-
* Add support for `dict` format of `wait_for` attribute of `PyppeteerRequest`
20-
21-
### Bug Fixes
22-
23-
* Change the priority of `request.meta.get('proxy')` and `pyppeteer_meta.get('proxy')`
24-
25-
## 0.0.9 (2020-07-31)
26-
27-
### Features
28-
29-
* Add support for screenshot
30-
31-
### Bug Fixes
32-
33-
* Fix bug of name `GERAPY_PYPPETEER_IGNORE_RESOURCE_TYPES`
34-
35-
## 0.0.8 (2020-07-26)
36-
37-
### Features
38-
39-
* Add support for pretending as real Browser instead of WebDriver
40-
41-
### Bug Fixes
42-
43-
* Fix bug of ValueError when `wait_until` is None
44-
* Fix error position of log message about `wait_for`
45-
46-
## 0.0.7 (2020-07-25)
47-
48-
### Features
49-
50-
* Add meta info from PyppeteerRequest attributes
51-
52-
### Bug Fixes
53-
54-
* Skip validation of PyppeteerRequest
55-
56-
## 0.0.5 (2020-07-20)
57-
58-
### Features
59-
60-
* Add support for `ignoreHTTPSErrors`, `slowMo`, `ignoreDefaultArgs`,
61-
`handleSIGINT`, `handleSIGTERM`, `handleSIGHUP`, `autoClose` args.
62-
63-
## 0.0.4 (2020-07-15)
64-
65-
### Bug Fixes
66-
67-
* Fix Bug of un-closing Pyppeteer when loaded failed
68-
69-
### Features
70-
71-
* Add support for `GERAPY_IGNORE_RESOURCE_TYPES`
72-
* Add support for retrying
1+
# Gerapy Selenium Changelog

0 commit comments

Comments
 (0)