Skip to content

v0.2.9

Latest
Compare
Choose a tag to compare
@aaronwolen aaronwolen released this 25 Sep 22:24
· 1 commit to master since this release

osfr 0.2.9

Minor changes

  • tibble v3.0.0 is now the minimum required version

Fixes

  • Fixed bug preventing uploads directly to OSF directories that contained conflicting files (#121, #129)
  • Fixed pkgdown site build (#147)
  • Fixed downloading of files via GUIDs (#141, thanks @psanker)

Build and test infrastructure

  • Unit tests for single file uploads, html encoding, and basic node mechanics are now mocked with vcr (#145)
  • GitHub Actions is now used for continuous integration (#146)
  • brio is now used in tests for writing text to files so \n is used for line endings on Windows. This produces files with identical sizes on all platforms allowing vcr to match requests that include file sizes in the body (#146).