|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
| 5 | + |
| 6 | +## 2025-07-31 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - [`workmanager` - `v0.9.0`](#workmanager---v090) |
| 15 | + - [`workmanager_android` - `v0.9.0`](#workmanager_android---v090) |
| 16 | + - [`workmanager_apple` - `v0.9.0`](#workmanager_apple---v090) |
| 17 | + - [`workmanager_platform_interface` - `v0.9.0`](#workmanager_platform_interface---v090) |
| 18 | + |
| 19 | +Packages with other changes: |
| 20 | + |
| 21 | + - There are no other changes in this release. |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +#### `workmanager` - `v0.9.0` |
| 26 | + |
| 27 | + - **REFACTOR**: replace debug mode with extensible hook-based system (#630). |
| 28 | + - **REFACTOR**: Migrate internal interfaces to pigeon (#613). |
| 29 | + - **FIX**: resolve critical null handling crashes from contributor reports (#626). |
| 30 | + - **FEAT**: Migrate to federated plugin architecture (#611). |
| 31 | + - **BREAKING** **FIX**: resolve issue #622 - periodic tasks running at incorrect frequencies (#628). |
| 32 | + |
| 33 | +#### `workmanager_android` - `v0.9.0` |
| 34 | + |
| 35 | + - **REFACTOR**: replace debug mode with extensible hook-based system (#630). |
| 36 | + - **REFACTOR**: Migrate internal interfaces to pigeon (#613). |
| 37 | + - **FIX**: resolve critical null handling crashes from contributor reports (#626). |
| 38 | + - **FEAT**: Migrate to federated plugin architecture (#611). |
| 39 | + - **BREAKING** **FIX**: resolve issue #622 - periodic tasks running at incorrect frequencies (#628). |
| 40 | + |
| 41 | +#### `workmanager_apple` - `v0.9.0` |
| 42 | + |
| 43 | + - **REFACTOR**: replace debug mode with extensible hook-based system (#630). |
| 44 | + - **REFACTOR**: Migrate internal interfaces to pigeon (#613). |
| 45 | + - **FEAT**: Migrate to federated plugin architecture (#611). |
| 46 | + - **BREAKING** **FIX**: resolve issue #622 - periodic tasks running at incorrect frequencies (#628). |
| 47 | + |
| 48 | +#### `workmanager_platform_interface` - `v0.9.0` |
| 49 | + |
| 50 | + - **REFACTOR**: replace debug mode with extensible hook-based system (#630). |
| 51 | + - **REFACTOR**: Migrate internal interfaces to pigeon (#613). |
| 52 | + - **FEAT**: Migrate to federated plugin architecture (#611). |
| 53 | + - **BREAKING** **FIX**: resolve issue #622 - periodic tasks running at incorrect frequencies (#628). |
| 54 | + |
0 commit comments