You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update changelog.md
Signed-off-by: Daniel Levy <145054291+dannydanlev@users.noreply.github.com>
* updates on review
---------
Signed-off-by: Daniel Levy <145054291+dannydanlev@users.noreply.github.com>
Co-authored-by: Daniel Levy <145054291+dannydanlev@users.noreply.github.com>
### 🛡️ Phased rollouts for TimescaleDB minor releases
16
+
17
+
Starting with TimescaleDB 2.22.0, minor releases will now roll out in phases. Services tagged `#dev` will get upgraded first, followed by `#prod` after 21 days. This gives you time to validate upgrades in `#dev` before they reach `#prod` services. [Subscribe](https://status.timescale.com/?__hstc=231067136.cc62bfc44030d30e3b1c3d1bc78c9cab.1750169693582.1757669826871.1757685085606.116&__hssc=231067136.4.1757685085606&__hsfp=2801608430) to get an email notification before your `#prod` service is upgraded. See [Maintenance and upgrades](https://docs.tigerdata.com/use-timescale/latest/upgrades/) for details.
18
+
19
+
### ⏰ pg_cron extension
20
+
21
+
`pg_cron` is now available on Tiger Cloud! With `pg_cron`, you can:
22
+
- Schedule SQL commands to run automatically—like generating weekly sales reports or cleaning up old log entries every night at 2 AM.
23
+
- Automate routine maintenance tasks such as refreshing materialized views hourly to keep dashboards current.
24
+
- Eliminate external cron jobs and task schedulers, keeping all your automation logic within PostgreSQL.
25
+
26
+
To enable `pg_cron` on your service, contact our support team. We're working on making this self-service in future updates.
27
+
28
+
### ⚡️ Larger compute options: 48 and 64 CPU
29
+
30
+
For the most demanding workloads, you can now create services with 48 and 64 CPUs. These options are only available on our Enterprise plan, and they're dedicated instances that are not shared with other customers.
31
+
32
+
### 📋 Backup report for compliance
33
+
34
+
Scale and Enterprise customers can now see a list of their backups in Tiger Cloud Console. For customers with SOC 2 or other compliance needs, this serves as auditable proof of backups.
35
+
36
+
### 🗺️ New router for Tiger Cloud Console
37
+
38
+
The UI just got snappier and easier to navigate with improved interlinking. For example, click an object in the `Jobs` page to see what hypertable the job is associated with.
0 commit comments