What changed with each release.

Full version history of the Anchor Uptime API and WordPress plugin. Added features, changes and fixes.

WordPress Plugin

Anchor Uptime Crash Shield - WP Plugin

Private GitHub
3.0
  • + Added
  • ~ Changed
Private Repo

Added

  • Added batch check execution flow - RunSiteBatchCheckJob and updated dispatch command.
  • Rollup data sanitization command PruneCheckRollupsCommand and tests have been added.

Changed

  • Probe service layer has been extended - FrontendProbeService, HeartbeatProbeService and SsrfSafeHttpClient have been updated.
  • Improved panel live data styling - updated SiteController, DashboardController and LivePanelSummaryBuilder.
  • Updated the timer and configuration surfaces - routes/console.php and config/uptime.php.
2.0
  • + Added
  • ✓ Fixed
Private Repo

Added

  • Added plugin fatal processing queue ProcessPluginFatalJob.
  • Incident notification staging migration - notification_stage field added to incidents table.

Corrected

  • Incident flow was rewritten within the scope of IncidentManagerService and supported with tests.
  • Updated Fatal report path FatalReportController, added aligned tests.
  • Updated alarm email templates - improved domain-expiry and site-down views.
1.5
  • + Added
  • ~ Changed
Private Repo

Added

  • Rollup and runtime command set - BackfillSiteRuntimeStateCommand, RollupChecksHourlyCommand and RollupChecksDailyCommand.
  • Rollup schema layer - hourly and daily rollup tables and runtime column migrations.
  • New support data loader layer - LivePanelSummaryBuilder, ResponseChartSeriesLoader, DailyStatusSegmentsLoader.

Changed

  • Panel live data and polling UI updated - dashboard and site views, app.js revamped.
1.4
  • + Added
  • ~ Changed
Private Repo

Added

  • Network abstraction contracts - DnsTxtLookup, HostnameResolver, HttpTransport interfaces and concrete implementations.
  • Extensive test expansion for API, authentication, commands, job queue and service behaviors.

Changed

  • Strengthened DbCheckCommand validation path.
  • Updated UI runtime script and views.
1.3
  • + Added
  • ~ Changed
Private Repo

Added

  • Ownership-connect API path - OwnershipConnectController and its extensive tests.
  • Added security middleware SecurityHeaders.
  • Data sanitization command set - PruneChecksCommand, PruneCheckEventsCommand, PruneSessionsCommand, PruneUnverifiedUsersCommand and others.
  • Check event model and schema layer - Added CheckEvent model and migration.

Changed

  • Panel and localization iteration - updated SiteController, app.js, site views and lang/en.json.
1.2
  • + Added
  • ~ Changed
Private Repo

Added

  • Panel frontend package - application entry points and component/page structure created.
  • Operational commands - InstallCommand, UpdateCommand, DbCheckCommand, PruneActivityLogsCommand.
  • Deployment and runtime documentation - nginx configuration example and panel UI specification.

Changed

  • Dashboard, site detail and invoice views have been significantly renewed.
  • Database layer and API tests were extended, web routes and frontend runtime were stabilized.
1.1
  • + First Release
Private Repo

Initial Release

  • Laravel application bootstrap and basic project surfaces were created.
  • Basic API/controller structure and background work has been set up - RunSiteCheckJob, domain/SSL controls, mapping lifecycle commands.
  • Service foundation for probe, validation, incident and security layers - SsrfSafeHttpClient, VerificationService, IncidentManagerService, DomainExpiryService.
  • Initial email templates for uptime and end notifications.