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
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).