Changelog

Improved redirect searching

Improvement

We've improved the redirect search, specifically when searching for an exact domain name like `example.com`. This allows better filtering in your redirects overview.

Longer tags

Improvement

We've increased the max length of a tag from 15 to 30 characters. This allows longer context to be given on a specific redirect.

Optimize import refresh actions

Bugfix

When importing (any number of) redirects, it could create cases where the edge refreshing queue becomes full, as the entire team's portfolio of domains would be refreshed.

We've rewritten these code paths to ensure we only refresh domains on the edge that have been changed. This ensures that when importing domains, newly made changes are propagated quickly. 

This didn't effect API or UI usage.

Added support for regex variables in the dynamic destination expression

Improvement

We've added support for regex capture groups to be used in the dynamic destination expression language. For instance, you can now check regex results with expressions like `$1 == 'a-path-to-check'`

API race condition prevention

Improvement

We've reworked our API code paths to prevent overlapping race conditions if a multitude of changes on the same domain name were made in quick succession. We now ensure only a singular action per domain name is executed via locking.

Additional Edge Node Redundancy

Improvement

redirect.pizza provides an ultra-stable edge network. Even though we have never had a global outage, we continuously work to ensure the most stable platform.

We've launched another set of edge nodes, separate from our global network provider, to ensure that even with a widespread outage on our primary provider's network, a completely separate network is on standby and ready to automatically take over all traffic if required.

SOC 2 Type 2 certified

Improvement

We are thrilled to announce that as of April 2024, we have achieved SOC 2 Type 2 certification, complementing our existing ISO 27001 certification. This is a major step forward in our commitment to top-notch data security and privacy.

Read more here.

SOC 2 Type 2 certified

Dynamic destinations via the official Terraform provider

Improvement

We've added dynamic destinations support to our official Terraform provider, as well as the ability to define monitoring status per destination.