Accepting request 1117725 from home:jfkw:branches:server:http
- Update to version 2.7.5: * admin: Respond with 4xx on non-existing config path (#5870) * ci: Force the Go version for govulncheck (#5879) * fileserver: Set canonical URL on browse template (#5867) * tls: Add X25519Kyber768Draft00 PQ "curve" behind build tag (#5852) * reverseproxy: Add more debug logs (#5793) * reverseproxy: Fix `least_conn` policy regression (#5862) * reverseproxy: Add logging for dynamic A upstreams (#5857) * reverseproxy: Replace health header placeholders (#5861) * httpcaddyfile: Sort TLS SNI matcher for deterministic JSON output (#5860) * cmd: Fix exiting with custom status code, add `caddy -v` (#5874) * reverseproxy: fix parsing Caddyfile fails for unlimited request/response buffers (#5828) * reverseproxy: Fix retries on "upstreams unavailable" error (#5841) * httpcaddyfile: Enable TLS for catch-all site if `tls` directive is specified (#5808) * encode: Add `application/wasm*` to the default content types (#5869) * fileserver: Add command shortcuts `-l` and `-a` (#5854) * go.mod: Upgrade dependencies incl. x/net/http * templates: Add dummy `RemoteAddr` to `httpInclude` request, proxy compatibility (#5845) * reverseproxy: Allow fallthrough for response handlers without routes (#5780) * fix: caddytest.AssertResponseCode error message (#5853) * build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#5847) * build(deps): bump actions/checkout from 3 to 4 (#5846) * caddyhttp: Use LimitedReader for HTTPRedirectListener * fileserver: browse template SVG icons and UI tweaks (#5812) * reverseproxy: fix nil pointer dereference in AUpstreams.GetUpstreams (#5811) * httpcaddyfile: fix placeholder shorthands in named routes (#5791) * cmd: Prevent overwriting existing env vars with `--envfile` (#5803) * ci: Run govulncheck (#5790) * logging: query filter for array of strings (#5779) * logging: Clone array on log filters, prevent side-effects (#5786) OBS-URL: https://build.opensuse.org/request/show/1117725 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 20:05:08 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- Update to version 2.7.5:
|
||||
* admin: Respond with 4xx on non-existing config path (#5870)
|
||||
* ci: Force the Go version for govulncheck (#5879)
|
||||
* fileserver: Set canonical URL on browse template (#5867)
|
||||
* tls: Add X25519Kyber768Draft00 PQ "curve" behind build tag (#5852)
|
||||
* reverseproxy: Add more debug logs (#5793)
|
||||
* reverseproxy: Fix `least_conn` policy regression (#5862)
|
||||
* reverseproxy: Add logging for dynamic A upstreams (#5857)
|
||||
* reverseproxy: Replace health header placeholders (#5861)
|
||||
* httpcaddyfile: Sort TLS SNI matcher for deterministic JSON output (#5860)
|
||||
* cmd: Fix exiting with custom status code, add `caddy -v` (#5874)
|
||||
* reverseproxy: fix parsing Caddyfile fails for unlimited request/response buffers (#5828)
|
||||
* reverseproxy: Fix retries on "upstreams unavailable" error (#5841)
|
||||
* httpcaddyfile: Enable TLS for catch-all site if `tls` directive is specified (#5808)
|
||||
* encode: Add `application/wasm*` to the default content types (#5869)
|
||||
* fileserver: Add command shortcuts `-l` and `-a` (#5854)
|
||||
* go.mod: Upgrade dependencies incl. x/net/http
|
||||
* templates: Add dummy `RemoteAddr` to `httpInclude` request, proxy compatibility (#5845)
|
||||
* reverseproxy: Allow fallthrough for response handlers without routes (#5780)
|
||||
* fix: caddytest.AssertResponseCode error message (#5853)
|
||||
* build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#5847)
|
||||
* build(deps): bump actions/checkout from 3 to 4 (#5846)
|
||||
* caddyhttp: Use LimitedReader for HTTPRedirectListener
|
||||
* fileserver: browse template SVG icons and UI tweaks (#5812)
|
||||
* reverseproxy: fix nil pointer dereference in AUpstreams.GetUpstreams (#5811)
|
||||
* httpcaddyfile: fix placeholder shorthands in named routes (#5791)
|
||||
* cmd: Prevent overwriting existing env vars with `--envfile` (#5803)
|
||||
* ci: Run govulncheck (#5790)
|
||||
* logging: query filter for array of strings (#5779)
|
||||
* logging: Clone array on log filters, prevent side-effects (#5786)
|
||||
* fileserver: Export BrowseTemplate
|
||||
* ci: ensure short-sha is exported correctly on all platforms (#5781)
|
||||
* caddyfile: Fix case where heredoc marker is empty after newline (#5769)
|
||||
* go.mod: Update quic-go to v0.38.0 (#5772)
|
||||
* chore: Appease gosec linter (#5777)
|
||||
* replacer: change timezone to UTC for "time.now.http" placeholders (#5774)
|
||||
* caddyfile: Adjust error formatting (#5765)
|
||||
* update quic-go to v0.37.6 (#5767)
|
||||
* httpcaddyfile: Stricter errors for site and upstream address schemes (#5757)
|
||||
* caddyfile: Loosen heredoc parsing (#5761)
|
||||
* fileserver: docs: clarify the ability to produce JSON array with `browse` (#5751)
|
||||
* fix package typo (#5764)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 14:20:37 UTC 2023 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user