Skip to content

Release history

bewcloud releases

A simpler alternative to Nextcloud and ownCloud, built with TypeScript and Deno.

All releases

16 shown

v4.5.1 Breaking risk
Notable features
  • 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

v4.5.0 Breaking risk
Notable features
  • 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

v4.4.0 Breaking risk
Notable features
  • 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

v4.2.0 Maintenance

Updated Deno runtime to latest stable version for latest features and security patches.

v4.1.2 Bug fix

Fixed WebDAV MOVE request to return proper 404 error when source file doesn't exist.

v4.1.1 New feature
Notable features
  • config.core.maxRequestSizeInMegabytes
  • config.files.maxUploadSizeInMegabytes
v4.0.2 Bug fix

Fixed HTML parsing and entity resolution in RSS feed article summaries preventing formatting issues.

v4.0.1 Bug fix

Fixed logout route typo causing Internal Server Error, restoring logout functionality.

v4.0.0 Breaking risk
Breaking changes
  • Fresh framework removed
  • config.email.tlsMode now defaults to 'auto', no longer supports null
v3.7.0 Maintenance

Dependency updates for security, compatibility, and feature improvements.

v3.5.1 Bug fix

Fixed vCalendar import with multiline fields preventing parsing errors in calendar event imports.

Beta — feedback welcome: [email protected]