Skip to content

Releases: bitfireAT/nc_ext_dav_push

v1.0.0

27 Sep 20:35
1f33e0e

Choose a tag to compare

The first stable release of dav_push 🚀 with day-1 support for Nextcloud 32 🥳.

What's Changed

  • Removed support for Nextcloud versions < 31.0.3 (newer versions of 31 are still supported)
  • Added support for Nextcloud 32
  • Outbound proxy is now used if configured in Nextcloud config.php
  • WebPush servers in your local network (local IPs) are no longer allowed unless you have configured your Nextcloud instance to allow local network connections

Note

A seamless upgrade path from last alpha is guaranteed, simply update the app from the App Store.

v0.0.3

11 Jun 18:29
89fa461

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Alpha 3, a big step towards production readiness 🥳

What's Changed

Note

It is highly recommended to install either the GMP or the BCMath php extension to speed up cryptography calculations for the new encryption support.

Note

Due to big changes in the database schema all existing subscriptions from previous alpha releases will get cleared when updating. DAVx⁵ will re-register them in a background job automatically, but that might take some time. If you want your subscriptions to work with minimal interruption de-select your push provider in the DAVx⁵ settings after updating and select it again. This way all subscriptions get re-created immediately.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

23 Jan 12:28

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Alpha 2 🚀

Changes:

  • Adapt to the latest version of the DavPush specification
  • Now includes current sync token in push message
  • Now also sends push if event was moved to trash, restored from trash or moved to a different calendar
  • Now periodically cleans up expired and failing (for example push server has gone offline and could not be reached multiple pushes in a row) subscriptions
  • Improved compatibility with WebPush/UnifiedPush servers
  • Improved error management
  • Added occ admin commands
  • Code refactoring

v0.0.1

25 Aug 18:17
09c747d

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

First release 🥳