Skip to content

v0.16.6

Pre-release
Pre-release

Choose a tag to compare

@apollo-watcher-release apollo-watcher-release released this 07 Aug 14:09
· 2 commits to main since this release
c4531d3

The Watcher client and Analyzer now show a friendlier sign-in error screen, and this release includes two infrastructure changes for the API and self-host deployments.

Breaking changes

  • The API's production Web Application Firewall now blocks matching requests instead of only logging them. This applies to production only and targets scanner/bot traffic with no overlap with legitimate client traffic; no action is needed for normal API usage.
  • Self-host deployments: the Terraform module's ami_id variable is now required instead of automatically resolving the latest Ubuntu AMI. Set ami_id to the AMI your instance is already running (see the updated self-hosting documentation for the lookup command) and confirm your next terraform plan reports no changes before applying, to avoid the instance being replaced.

Live

  • Changed: Sign-in failures now show a friendly error page with a "Retry sign in" button and a "Copy error report" link, instead of raw technical error text.

Analyzer

  • Changed: Sign-in failures now show a friendly error page with a "Retry sign in" button and a "Copy error report" link, instead of raw technical error text.