Skip to content

connectapi 0.10.0

Latest

Choose a tag to compare

@karawoo karawoo released this 16 Jan 16:50
· 1 commit to main since this release
b9195e0
  • 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).