Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.92 KB

CHANGELOG-0.14.md

File metadata and controls

48 lines (34 loc) · 2.92 KB

Release notes for v0.14.0

Changelog since v0.13.0

Changes by Kind

Feature

  • Add the GetGroupControllerCapabilities func under the rpc directory. (#133, @carlory)

Bug

  • Add a timeout logic to the existing func connect.Connect() to aviod block infinitely for a caller. When it tries to connect for 30 seconds, this func will return an error if no connection has been established at that point. (#131, @ConnorJC3)

Other (Cleanup or Flake)

  • Update dependency go modules for k8s v1.27.0. (#132, @carlory)

Dependencies

Added

  • github.com/google/uuid: v1.3.0

Changed

Removed

Nothing has changed.