Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Aug 31, 2024
1 parent 61c1fac commit 8dca520
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ toc::[]
:link-proxy-from-env: https://golang.org/pkg/net/http/#ProxyFromEnvironment

== HEAD

== 2024-08-31
* Start building with Go-1.23.0
* Add CLI flag to expose ReadTimeout for tuning (frontend). +
Default is 30s (same as previosly).
Expand All @@ -27,9 +29,9 @@ toc::[]
+
[NOTE]
--
Previously this value was not set, so it defaulted to the zero value, in
which case the ReadTimeout value (default 30s) was used internally by the go
http server. The new default mirrors the old default.
Previously this value was not set, so it defaulted to the zero value,
which resulted in the ReadTimeout value (default 30s) being used internally by
the go http server. The new default mirrors this previous old default.
--

== v2.5.1 2024-07-02
Expand Down

0 comments on commit 8dca520

Please sign in to comment.