Task containers, now in prerelease access
Run on-demand workloads in ephemeral, API-triggered containers. From batch jobs to AI agents.
Task containers are a new infrastructure primitive: ephemeral containers that spin up on an API trigger, run a command with full access to your environment’s services, and shut down when done. They’re built for any run-to-completion workload, from data migrations and report generation to batch processing.Running isolated, on-demand code with scoped environment access, they’re also a natural fit for background AI agents.Available on Upsun Flex as a prerelease. Read the documentation to learn more and request access.RabbitMQ 4.2 is now available
Improved quorum queues, better stream performance, and enhanced observability.
Upgrade to RabbitMQ 4.2 for more efficient messaging and better operational visibility:Quorum queues now support single active consumer, improving message ordering and simplifying consumer coordination.Stream performance and stability improvements help handle high-throughput workloads more reliably.Enhanced observability with additional metrics and monitoring capabilities makes it easier to understand system behavior in production.With RabbitMQ 4.2, you can process messages more reliably while gaining better insight into your system’s performance.Solr 10.0 is now available
Expanded vector search, Java 21 support, and major platform upgrades.
Upgrade to Solr 10.0 for improved search performance, scalability, and modern platform support:Expanded vector search capabilities, including scalar and binary quantized dense vectors, improve performance and reduce memory usage.Optional GPU acceleration via cuVS-Lucene enables faster vector operations for advanced workloads.New indexing and query improvements, including enhanced KNN tuning and optimized merge policies, increase throughput and search efficiency.Modernized platform with Java 21 support, Jetty 12 upgrade, and full migration to OpenTelemetry for observability.Stability improvements with Apache Curator managing ZooKeeper interactions.This is a major release with breaking changes and removed legacy components, so review upgrade notes before migrating.New status page is live
We’ve updated our status page, now live at status.upsun.com. Resubscribe to stay up to date.
We’ve upgraded our status page to make it even easier for you to stay informed. Not only does the Upsun status page have a new look, but it also has a new home at status.upsun.com. Resubscribe now to continue receiving status notifications for region and system health, as well as upcoming maintenance events.Visit status.upsun.com to resubscribe, grab the new RSS feed, or see the status of your region or upcoming maintenance you need to be aware of.CPU & RAM autoscaling for workers
Automatically scale worker instances based on CPU and RAM usage.
Managing worker instances manually often leads to a trade-off between over-provisioning for peak loads or risking performance bottlenecks. To simplify this, we are introducing horizontal autoscaling for workers on Upsun Flex.You can now configure your worker instances to scale automatically based on CPU and RAM utilization. This initial release provides a critical foundation for developers who need to handle resource-intensive processing without manual intervention.This feature is available immediately via the Console, CLI, and API for all projects on Upsun Flex.Elasticsearch Enterprise 8.19
Unlock ES|QL for pipe-based querying, ELSER for semantic search, and up to 65% storage reduction for logs.
Upgrade to the latest Enterprise release to leverage advanced search capabilities and significant resource optimizations:- ES|QL: A pipe-based query language to transform, enrich, and simplify data investigation in a single request.
- Semantic Search: Use ELSER (Elastic Learned Sparse Encoder) for out-of-the-box relevance without model training.
- Efficiency at Scale: Reduce memory usage for vectors by up to 96% with BBQ and cut log storage costs by 65% using
logsdbmode. - Universal Profiling: Gain whole-system visibility with zero-instrumentation monitoring.
- Learning to Rank: Optimize search relevance using machine learning models.
Supercharge your PHP apps with FrankenPHP
FrankenPHP is now supported on Upsun, providing a high-performance alternative to traditional PHP-FPM setups.
FrankenPHP is now supported on Upsun, providing a high-performance alternative to traditional PHP-FPM setups. By embedding the PHP runtime directly into the server, it reduces orchestration overhead and simplifies your application architecture.Key benefits:- Simpler Infrastructure: Combines the web server and PHP runtime into a single service, reducing the number of moving parts to maintain.
- Flexible Execution: Choose Classic mode for drop-in, stateless compatibility, or Worker mode for maximum throughput by keeping your application in memory.
- Integrated Observability: Full support for Blackfire profiling in both execution modes.
.NET 10 (LTS) is now available
Build and deploy with .NET 10 and C# 14.
The .NET 10 runtime is now available. This LTS release focuses on performance optimizations and new C# 14 language features.- C# 14 Features: Use the new
fieldkeyword for auto-properties and enhanced extension blocks. - Runtime Performance: Improvements in JIT inlining, method devirtualization, and AVX10.2 support.
- ASP.NET Core 10: Built-in Minimal API validation, Server-Sent Events (SSE) support, and OpenAPI 3.1.
- Security: Expanded support for post-quantum cryptography (ML-DSA, ML-KEM).
- Native AOT: Faster compilation times and reduced binary footprints.
Real-time updates with Mercure
Push real-time updates to your applications using our new managed Mercure image.
You can now deploy Mercure Hub as a managed service on Upsun. Mercure allows you to push server-to-client updates via Server-Sent Events (SSE), eliminating the complexity of managing custom WebSocket servers.- Native SSE: Works with any web browser without extra libraries.
- Secure: Built-in support for JWT authorization.
- Integrated: Add the Mercure image to your configuration to start broadcasting updates immediately.
Nix 25.11 available for Composable Images
Composable Images now support the latest Nix stable channel (25.11)
You can now use the latest Nix stable channel, 25.11, in your Composable Image configurations. This update provides access to the newest package versions and improvements from the Nix ecosystem while maintaining the reproducibility and efficiency of your build process.To upgrade, update the type or channel reference in your .upsun/config.yaml.Ruby 4.0 support
The Ruby 4.0 image is now available
The Ruby 4.0 image is now available. This release introduces major performance and concurrency features:- Ruby Box (Experimental): Provides isolation for definitions, monkey patches, and libraries within a process.
- ZJIT Compiler: A new JIT compiler developed as the next generation of YJIT.
- Ractor Enhancements: Improved parallel execution with reduced global lock contention. Includes the new
Ractor::Portclass for improved messaging andRactor.shareable_procfor sharing objects between Ractors.
Python 3.14 now available
Support for UUIDv7, t-strings, and concurrent subinterpreters.
The Python 3.14 image is now available. Key improvements include:- Concurrent subinterpreters: Achieve true parallelism by running code in separate interpreters without GIL interference.
- UUID6-8: Support for time-ordered, sortable unique identifiers.
- t-strings: Introduced deferred-evaluation template strings.
- Enhanced Terminal UX: Syntax highlighting is now enabled for the REPL, PDB, argparse help, and unittest.
App-specific environment variables
Scope variables to individual apps to improve security and reduce unnecessary rebuilds.
You can now define environment variables at the application level, providing more granular control than the existing project and environment scopes. This prevents variables from being globally injected into every container, allowing you to isolate sensitive credentials or configuration strings to only the services that require them.This update also optimizes your deployment pipeline. Because variables are now scoped, changing a build-time variable for one application will only trigger a rebuild for that specific app. Similarly, updating a runtime variable will only redeploy the affected service.You can manage these scoped variables via the Console, CLI, or API. This feature is available now for all Upsun Flex projects.Valkey 8.1 is here
Faster reads and writes, smarter memory usage, improved observability, and new scripting abilities
Valkey 8.1 brings meaningful improvements across performance, reliability, and visibility:- Faster operations: a new hash table design, better I/O threading, and optimized sorted-set/bitmap ops improve throughput and cut latency.
- Smarter replication: lower overhead and faster failover.
- Improved observability: new log formats, clearer timestamps, and enhanced latency monitoring.
- Extended scripting: a new module scripting API and better Lua support unlock future language runtimes.