You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed prefix argument to connect() function, which was a convenience utility for testing. (#477)
Breaking changes
Removed get_job(), which was deprecated in 0.6.0. Instead, use get_jobs()
to get a data frame of jobs, use get_job_list() to get a list of job
objects, and use get_log() to get the log for a job (#491).
Removed swap_vanity_url(), which was deprecated in 0.6.0. Use swap_vanity_urls() instead (#493).