Skip to content

v1.20.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 23:34
· 25 commits to release since this release
af0f248

1.20.0 (2024-03-18)

Feature

  • add grpc config options and turn off keepalive for Lambda config (#441) (b129716)

Bug Fixes

  • disable keepalive in grpc channel options for control plane clients and set grpc channel options in synchronous code (#443) (3b14375)
  • timedelta to ms conversion and timedelta to deadline conversion (#442) (14a84ca)

Chores