⚠️ Breaking changes
getItemURL() is now async, so if your client/app code uses it, you will need to handle the returned Promise instead of processing the value directly.
Features
- Make getItemURL() async, implement for Dropbox (#1389, #1399) @jonocodes, @raucao
Enhancements
- Stop emitting non-standard "; charset=binary" suffix (#1390) @silverbucket
Bugfixes
- Fix Dropbox disconnect (#1392) @raucao
- Allow WebFinger discovery for localhost/private hosts by default (#1386) @silverbucket
Dev Environment & CI
- Secure CI workflows against supply-chain attacks (#1393) @DougReeder
- Port some Jaribu suites to Mocha (#1385) @silverbucket
- Update dependencies (#1394, #1397, #1398, #1400) @silverbucket, @raucao