From 3019e71778e6291677ff284fce87e2940925e793 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Mon, 11 Nov 2024 14:31:09 +0800 Subject: [PATCH] 0.6.1 Change log: selenium: disable caching. fix bugs. move find_anything into try-except. selenium: support specifying an element key when using `find_anything` selenium: fix browser logs selenium: update get browser logs selenium: set default logging level to 'ALL' selenium: add service_args selenium: fix get logs selenium: add setting logging level selenium: fix performance logs selenium: depreciated 'enable-automation' flag selenium: fix getting logs selenium: add proxy server selenium: add antibot detection selenium: return instead of raising selenium: update logger strings in chrome webdriver selenium: update logging selenium: minor update selenium: add switch_to_new_window_tab selenium: add switch_to_new_window_window selenium: wait_for_anything default exact_match to False selenium: add caching for find_anything selenium: update logging selenium: fix autosave_cookies selenium: don't raise when missing webdriver path selenium: update cookie logging selenium: raise exception when browser does not start selenium: updating exception logging facebook: move caching into each method facebook: remove redundant not_available_right_now facebook: fix typo not_available_right_now facebook: fix cache reset facebook: fix last request var facebook: fix rate limit increase when WAIT_BETWEEN_RETRIES is zero facebook: fix rate counter facebook: minor updates facebook: add reset cache facebook: fix rate calculator facebook: search faster facebook: update logging facebook: add empty data structure facebook: support specifying element attribute facebook: add not implemented warning facebook: add cache for all element text for now facebook: add not_available_right_not facebook: fix get_with_rate_limiter facebook: add check if browser is supported facebook: add check if login is required to view the page facebook: add conditional check if button exists facebook: add conditional check if text exists facebook: update privacy_details facebook: fix creation_date facebook: fix title. fix creation_date. facebook: remove screenshots because it's making too much I/O calls facebook: add current_url facebook: remove xpaths in preference for a more flexible search facebook: remove xpaths in preference for a more flexible search facebook: linting facebook: update logging facebook: add close_login_popup facebook: move rate limiting vars to global facebook: update logging facebook: updated error logging facebook: search on tag name instead of relying on xpath facebook: change back to synchronous google auth: fix refresh token if hasattr fails google auth: rename env var to GOOGLE_CREDENTIALS_FILE google auth: raise on authenticate error google auth: raise on credentials error google/auth: change back to synchronous google/sheets: update logging google/sheets: change back to synchronous [google sheets] update self.update() result logging [cicd] move python 3.8 to EOL [cicd] add python 3.14 to the pipeline [cicd] add python 3.13 to the pipeline cicd: fix local install install-local.sh cicd: update chrome driver to 129.0.6668.70 cicd: minor update install-local.sh cicd: use --use-pep517 to allow local editable install cicd: update install-local.sh audacity: add pipe client sentryio: change back to synchronous --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3451ea0..0f128a27 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="automonisaur", - version="0.6.0", + version="0.6.1", author="naisanza", author_email="naisanza@gmail.com", description="Core libraries for automonisaur",