Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.35 KB

NEWS.md

File metadata and controls

24 lines (17 loc) · 1.35 KB

proofr v0.4.0

  • Bumping timeout from 5 seconds to 20 seconds (@sckott in direct commit)

proofr v0.3.0

  • Swapping httr for httr2 (@sckott in #25)
  • Improving documentation (@sckott in #27, #28, #29, #30)
  • Fixing linting errors identified by GitHub Action (@tefirman and @sckott in #32)

proofr v0.2

  • Change token handling to support a Shiny workflow where we can't store secrets as env vars. All functions now accept a token, but you can also just set an env var with the token. proof_authenticate no longer sets an env var with the token (#11)

proofr v0.1

  • Document server up time of 7 days (#10)
  • Set curl timeout so users don't have to wait so long for timeout failure (#8)
  • Surface error messages from PROOF API if useful to users (#7)
  • Change proof_start to use slurm_account as body param instead of pi_name (#6)
  • Write more tests covering major points of the exported fxns (#5)
  • export proof_header (#4)
  • rcromwell <--> proofr integration (#2)
  • PROOF API token caching (#1)