Skip to content

refs/tags/v4.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 15:06
· 34 commits to main since this release
fade14a

What's Changed

  • feat: Remove obsolete implementations by @HofmeisterAn in #65
  • fix: Dispose HTTP requests by @HofmeisterAn in #66
  • fix: Use explicit CRLF when serializing HTTP request headers by @swimmesberger in #70
  • fix: Add missing using System.Net.Http.Headers by @campersau in #71
  • chore: Migrate to SLNX and add common solution items by @campersau in #72
  • chore: Use ByteArrayContent instead of StringContent by @campersau in #73
  • chore: Use HttpVersion.Version11 to avoid Version allocation by @campersau in #75
  • chore: Remove duplicate HandleIfErrorResponseAsync method by @campersau in #76
  • feat: Remove TaskCompletionSource cancellation workaround for net6.0 onwards by @campersau in #77
  • feat: Add Go feature to dev container by @campersau in #78
  • fix: Set nullable types in operation classes/interfaces by @campersau in #74
  • feat: Use typed exception for node not in swarm and node already in swarm by @campersau in #79
  • chore: Use GetBytesFromBase64 / WriteBase64StringValue to avoid string allocations by @campersau in #80
  • chore: Remove unused JsonQueyStringConverter by @campersau in #81
  • fix: Make BasicAuthCredentials public and useable again by @campersau in #83
  • chore: Simplify integration of the library by @HofmeisterAn in #85
  • feat: BufferedReadStream process multiple bytes at once in ReadLineAsync by @campersau in #82
  • feat: Enable nullable in src projects by @campersau in #84

New Contributors

Full Changelog: v3.132.0...v4.0.0