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: dotnet/Docker.DotNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.125.15
Choose a base ref
...
head repository: dotnet/Docker.DotNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 319 files changed
  • 11 contributors

Commits on Jun 6, 2023

  1. feat: Update to Docker v24.0.2 (#639)

    * feat: Update to Docker v24.0.2
    
    * chore: Generate nested swarm types with prefix
    
    * chore: Generate classes (types)
    HofmeisterAn authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3441fb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aacf3c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    32b1e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5799c94 View commit details
    Browse the repository at this point in the history
  3. Migrate from Newtonsoft.Json to System.Text.Json (#672)

    * Update specgen to produce attributes for System.Text.Json instead of Newtonsoft.Json
    
    * Regenerate all models with System.Text.Json.Serialization.JsonPropertyName
    
    * Migrate from Newtonsoft.Json to System.Text.Json
    
    * Avoid roundtrip to string by serializing directly to UTF-8 bytes
    
    * Avoid roundtrip to string by deserializing directly from the HTTP response stream
    
    * Fix deserialization of enums
    0xced authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    14fe23c View commit details
    Browse the repository at this point in the history
  4. Remove the System.Threading.Tasks.Extensions dependency (#671)

    It is not used anymore.
    
    Co-authored-by: Gutemberg Ribeiro <[email protected]>
    0xced and galvesribeiro authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f347c68 View commit details
    Browse the repository at this point in the history
  5. [Container Attach] Wrong data type used for Logs property (#670)

    * Update ContainerAttachParameters.Generated.cs
    
    Fixed the wrong data type used for Logs as referred in the official Docker Engine api.
    
    Logs property should be boolean instead of string
    
    (https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerAttach)
    
    * Update modeldefs.go
    Mbk10201 authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    48fbcee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30817b3 View commit details
    Browse the repository at this point in the history
  7. Comments (#612)

    * fix methods in IContainerOperations with inaccurate remarks
    
    * a big more cleanup
    
    * show both docker and docker container commands
    mikeblas authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    56062e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bc8c3e View commit details
    Browse the repository at this point in the history
  9. ISSUE#416 Fixed Socket.ConnectAsync timeout issue (#466)

    Co-authored-by: Yurii Pelekh <[email protected]>
    Co-authored-by: Gutemberg Ribeiro <[email protected]>
    3 people authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c0f44a7 View commit details
    Browse the repository at this point in the history
Loading