Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps workmanager from 0.8.0 to 0.9.0+3.

Release notes

Sourced from workmanager's releases.

v0.9.0+3 - Bug Fixes

Bug Fixes

This release fixes critical issues with Android initialization and iOS build compatibility.

Changes

🐛 Bug Fixes

  • Android: Fixed PlatformException "You have not properly initialized the Flutter WorkManager Package" on first run (#645)

    • Properly updates currentDispatcherHandle when initialize() is called
    • Thanks to @​jonathanduke for reporting and providing the initial fix
  • iOS: Fixed build errors with Logger availability (#641)

    • Added iOS 14.0 availability annotations to LoggingDebugHandler
    • Thanks to @​Hackmodford for reporting the issue

📚 Documentation

  • Added iOS 14.0 minimum deployment target requirement to documentation (#639)

Published Packages

  • workmanager v0.9.0+3
  • workmanager_android v0.9.0+2
  • workmanager_apple v0.9.1+2
  • workmanager_platform_interface v0.9.1+1

Closed Issues

Changelog

Sourced from workmanager's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2025-08-31

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • workmanager - v0.9.0+3

workmanager_android - v0.9.0+2

  • FIX: Android initialization bug and iOS 14 availability annotations (#647).

workmanager_apple - v0.9.1+2

  • FIX: Android initialization bug and iOS 14 availability annotations (#647).

workmanager_platform_interface - v0.9.1+1

  • FIX: Android initialization bug and iOS 14 availability annotations (#647).

2025-08-06

Changes


Packages with breaking changes:

... (truncated)

Commits
  • 504879b chore(release): publish packages
  • a63621f refactor: replace debug mode with extensible hook-based system (#630)
  • c6c942f chore: update dependencies to latest versions (#629)
  • 04133c9 fix: resolve issue #622 - periodic tasks running at incorrect frequencies (#628)
  • c957b9a feat: comprehensive docs.page migration with streamlined user documentation
  • db5111e fix: resolve critical null handling crashes from contributor reports (#626)
  • 5d05619 refactor: Migrate internal interfaces to pigeon (#613)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [workmanager](https://github.com/fluttercommunity/flutter_workmanager) from 0.8.0 to 0.9.0+3.
- [Release notes](https://github.com/fluttercommunity/flutter_workmanager/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_workmanager/blob/main/CHANGELOG.md)
- [Commits](fluttercommunity/flutter_workmanager@v0.8.0...workmanager-v0.9.0)

---
updated-dependencies:
- dependency-name: workmanager
  dependency-version: 0.9.0+3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant