v4.3.0 #479
adamkobor
announced in
Announcements
v4.3.0
#479
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation: v4.3.0 - kuvasz-uptime.dev
Important
There is a short questionnaire about Kuvasz in general, which you can fill out anonymously. It takes only a few minutes, and your feedback is highly appreciated as it helps me to focus on the most important features and improvements in the future. You can find it here.
Thanks, Adam
Features
Three new integrations joined the family, so you can reach more places without hand-crafting a webhook payload for them:
All three behave like every other integration: they can be global or assigned to specific monitors and maintenance windows, their events can be filtered with
excluded-events, and they're testable right from the UI, the REST API and the MCP server. If you were reaching any of them through a custom webhook until now, you can drop the payload template and replace the whole setup with a handful of properties.Security
Locationheader was always resolved against the monitor's own URL instead of the URL of the hop that actually returned it. A chain likehttps://a.example → https://b.example/deep/path → Location: /nextwas followed tohttps://a.example/nextrather thanhttps://b.example/next. Besides checking a completely different resource than the one the hop pointed at, this let an intermediate hop steer the check to an arbitrary path on the monitored origin - with the monitor's own request method, body and custom headers attached - even when that origin is only reachable from Kuvasz itself. Relative locations now follow RFC 9110 and are resolved against the hop that returned them. Reported by @CaptBoykin.Enhancements
app-config.http-check-max-redirectsproperty (10 by default) limits how many redirects a single HTTP check follows. Redirect loop detection only recognizes a repeated URL, so a chain where every hop is different was previously followed without an upper bound. Exceeding the limit now marks the monitor DOWN with a dedicated error.Full Changelog: 4.2.0...4.3.0
This discussion was created from the release v4.3.0.
All reactions