Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
naisanzaa committed Nov 11, 2024
1 parent fef347a commit 3019e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="automonisaur",
version="0.6.0",
version="0.6.1",
author="naisanza",
author_email="[email protected]",
description="Core libraries for automonisaur",
Expand Down

0 comments on commit 3019e71

Please sign in to comment.