-
Notifications
You must be signed in to change notification settings - Fork 401
Comparing changes
Open a pull request
base repository: dotnet/Docker.DotNet
base: v3.125.15
head repository: dotnet/Docker.DotNet
compare: master
- 11 commits
- 319 files changed
- 11 contributors
Commits on Jun 6, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 3441fb9 - Browse repository at this point
Copy the full SHA 3441fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aacf3c2 - Browse repository at this point
Copy the full SHA aacf3c2View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32b1e08 - Browse repository at this point
Copy the full SHA 32b1e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5799c94 - Browse repository at this point
Copy the full SHA 5799c94View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 14fe23c - Browse repository at this point
Copy the full SHA 14fe23cView commit details -
Remove the System.Threading.Tasks.Extensions dependency (#671)
It is not used anymore. Co-authored-by: Gutemberg Ribeiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f347c68 - Browse repository at this point
Copy the full SHA f347c68View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 48fbcee - Browse repository at this point
Copy the full SHA 48fbceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30817b3 - Browse repository at this point
Copy the full SHA 30817b3View commit details -
* fix methods in IContainerOperations with inaccurate remarks * a big more cleanup * show both docker and docker container commands
Configuration menu - View commit details
-
Copy full SHA for 56062e8 - Browse repository at this point
Copy the full SHA 56062e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc8c3e - Browse repository at this point
Copy the full SHA 5bc8c3eView commit details -
ISSUE#416 Fixed Socket.ConnectAsync timeout issue (#466)
Co-authored-by: Yurii Pelekh <[email protected]> Co-authored-by: Gutemberg Ribeiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f44a7 - Browse repository at this point
Copy the full SHA c0f44a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.125.15...master