What's Changed
- feat: support SCTP & UDP as endpoint type by @ianchen0119 in #352
- feat(ui): Allow configuring meta description by @davwheat in #342
- fix(jsonpath): Properly handle len of object in array, len of int and len of bool by @TwiN in #372
- fix(alerting): Resolve issue with blank GoogleChat messages by @TwiN in #364
- fix: Make sure len([BODY]) works if the body is a JSON array by @TwiN in #360
- fix: Wrap error properly (%s -> %w) by @TwiN
- refactor: Move TwiN/whois to client pkg, impl caching and update DNS used for tests by @TwiN in #366
- ui: Show "now" if the pretty time difference is less than 500ms
- ci: Add dependabot.yml
New Contributors
- @dependabot made their first contribution in #356
- @ianchen0119 made their first contribution in #352
Full Changelog: v4.3.2...v4.4.0
Announcement
This is most likely the last version before v5.0.0, which means that the master branch and the latest
Docker image tag may have breaking changes. Make sure to specify a non-latest image (e.g. v4.4.0
) if you want to avoid any surprises
For information on the upcoming breaking changes, please see #374