// Change history

Every change, logged.

Here you follow features, improvements and fixes applied to the features. Filter by type or feature to find what matters.

May 2026

2026-05-15 Added Triggers v2.4.0

Triggers now accept conditions on specific fields

Before, triggers only fired on create/update/delete of a resource. Now you can condition on "if field X changed from A to B" — useful to react only to status changes, for example.

2026-05-10 Changed Tag-based permissions v2.3.2

Field-level permissions now apply to list endpoints

When a field is tag-restricted, it is now also omitted in list responses (GET /resources), not only in single GET. Behavior is consistent across routes.

2026-05-08 Changed External API integrations v2.3.1

Exponential backoff retry on external calls

Calls to external APIs configured in the project now use exponential backoff (1s, 2s, 4s) instead of immediate retry. Reduces pressure on the target API during instability.

2026-05-05 Added Custom resources v2.3.0

New field type: relation between resources

A field can now reference another resource in the same project. E.g. Invoice.customer points to the Customer resource. The API expands it automatically when you pass ?expand=customer in the request.

April 2026

2026-04-28 Security Authentication v2.2.3

JWT tokens can now be revoked in bulk

In case of incident, you can invalidate every token issued before a given date with a single call. Newly issued tokens stay valid. Useful for key leaks or session compromise.

2026-04-22 Fixed Automatic REST API v2.2.2

Fixed 500 error when sorting by date field

Sorting like ?sort=-due_date in list endpoints could return 500 when the resource had old records with the field empty. Null values are now handled correctly.

2026-04-15 Added Multiple regions v2.2.0

Three new regions available

Projects can now be hosted in Australia, Singapore and South Africa, totaling 7 countries across 4 continents.

2026-04-02 Added Backups v2.1.0

Hourly backup available as add-on

On top of free weekly backup and paid daily backup, hourly backup is now available from the console. Useful for high-churn projects where recovering the last hour matters.