Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

75 lines (50 loc) · 2.02 KB

1.0.0

  • Fix a bug with HTML escaping byte arrays (#240)
  • Fix a bug with YAML parsing IntOrString types (#242)

1.0.0-beta3

Fixes

Enhancements

1.0.0-beta2

Fixes

  • Fix a bug when Watch returns a Status object (#165).
  • Add support for Quantity type (#129).
  • Add support for IntOrString (#108).
  • Fix some leaks by calling close (#106).

1.0.0-beta1

This is the first beta release of this client.

Features

  • Support for Kubernetes 1.8 (#84).

Fixes

  • Allow kubeconfig to be loaded without current-context (#81).

0.2.0

Fixes

  • Correctly configure in-cluster token-based authentication (#75).

Features

  • Allow client to be instantiated with a custom context (#65),

  • Protocol buffer client (#67), (#69), (#71).

Miscellanious

  • Rename client-java-util package to client-java (#73)).

0.1.0

Initial release of client