Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/dagger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dagger-2.59.1
Choose a base ref
...
head repository: google/dagger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dagger-2.59.2
Choose a head ref
  • 8 commits
  • 70 files changed
  • 6 contributors

Commits on Feb 3, 2026

  1. Internal refactoring

    RELNOTES=n/a
    PiperOrigin-RevId: 864916932
    Chang-Eric authored and Dagger Team committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1dbb1dd View commit details
    Browse the repository at this point in the history
  2. Update Dagger yml and README with new latest version number.

    RELNOTES=N/A
    PiperOrigin-RevId: 864929740
    bcorso authored and Dagger Team committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    8c69595 View commit details
    Browse the repository at this point in the history
  3. Internal changes

    RELNOTES=N/A
    PiperOrigin-RevId: 865058516
    bcorso authored and Dagger Team committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1900560 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Support nullability in Switching Providers

    RELNOTES=n/a
    PiperOrigin-RevId: 866132936
    java-team-github-bot authored and Dagger Team committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    3507b0d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Automated Code Change

    PiperOrigin-RevId: 868646966
    meisterT authored and Dagger Team committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    5909005 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Replace Hilt's "android-classes" transform with attribute rules.

    This change removes the CopyTransform from "android-classes" to "jar-for-dagger" and instead uses Gradle's attribute compatibility and disambiguation rules. The new rules make "android-classes" and "android-classes-jar" compatible with requests for "jar-for-dagger" and "aggregated-jar-for-hilt", and prioritize these artifact types when multiple candidates are available.
    FIXES #5116
    FIXES #5099
    
    RELNOTES=Replaced Hilt's "android-classes" transform with attribute rules
    PiperOrigin-RevId: 869250235
    trexem authored and Dagger Team committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    f7e31b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Change HiltSyncTask to extend DefaultTask instead of Sync.

    The HiltSyncTask was previously extending Gradle's Sync task, but it was not actually performing any file synchronization. This change updates HiltSyncTask to extend DefaultTask, which is more appropriate for a task that primarily serves to declare classpath inputs for other tasks. The unused import DuplicatesStrategy is also removed.
    
    FIXES #5122
    
    RELNOTES=N/A
    PiperOrigin-RevId: 869847460
    trexem authored and Dagger Team committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    1be5765 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. 2.59.2 release

    Dagger Team committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    118f2e5 View commit details
    Browse the repository at this point in the history
Loading