Skip to content

Commit 656a2d4

Browse files
authored
Update changelog.md (#4520)
1 parent 076e898 commit 656a2d4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

about/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ products: [cloud]
99

1010
All the latest features and updates to $CLOUD_LONG.
1111

12+
## 🧠 🐅 ☁️ AI and Tiger Cloud major changes!
13+
<Label type="date">October 24, 2025</Label>
14+
15+
### 👋 Free pricing plan and free services
16+
17+
We've added a [new pricing plan](https://www.tigerdata.com/blog/introducing-agentic-postgres-free-plan-experiment-ai-on-postgres) in Tiger Cloud—the Free one! This new plan sits alongside the Performance, Scale, and Enterprise plans. With the Free plan, you can create up to two free services for prototyping. No cost, no trial, just free. Our free services have shared compute and 750 MiB storage each. And if you are already on a different plan, you also get access to two free services in addition to your standard ones. The Free plan is great for using AI tools like Claude Code alongside Tiger CLI and Tiger MCP.
18+
19+
### **>_** Tiger CLI
20+
21+
We have released a new [CLI](https://github.com/timescale/tiger-cli) that lets you control Tiger Cloud from the terminal. Everything from signing up, to spinning up services, to executing SQL on running services is now possible outside of the Tiger Cloud Console. Check out [our docs](https://docs.tigerdata.com/getting-started/latest/get-started-devops-as-code/) for how to download and use this new tool.
22+
23+
### 🎓 Tiger MCP for Postgres and TimescaleDB
24+
25+
Our new [MCP server](https://docs.tigerdata.com/ai/latest/mcp-server/) enables AI agents to interact with the database and understand how to use it well. We’ve taken our 10+ years of Postgres experience and distilled it into a set of built-in master prompts. This gives agents safe, structured access to the database through high-level tools for schema design, query tuning, migrations, and more. You can install it locally with Tiger CLI.
26+
27+
### 🌊 Fluid Storage
28+
29+
We are previewing a new distributed storage layer on Tiger Cloud that allows instant forks, snapshots, and automatic scaling up or down, without downtime or over-provisioning. In benchmark testing, a single volume sustains throughput of over 100,000 IOPS! Fluid Storage currently backs our new Tiger Cloud free services.
30+
31+
### 🔍 pg_textsearch extension preview
32+
33+
This new extension enables BM25 on Postgres, which leads to significant improvements in text search over vanilla keyword search. See [our docs](https://docs.tigerdata.com/use-timescale/latest/extensions/pg-textsearch/) for details.
34+
1235
## TimescaleDB 2.22.1 – configurable indexing, enhanced partitioning, and faster queries
1336
<Label type="date">October 10, 2025</Label>
1437

0 commit comments

Comments
 (0)