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: apocas/dockerode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.9
Choose a base ref
...
head repository: apocas/dockerode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.10
Choose a head ref
  • 11 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 21, 2025

  1. Bump js-yaml from 4.1.0 to 4.1.1

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    568a5f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Merge pull request #820 from apocas/dependabot/npm_and_yarn/js-yaml-4…

    ….1.1
    
    Bump js-yaml from 4.1.0 to 4.1.1
    apocas authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    b58b941 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Configuration menu
    Copy the full SHA
    acc5096 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Merge pull request #823 from parishahla/fix/update-docker-api-links

    fix(readme): update docker api links
    apocas authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    5d4b860 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. feat: followProgress BuildKit support

    Add docker.followProgress() method that works like docker.modem.followProgress()
    but automatically decodes BuildKit v2 build logs. Works transparently with both
    regular and BuildKit streams (build, pull, push, etc.).
    
    Proto types match the official moby/buildkit control.proto schema.
    davidgamero committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    811d9b7 View commit details
    Browse the repository at this point in the history
  2. add comment to proto file

    bosesuneha committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    3f9ec66 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Bump minimatch from 5.1.6 to 5.1.9

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.6 to 5.1.9.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v5.1.6...v5.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 5.1.9
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    70a3b41 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Merge pull request #824 from davidgamero/buildkit-progress

    buildkit proto followProgress support
    apocas authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    7435e03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #825 from apocas/dependabot/npm_and_yarn/minimatch…

    …-5.1.9
    
    Bump minimatch from 5.1.6 to 5.1.9
    apocas authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    7d91490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e671af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd0e27a View commit details
    Browse the repository at this point in the history
Loading