> ## Documentation Index
> Fetch the complete documentation index at: https://ubicloud.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# March 2025

export const PrList = ({ids = []}) => <sub>
    {ids.map((id, index) => <>
        {index > 0 && ", "}
        <a href={`https://github.com/ubicloud/ubicloud/pull/${id}`} target="_blank">
          <u>
            {index === 0 ? "PR " : ""}#{id}
          </u>
        </a>
      </>)}
  </sub>;

## Burstable VM Family (new)

We are excited to introduce a new family of VMs: **Burstables**. These small instances provide a fraction of shared vCPU and offer the ability to utilize more CPU for occasionally expanding workloads. Burstable VMs are available for Ubicloud Compute and Postgres, with starting prices as low as \$6.65/month for VMs and \$13/month for Postgres.

<img src="https://mintcdn.com/ubicloud-00f14c0d/dkQS7vFTPxPT-89t/changelog/2025-03-burstable-vms.png?fit=max&auto=format&n=dkQS7vFTPxPT-89t&q=85&s=4c8eeb4a121f788c9ded512db7211efa" alt="Ubicloud Burstable VMs" width="1246" height="1127" data-path="changelog/2025-03-burstable-vms.png" />

<PrList ids={[2420, 2589, 2666, 2726, 2872]} />

## Managed PostgreSQL

### Toggle High Availability mode on the fly

You can enable/disable high availability through a single click in the console.

<img src="https://mintcdn.com/ubicloud-00f14c0d/dkQS7vFTPxPT-89t/changelog/2025-03-configure-pg.png?fit=max&auto=format&n=dkQS7vFTPxPT-89t&q=85&s=fd8bb684b66ce3d32cecd08ba7a4f0cb" alt="Configure PostgreSQL" width="1592" height="972" data-path="changelog/2025-03-configure-pg.png" />

### Re-size Postgres instance memory, cpu and disk via console/API

Scaling the compute and storage of a Postgres instance on the fly is possible. Updating your instance specifications triggers the creation of a new standby with the updated specs, followed by a failover to ensure seamless and secure scaling.

### Burstable option, starting from \$0.02 per hour / \$13 per month

The burstable VM family is available for Postgres instances, offering compute options of 1 vCPU with 2 GB RAM or 2 vCPUs with 4 GB RAM, bursting under load. With storage starting at 16 GB, pricing begins at just\*\* \$13 per month.\*\*

<img src="https://mintcdn.com/ubicloud-00f14c0d/dkQS7vFTPxPT-89t/changelog/2025-03-burstable-pg.png?fit=max&auto=format&n=dkQS7vFTPxPT-89t&q=85&s=3cad19bf22e7c68df702932647539157" alt="Ubicloud Burstable Postgres" width="1319" height="848" data-path="changelog/2025-03-burstable-pg.png" />

<PrList ids={[2993, 3000]} />

## AI Inference Endpoints

### AI Playground displays reasoning tokens separately

Inference endpoints playground output has improved clarity now, showcasing reasoning processes distinctively in the AI Playground interface.

<img src="https://mintcdn.com/ubicloud-00f14c0d/dkQS7vFTPxPT-89t/changelog/2025-03-reasoning.png?fit=max&auto=format&n=dkQS7vFTPxPT-89t&q=85&s=4d010d69fc8fa688b64533d041aa35e7" alt="AI Playground Reasoning" width="1306" height="950" data-path="changelog/2025-03-reasoning.png" />

### Speculative decoding for DeepSeek R1 32B for performance boost

New enhancements to our AI inference endpoints stack like speculative decoding improved the performance of Deepseek R1 32B model.

<PrList ids={[2885, 2919, 3045]} />

## Github Runners

### Force terminate jobs

We introduced new functionality to immediately stop ongoing tasks, ensuring better control over job management.

<img src="https://mintcdn.com/ubicloud-00f14c0d/dkQS7vFTPxPT-89t/changelog/2025-03-github-terminate.png?fit=max&auto=format&n=dkQS7vFTPxPT-89t&q=85&s=c02cf8c7cf98f4cb59f0ece0205e584c" alt="Github runners force terminate button" width="5120" height="1142" data-path="changelog/2025-03-github-terminate.png" />

### Cache storage beyond 30 GB now available

We are happy to share that transparent cache capacity can be extended beyond 30GB for smoother operations and quicker data retrieval.

<PrList ids={[3011, 3062]} />

## Billing

### VAT for customers in European Union

We started including the value-added tax rates in the invoice for customers in European Union countries.

### Simplified “Current Invoice” view

Our **Current Invoice** view is improved, providing a streamlined interface for accessing your ongoing invoice.

<img src="https://mintcdn.com/ubicloud-00f14c0d/dkQS7vFTPxPT-89t/changelog/2025-03-invoice.png?fit=max&auto=format&n=dkQS7vFTPxPT-89t&q=85&s=ece4eec0416970c832729f573006a117" alt="Current Invoice view" width="1091" height="932" data-path="changelog/2025-03-invoice.png" />

<PrList ids={[2935, 2937, 2977, 2981]} />
