Release history
bewcloud releases
A simpler alternative to Nextcloud and ownCloud, built with TypeScript and Deno.
All releases
23 shown
Breaking changes — review before upgrading.
- Stop stripping Cookie headers in CardDav and CalDav, handle invalid ones gracefully
Full changelog
This stops stripping Cookie headers in CardDav and CalDav requests, and instead handles invalid Cookie headers gracefully.
Check v4.0.0 for breaking changes in v4.
What's Changed
- Stop stripping Cookie headers, handle invalid ones gracefully instead - https://github.com/bewcloud/bewcloud/issues/162
Full Changelog: https://github.com/bewcloud/bewcloud/compare/v4.5.0...v4.5.1
- CardDav and CalDav requests now strip Cookie headers
Full changelog
This strips Cookie headers in CardDav and CalDav requests, and fixes logging for 404 routes.
Check v4.0.0 for breaking changes in v4.
What's Changed
- Logs for non-existing routes now show as 404, instead of 200
- CardDav and CalDav requests now strip Cookie headers - https://github.com/bewcloud/bewcloud/issues/162
Full Changelog: https://github.com/bewcloud/bewcloud/compare/v4.4.0...v4.5.0
- Chunked file uploads to bypass proxy request size limits
Full changelog
This adds chunked file uploads for faster uploads and potentially bypass proxy request size limits.
Check v4.0.0 for breaking changes in v4.
What's Changed
- Add chunked file upload to bypass proxy request size limits by @aquaspy in https://github.com/bewcloud/bewcloud/pull/159
- Improvements for chunked file upload by @BrunoBernardino in https://github.com/bewcloud/bewcloud/pull/160
New Contributors
- @aquaspy made their first contribution in https://github.com/bewcloud/bewcloud/pull/159
Full Changelog: https://github.com/bewcloud/bewcloud/compare/v4.3.0...v4.4.0
Updated Deno runtime to latest stable version for latest features and security patches.
Fixed WebDAV MOVE request to return proper 404 error when source file doesn't exist.
- config.core.maxRequestSizeInMegabytes
- config.files.maxUploadSizeInMegabytes
Fixed dropdown ring opacity styling issue affecting visual consistency.
Fixed HTML parsing and entity resolution in RSS feed article summaries preventing formatting issues.
Fixed logout route typo causing Internal Server Error, restoring logout functionality.
- Fresh framework removed
- config.email.tlsMode now defaults to 'auto', no longer supports null
Dependency updates for security, compatibility, and feature improvements.
Fixed vCalendar import with multiline fields preventing parsing errors in calendar event imports.