Skip to content

Conversation

@toph-allen
Copy link
Contributor

Intent

Remove get_job(), which called an unversioned endpoint.

Fixes #490

Approach

The function had been deprecated for a while, and has replacements.

Checklist

  • Does this change update NEWS.md (referencing the connected issue if necessary)?
  • Does this change need documentation? Have you run devtools::document()?

Copy link
Collaborator

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cleanup!

NEWS.md Outdated
## Breaking changes

- Removed `get_job()`, which was deprecated in 0.6.0. Use `get_jobs()`,
`get_job_list()`, or `get_log()` instead. (#491)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth briefly noting why you would use one of these three alternatives? Like, to see the logs, call get_log(), or to see other metadata about the job, use the others?

@toph-allen toph-allen merged commit 4e6e5c4 into main Jan 5, 2026
22 checks passed
@toph-allen toph-allen deleted the toph/remove-get-job branch January 5, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: use v1 job API, add function to get logs

3 participants