Changelog

What's new

Product updates from the Isle team.

Get updates by email
Feb 2026Platformv0.9.0

Preview environments & deploy webhooks

  • Preview environments are now created automatically for every pull request. They are torn down on merge.
  • Deploy webhooks: configure HTTP callbacks for deploy.started, deploy.live, and deploy.failed events.
  • New activity feed on the dashboard surfaces all deploy and infrastructure events across your org.
  • Improved log search — filter by severity, instance ID, or custom text with keyboard shortcuts.
Jan 2026Databasesv0.8.0

Postgres point-in-time recovery

  • Continuous WAL archiving enables point-in-time recovery to any second within the last 7 days.
  • Read replicas now available on Oak tier and above.
  • Redis 7.4 support with persistence options (AOF / RDB).
  • Connection pooler (PgBouncer) is now provisioned automatically with every Postgres instance.
Dec 2025Networkingv0.7.0

Private networking & custom firewall rules

  • Every organisation now gets an isolated VPC. Services communicate internally without leaving the network.
  • Internal DNS: reference your services by name (e.g. http://api, postgres://db).
  • Custom firewall rules allow IP allowlisting and port restrictions per service.
  • Auto-generated CNAME records — custom domains now verified in under 60 seconds on average.
Nov 2025Platformv0.6.0

Organisation teams & RBAC

  • Invite team members with four roles: owner, admin, developer, and viewer.
  • Viewers can tail logs and browse deploys but cannot modify services.
  • Per-project member overrides let you restrict sensitive projects to specific team members.
  • Audit log exports are now available in Settings → Billing.
Oct 2025Servicesv0.5.0

Cron jobs and background workers

  • New service types: cron (scheduled tasks) and worker (long-running background processes).
  • Cron jobs support standard cron syntax with a minimum interval of 1 minute.
  • Worker services are automatically restarted on crash with exponential back-off.
  • Build and deploy pipelines are now shared across service types for consistency.
Sep 2025CLIv0.4.0

Isle CLI public beta

  • isle deploy — push a new deploy from any branch.
  • isle logs --tail — stream logs live to your terminal.
  • isle env set/unset — manage environment variables without leaving the terminal.
  • isle rollback [deploy-id] — instant rollback to any previous deploy.