BlogChangelogDocsPricing
LoginSign up
All systems operational

Product

  • Dashboard
  • Documentation
  • Pricing
  • Changelog

Company

  • Blog
  • Brand Assets
  • Support

Legal

  • Privacy Policy
  • Terms of Service
  • Acceptable Use
© 2026 Nitric Inc.
DiscordXLinkedIn
All UpdatesFeatureImprovementFixAdjustment
RSS Feed
Apr 13, 2026Improvement
Apr 13, 2026Improvement

Redesigned canvas nodes

Service and volume nodes on the canvas have a new design with more useful information visible up front.

  • An icon bar on each service node shows git/image source, mount path, and network status without opening config.
  • Status is now split into live state (running, failed, deploying, warning) and change state (new, modified, deleted). Both are visible at the same time, so a running service with pending changes shows both.
  • If volumes are detached from their parent service, they now reposition near the parent node. Resolving an issue that caused volume nodes to be moved off screen.

Canvas Nodes

Apr 9, 2026Improvement
Apr 9, 2026Improvement

Connection status and graceful degradation

Sometimes the connection between your browser and Suga's hosted infrastructure can drop, whether it's your internet going down or an outage on Suga's end. Previously, these issues could be confused with errors in your deployed resources. Now they're clearly identified as connection problems.

  • If sync disconnects, the canvas locks and shows a connection banner instead of stale or loading indicators.
  • If workflow statuses can't be retrieved, they show "unknown" rather than errors that look like your service is broken.
  • If real-time updates drop, a banner lets you know updates have paused.

This was done along with an updated Suga status page for each part of the system.

Apr 2, 2026Improvement
Apr 2, 2026Improvement

Fuzzy search for GitHub repositories and branches

Searching for GitHub repositories and branches in your build config now uses fuzzy matching. Partial names and minor typos will still surface the right results instead of showing an empty list.

When there's genuinely no match, the empty state now includes your search term so it's clear what was filtered: "No repositories found for 'docs'".

Mar 19, 2026Improvement
Mar 19, 2026Improvement

App sidebar navigation

Navigation has been overhauled with a new app sidebar that works at both the org and project level. Org settings like billing, members, cluster configuration, and variables are now accessible directly from the sidebar instead of through nested settings pages.

The sidebar adapts based on context: at the org level it shows org-wide settings and navigation, and within a project it switches to project-specific links. A collapsible mode toggle lets you minimize it when you need more canvas space. Mobile users get a dedicated trigger for the sidebar as well.

Mar 18, 2026Improvement
Mar 18, 2026Improvement

GitHub integration UX improvements

Several improvements to the GitHub integration experience:

  • Permission updates are handled gracefully without losing auth state
  • Git connection cards in the build config show the connected repo clearly
  • GitHub repo names are used as display names for cleaner service labels
  • Consistent header sizing on the GitHub settings page

Mar 3, 2026Improvement
Mar 3, 2026Improvement

Auto-provisioned build infrastructure

New organizations now get build infrastructure automatically provisioned on creation. No more manual setup steps before your first deploy. Create an org, add a service, and you're ready to build.

Feb 3, 2026Improvement
Feb 3, 2026Improvement

Project navigation redesign

Project navigation has been redesigned with dedicated links for each project and a toggle-style switcher. It's now faster to jump between projects and environments without going through nested menus.

Jan 27, 2026Improvement
Jan 27, 2026Improvement

Color-coded replica logs

Log lines are now color-coded by replica. When tailing logs from a service with multiple replicas, each replica gets a distinct color so you can visually track which instance produced which log line.

Color-coded logs

Jan 26, 2026Improvement
Jan 26, 2026Improvement

Volume management improvements

Volume management on the canvas has been improved:

  • Volumes can now be added and mounted directly from the compute node context menu
  • Improved cancel and unmount UX with clearer confirmation dialogs
  • Volume panel shows mount paths and storage class at a glance
  • Unique name generation for volumes to avoid conflicts

Volume context menu

Jan 13, 2026Improvement
Jan 13, 2026Improvement

Async deployments

Deployments now run fully asynchronously with improved retry logic and exponential backoff. You can navigate away from the deployment view and come back later. The deployment continues in the background and its status is always up to date.