Skip to content

Releases: AdamMil/KubernetesClient.Fluent

1.0.5

11 Jul 00:35
Compare
Choose a tag to compare

Changes since 1.0.4:

  • Add some using statements
  • Update SPDY.net version

1.0.4

03 Jul 00:08
Compare
Choose a tag to compare

Changes since 1.0.3:

  • Remove methods that were added to the official Kubernetes client

1.0.3

07 May 20:46
Compare
Choose a tag to compare

Changes since 1.0.2:

  • Add KubernetesRequest.GNK(string apiVersion, string kind) method

1.0.2

24 Apr 02:47
Compare
Choose a tag to compare

Changes since 1.0.1:

  • Throw TimeoutException if a command times out (rather than OperationCanceledException)
  • Raise the Watch.Closed event in a more timely fashion (i.e. before the retry delay, rather than after)
  • Improve some documentation and error text
  • Fix the assembly version at 1.0.0.0 (for 1.x.x) to avoid problems with strong naming

1.0.1

24 Apr 02:53
Compare
Choose a tag to compare

Chances since 1.0.0:

  • Add watch-related features that I forgot to copy over

1.0.0

24 Apr 02:54
Compare
Choose a tag to compare

Initial release.