0.2.11 (2025-07-07)
⚠ BREAKING CHANGES
- Removes
push_notifierinterface from the SDK and introducespush_notification_config_storeandpush_notification_senderfor supporting push notifications.
Features
- Add constants for Well-Known URIs (#271) (1c8e12e)
- Adds support for List and Delete push notification configurations. (f1b576e)
- Adds support for more than one
push_notification_configper task. (f1b576e) - server: Add lock to TaskUpdater to prevent race conditions (#279) (1022093)
- Support for database backend Task Store (#259) (7c46e70)
Code Refactoring
- Removes
push_notifierinterface from the SDK and introducespush_notification_config_storeandpush_notification_senderfor supporting push notifications. (f1b576e)