Skip to content

v0.2.11

Choose a tag to compare

@release-please release-please released this 08 Jul 03:07
fda4223

0.2.11 (2025-07-07)

⚠ BREAKING CHANGES

  • Removes push_notifier interface from the SDK and introduces push_notification_config_store and push_notification_sender for 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_config per 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_notifier interface from the SDK and introduces push_notification_config_store and push_notification_sender for supporting push notifications. (f1b576e)