Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.65.0](https://github.com/hetznercloud/cli/releases/tag/v1.65.0)

### Load Balancer HTTP Services now support `TimeoutIdle`

A timeout for HTTP connections can now be set with `--http-timeout-idle` while creating or updating Load Balancer services.

See the [changelog](https://docs.hetzner.cloud/changelog#2026-04-30-load-balancers-http-idle-timeout-can-now-be-configured) for more information.

### Features

- **load-balancer**: support --http-timeout-idle flag (#1394)

## [v1.64.1](https://github.com/hetznercloud/cli/releases/tag/v1.64.1)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "runtime/debug"

var (
// version is a semver version (https://semver.org).
version = "1.64.1" // x-releaser-pleaser-version
version = "1.65.0" // x-releaser-pleaser-version

// versionPrerelease is a semver version pre-release identifier (https://semver.org).
//
Expand Down
Loading