8000 Comparing 6.1.1...6.1.2 · docker/docker-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: docker/docker-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.1
Choose a base ref
...
head repository: docker/docker-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on May 8, 2023

  1. api: respect timeouts on Windows named pipes (#3112)

    Signed-off-by: Imogen <59090860+ImogenBits@users.noreply.github.com>
    ImogenBits authored May 8, 2023
    Configuration menu
    Copy the full SHA
    9cadad0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. api: avoid socket timeouts when executing commands (#3125)

    Only listen to read events when polling a socket in order
    to avoid incorrectly trying to read from a socket that is
    not actually ready.
    
    Signed-off-by: Loïc Leyendecker <loic.leyendecker@gmail.com>
    loicleyendecker authored May 11, 2023
    Configuration menu
    Copy the full SHA
    c5e582c View commit details
    Browse the repository at this point in the history
  2. docs: update changelog (#3127)

    Signed-off-by: Milas Bowman <milas.bowman@docker.com>
    milas authored May 11, 2023
    Configuration menu
    Copy the full SHA
    14e8d07 View commit details
    Browse the repository at this point in the history
Loading
0